Releases: paritytech/substrate-api-sidecar
Releases · paritytech/substrate-api-sidecar
0.1.7
- Updated
@polkadot/api
to 1.5.1. - Added
/metadata
and/metadata/NUMBER
endpoints.
0.1.6
- Fixes issues with Kusama blocks that had mismatched metadata.
0.1.5
- Increased stability in case Metadata fails to parse for any block.
0.1.4
- Allows blocks to be fetched even if metadata for a given block fails to parse.
0.1.3
- Fixed an issue where blocks were always read using metadata / registry for current block head rather than expected block.
0.1.2
- Disabled
queryInfo
forsudo
module.
0.1.1
- Skipping
info
on inherents.
0.1.0
- Added
info
to extrinsics in block endpoint, which contains a calculation of all tx fees. - Added
nonce
to accounts in balance endpoint.
0.0.0
Initial release.