Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@substrate/api-sidecar

Package Overview
Dependencies
Maintainers
0
Versions
138
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@substrate/api-sidecar - npm Package Versions

13
14

17.5.2

Diff

Changelog

Source

17.5.2 (2024-03-01)

Fix

  • fix: add more historic support for staking-payouts (#1397) (b1e84be)

Chore

  • chore(deps): bump ip from 1.1.8 to 1.1.9 in /docs (#1399) (b7480fb)
  • chore(deps): bump ip from 2.0.0 to 2.0.1 (#1398) (d751ba8)

Compatibility

Tested against:

  • Polkadot v10500
  • Kusama v10500
  • Westend v10500
tarikgul
published 17.5.1 •

Changelog

Source

17.5.1(2024-02-07)

Fix

Compatibility

Tested against:

  • Polkadot v10500
  • Kusama v10500
  • Westend v10500
tarikgul
published 17.5.0 •

Changelog

Source

17.5.0(2024-02-06)

Feat

  • feat: add at query param for staking-payouts (#1388) (a8b96ff)
  • feat: Add endpoint /accounts/{accountId}/proxy-info (#1387) (9addf07)

Fix

  • fix: add asset conversion pallet to Kusama Asset Hub (#1389) (3b447c6)
  • fix: added decodedXcmMsgs in 'blocks/head' endpoint (#1385) (90b89de)

Docs

  • docs(calc): Updated README for calc package (#1386) (cc80227)

Ci

Chore

  • chore(deps): update swagger-ui to resolve braintree dep (#1392) (3a42a38)
  • chore(yarn): update yarn to 4.1.0 (#1390) (02166de)

Compatibility

Tested against:

  • Polkadot v10500
  • Kusama v10500
  • Westend v10500
tarikgul
published 17.4.0 •

Changelog

Source

17.4.0 (2024-01-24)

Features

  • feat: add decoded XCM data in blocks endpoint (#1364) (555817c)

Fix

  • fix: generated a custom key for the cache in blocks endpoint (#1381) (17cbd2c)

Docs

  • docs: correct the /transaction/material docs for metadata (#1377) (ca163c7)

Chore

  • chore(deps): bump Swatinem/rust-cache from 2.7.1 to 2.7.2 (#1380) (8eca817)
  • chore(deps): bump Swatinem/rust-cache from 2.7.2 to 2.7.3 (#1382) (792d5bb)
  • chore(deps): bump actions/cache from 3 to 4 (#1383) (95987f5)

Compatibility

Tested against:

  • Polkadot v10500
  • Kusama v10500
  • Westend v10500
tarikgul
published 17.3.5 •

Changelog

Source

17.3.5 (2024-01-10)

Fix

  • fix: changed how claimed variable is set in staking-payouts (#1378) (0560806)

Perf

  • perf: add additional high load benchmarks for /blocks (#1372) (c3d9d01)

Docs

Chore

  • chore(deps): bump follow-redirects from 1.15.2 to 1.15.4 in /docs (#1376) (b2aab7d)

Compatibility

Tested against:

  • Polkadot v10500
  • Kusama v10500
  • Westend v10500
tarikgul
published 17.3.4 •

Changelog

Source

17.3.4 (2024-01-05)

Fix

  • fix: ensure statemine, and statemint are still supported (#1374) (ca5079a)

Chore

  • chore(pjs): update polkadot-js, and fix staking ledger types (#1371) (ceea8eb)

Compatibility

Tested against:

  • Polkadot v10500
  • Kusama v10500
  • Westend v10500
bee344
published 17.3.3 •

Changelog

Source

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.

Perf

Fix

  • fix: add finalizedKey query param to /blocks/{blockId} (#1362) (ecd1518)
  • fix: added query to calc fees (#1366) (203a257) NOTE: this added the noFees={bool} query param to specify whether to retrieve or not the fees information of the block for the /blocks/* endpoint

Test

  • test(e2e): replace tests pointing to deprecated pallets (#1363) (2a38b2e)

Compatibility

Tested against:

  • Polkadot v10400
  • Kusama v10400
  • Westend v10400
bee344
published 17.3.2 •

Changelog

Source

17.3.2 (2023-11-26)

Fix

  • fix: add override types for asset hub conversation pallet (#1354) (21e016d)

Test

  • test: add test for frozen deprecation in runtime (#1353) (1a249a3)

CI

Compatibility

Tested against:

  • Polkadot v10300
  • Kusama v10300
  • Westend v10300
tarikgul
published 17.3.1 •

Changelog

Source

17.3.1 (2023-10-30)

Fix

  • fix: bifrost type issue & small fixes in tests (#1345) (567170b)

Chore

  • chore(deps): bump actions/setup-node from 3 to 4 (#1343) (8fa49aa)
  • chore(deps): bump Swatinem/rust-cache from 2.7.0 to 2.7.1 (#1344) (47a47da)

Compatibility

Tested against:

  • Polkadot v10200
  • Kusama v10200
  • Westend v10200
tarikgul
published 17.3.0 •

Changelog

Source

17.3.0 (2023-10-23)

Features

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

Chore

  • chore(yarn): bump yarn (#1341) (052aaa1)
  • chore(deps): update polkadot-js deps (#1339) (2978d1a)
  • chore: bump Swatinem/rust-cache from 2.6.2 to 2.7.0 (#1332) (2d1d82d)
  • chore: bump postcss from 8.4.14 to 8.4.31 in /docs (#1337) (39d016a)
  • chore(deps): bump @babel/traverse from 7.22.11 to 7.23.2 (#1340) (b59bb90)

Docs

Compatibility

Tested against:

  • Polkadot v10200
  • Kusama v10200
  • Westend v10200
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc