Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 1019 Bytes

CHANGELOG.md

File metadata and controls

29 lines (20 loc) · 1019 Bytes

CHANGELOG

All notable changes to this project will be documented in this file.

The changelog format is based on Keep a Changelog.

1.3.0 - 28-Oct-2021

Added

  • Adds HttpService abstraction for calls to REST
  • Adds NodeService for /node/ submodule
  • Adds ChainService for general blockchain information
  • Adds AccountService for account information
  • Adds NetworkService for multi-network purposes
  • Adds several transformers for REST API compatibility (Mosaic, Account, Node, Chain)
  • Adds dependencies: symbol-openapi-typescript-fetch-client, ripemd160, base32.js

1.1.2 - 03-Oct-2021

Added

  • Adds build steps for API Bridge Library
  • Adds PluginBridge communication interface
  • Adds database / storage interfaces
  • Adds routing logic for app submodules