@substrate/api-sidecar
Advanced tools
Changelog
17.5.0(2024-02-06)
at
query param for staking-payouts (#1388) (a8b96ff)/accounts/{accountId}/proxy-info
(#1387) (9addf07)Tested against:
Changelog
17.4.0 (2024-01-24)
Tested against:
Changelog
17.3.3 (2023-12-21)
NOTE This release focuses on improving the performance of the tool resolving a regression where blocks
were overwhelmed with transactions. The noFees
query parameter focuses on removing fee info for the blocks if the user does not intend on needing fees. For more general cases where fees are necessary we have increased the performance of querying /blocks
while also calculating fees. This was done with 2 cases: ensuring transactionPaidFee
, and ExtrinsicSuccess
or ExtrinsicFailure
info is used to its fullest so we can avoid making any additional rpc calls, as well as ensuring the extrinsic's are called concurrently.
/blocks/*
endpointTested against:
Changelog
17.3.0 (2023-10-23)
The following endpoints are now available:
/blocks/:blockId/extrinsics-raw
/pallets/pool-assets/{assetId}/asset-info
/accounts/{accountId}/pool-asset-balances
/accounts/{accountId}/pool-asset-approvals
Tested against: