Skip to content

Releases: paritytech/substrate-api-sidecar

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.

0.3.0

16 Apr 18:39
c541bdb
Compare
Choose a tag to compare
  • Added /tx/artifacts and /tx/artifacts/NUMBER endpoints for getting artefacts useful for tx creation.
  • All numbers (not just those that can be larger than maximum integer precision) are now forced into decimal strings in the API for consistency. This should only affect the /metadata endpoint as all numbers used in elsewhere were already converted.

0.2.3

16 Apr 17:55
c78cc1e
Compare
Choose a tag to compare
  • The /metadata endpoint once again returns full data.
  • Updated @polkadot.api to 1.10.1.

0.2.2

09 Apr 16:06
11588e4
Compare
Choose a tag to compare
  • Added /payout/ADDRESS and /payout/ADDRESS/NUMBER endpoints.

0.2.1

03 Apr 13:25
f49c9e4
Compare
Choose a tag to compare
  • /balance endpoint once again reports correct values.

0.2.0

01 Apr 16:49
5a62abb
Compare
Choose a tag to compare
  • BREAKING: all big integer instances in the API should now be printed as decimal strings, eg.: "42", regardless of value.
  • Updated @polkadot.api to 1.9.1.

0.1.12

31 Mar 17:26
37f32d7
Compare
Choose a tag to compare
  • Updated @polkadot/api to 1.9.0-beta.
  • Error responses will now always come through with status code 500.