Skip to content

Releases: paritytech/substrate-api-sidecar

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.

0.1.5

19 Feb 17:37
52d508a
Compare
Choose a tag to compare
  • Increased stability in case Metadata fails to parse for any block.

0.1.4

19 Feb 17:27
53d1ec5
Compare
Choose a tag to compare
  • Allows blocks to be fetched even if metadata for a given block fails to parse.

0.1.3

13 Feb 17:43
9a70ca2
Compare
Choose a tag to compare
  • Fixed an issue where blocks were always read using metadata / registry for current block head rather than expected block.

0.1.2

12 Feb 09:28
bf5114d
Compare
Choose a tag to compare
  • Disabled queryInfo for sudo module.