Skip to content

Releases: paritytech/substrate-api-sidecar

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.

0.1.11

23 Mar 17:42
530f5b8
Compare
Choose a tag to compare
  • Updated @polkadot/api to 1.8.1.
  • New endpoint for submitting signed transactions:

  • /tx/ submit a signed transaction, excepts a string with hex-encoded signed transaction in a json POST body:
    curl localhost:8080/tx/ -X POST --data '{"tx": "0x..."}' -H 'Content-Type: application/json'
    
    Expected result is a json with transaction hash:
    {
        "hash": "..."
    }
    

0.1.10

17 Mar 18:58
48d8852
Compare
Choose a tag to compare
  • Upgraded @polkadot/api to 1.7.1.
  • Upgraded account balances to use new RPC methods.

0.1.9

12 Mar 17:53
73133bd
Compare
Choose a tag to compare
  • Updated @polkadot/api to 1.6.2.

0.1.8

12 Mar 10:22
b546e80
Compare
Choose a tag to compare
  • Updated @polkadot/api to 1.6.1.

0.1.7

06 Mar 16:09
ee6ba8f
Compare
Choose a tag to compare
  • Updated @polkadot/api to 1.5.1.
  • Added /metadata and /metadata/NUMBER endpoints.

0.1.6

25 Feb 10:08
69e5767
Compare
Choose a tag to compare
  • Fixes issues with Kusama blocks that had mismatched metadata.