Skip to content

Releases: paritytech/substrate-api-sidecar

v0.7.0

01 Jun 11:14
583ed0f
Compare
Choose a tag to compare
  • 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

26 May 18:20
b7909b3
Compare
Choose a tag to compare
  • API update to v1.16.1, which includes full support for Polkadot CC1 types and signed extensions
  • Add claims endpoint, which returns the type of attestation necessary for an Ethereum address.

v0.5.1

21 May 18:08
dad665e
Compare
Choose a tag to compare
  • Update API to work with latest Polkadot
  • Move fee calculation logic

v0.5.0

18 May 20:36
f0f777e
Compare
Choose a tag to compare
  • Adds Transaction Version to tx/artifacts endpoint (#46).

0.4.1

14 May 19:42
Compare
Choose a tag to compare
  • Fetch query info for sudo extrinsics
  • Removed unused imports
  • Fix typos in code

0.4.0

14 May 10:38
Compare
Choose a tag to compare
  • [breaking] paysFee on system.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 be null (if no success or failed event is present) or a boolean.
  • Added onInitialize and onFinalize events to the block view (#40, #44)
  • Fixes the transaction fee amount (#41).
  • Bumped @polkadot/api to 1.14.0-beta.20.

0.3.4

10 May 11:37
615026f
Compare
Choose a tag to compare
  • Updated @polkadot/api to 1.13.1.

0.3.3

30 Apr 15:54
072a6b3
Compare
Choose a tag to compare
  • Added /staking/ADDRESS and /staking/ADDRESS/NUMBER endpoint (closes #35).
  • Added /vesting/ADDRESS and /vesting/ADDRESS/NUMBER endpoint (closes #36).
  • Updated @polkadot/api to 1.12.2.

0.3.2

24 Apr 14:22
e15fa63
Compare
Choose a tag to compare
  • Updated @polkadot/api to 1.11.2.

0.3.1

18 Apr 06:09
cb6fc86
Compare
Choose a tag to compare
  • Fixed a regression where some numbers serialized as plain JSON numbers instead of decimal strings.