All noteable API changes may affect client (breaking, non-breaking changes) should be documented in this file.
Please add the API change in the following format:
## <date> (add "breaking change" to title following the date if a change will break client
- <describle one change of API>, please <PR link> if this log is added after the PR is merged.
- <describle another change of the API>
- added "chain_id" field to
get_metadata
response so it is available outside of the root JSON-RPC Response object
- adding "type" tag for values in "vm_status" field returned in transction object in method get_transcations, get_account_transcation etc.
- adding "type" tag for values in "role" field returned in account object in method get_account.
Please refer to JSON-RPC SPEC before 2020-08-05 document for the API spec snapshot.