Releases: paritytech/substrate-api-sidecar
Releases · paritytech/substrate-api-sidecar
v0.7.0
- Update API to
v1.17.0-beta.5
. This update is necessary for the switch to PoS. - Add fee prediction endpoint, POST to
/tx/fee-estimate/
.
v0.6.0
v0.5.1
- Update API to work with latest Polkadot
- Move fee calculation logic
v0.5.0
0.4.1
0.4.0
- [breaking]
paysFee
onsystem.ExtrinsicSuccess
/system.ExtrinsicFailed
events can now be a string"Yes"
or"No"
on newer runtimes. - To provide a stable API, all extrinsics now have a
paysFee
field directly on them that is guaranteed to benull
(if no success or failed event is present) or a boolean. - Added
onInitialize
andonFinalize
events to the block view (#40, #44) - Fixes the transaction fee amount (#41).
- Bumped
@polkadot/api
to1.14.0-beta.20
.
0.3.4
- Updated
@polkadot/api
to 1.13.1.
0.3.3
0.3.2
- Updated
@polkadot/api
to 1.11.2.
0.3.1
- Fixed a regression where some numbers serialized as plain JSON numbers instead of decimal strings.