New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@substrate/api-sidecar

Package Overview
Dependencies
Maintainers
9
Versions
140
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@substrate/api-sidecar - npm Package Versions

23
14

20.0.0

Diff

Changelog

Source

20.0.0 (2025-02-10)

Breaking Changes

  • fix: claimed in staking info endpoint (#1445) (e11955a)

    NOTE: This PR introduces breaking changes in the staking-info endpoint. More specifically:

    • The field claimed in the endpoint's response has changed structure and now we have a separate status for each era returned.
    • The status values are different for validator and nominator account.
    • The logic that calculates the era status was completely refactored.

    Please refer to the documents mentioned in the related PR for more details:

Fix

  • fix: make scripts executable again in benchmark workflow (#1589) (22db863)
  • fix: benchmark-publish job (github action) (#1585) (d87bc07)

Chores

  • chore(deps-dev): bump @types/express-serve-static-core from 5.0.5 to 5.0.6 (#1588) (2ad52e0)
  • chore(deps): bump the pjs group with 5 updates (#1587) (274e844)
  • chore(deps): update polkadot-js deps to v15.5.1 (#1583) (fd7d7b7)
  • chore(deps): bump docker/build-push-action from 6.11.0 to 6.13.0 (#1580) (18f33f4)
  • chore(deps-dev): bump @types/express-serve-static-core from 5.0.4 to 5.0.5 (#1578) (398a98c)
  • chore(deps-dev): bump @types/express-serve-static-core from 5.0.3 to 5.0.4 (#1574) (194f3e7)
  • chore(deps): bump the pjs group with 5 updates (#1573) (fc95cd0)
  • chore(deps): bump docker/build-push-action from 6.10.0 to 6.11.0 (#1572) (51ab44b)

Compatibility

Tested against the following node releases:

  • Polkadot v1.17.1 (Polkadot stable2412-1)
  • Kusama v1.17.1 (Polkadot stable2412-1)
  • Westend v1.17.1 (Polkadot stable2412-1)

Tested against the following runtime releases:

  • Polkadot v1003004
  • Kusama v1003003
  • Westend v1017001
imod7
published 19.4.0 •

Changelog

Source

19.4.0 (2025-01-07)

Features

  • feat: coretime implementation (#1558) (3a92196)
  • feat: Add configuration parameter for request body size (#1565) (98f083d)

CI

  • ci: fix benchmark workflow, move docs to gh-pages (#1552) (226f656)

Docs

  • docs: update docs & benchmarks related docs (#1553) (bd9cad8)

Chores

  • chore: 2025 (#1570) (6a36d7c)
  • chore(deps): update polkadot-js deps (#1567) (fe2e697)
  • chore(deps): update non pjs deps (#1568) (7ddd854)
  • chore(yarn): bump yarn to 4.6.0 & small guide update (#1569) (c64312f)
  • chore(deps): bump Swatinem/rust-cache from 2.7.5 to 2.7.7 (#1564) (1e519ce)
  • chore(deps): bump the pjs group with 5 updates (#1561) (fe1e303)
  • chore(deps): bump nanoid from 3.3.7 to 3.3.8 in /docs (#1560) (cdaf3e3)
  • chore(deps): bump the pjs group with 5 updates (#1559) (a6eb6aa)
  • chore(deps): bump docker/build-push-action from 6.9.0 to 6.10.0 (#1557) (1d75954)

Compatibility

Tested against the following node releases:

  • Polkadot v1.17.0 (Polkadot stable2412)
  • Kusama v1.17.0 (Polkadot stable2412)
  • Westend v1.17.0 (Polkadot stable2412)

Tested against the following runtime releases:

  • Polkadot v1003004
  • Kusama v1003003
  • Westend v1017001
imod7
published 19.3.1 •

Changelog

Source

19.3.1 (2024-11-19)

Fixes

  • fix: ignore extrinsicIndex in multiBlockMigrations event (#1541) (45c4b1f)
  • fix(dev): fix tsconfig extends pathing for ts-node-dev (#1537) (cef2d10)
  • fix: return DispatchError in dry-run endpoint (#1533) (c43a26b)

CI

Chores

  • chore(deps): update non pjs deps (#1550) (156ad7a)
  • chore(deps): bump cross-spawn from 7.0.3 to 7.0.6 in /docs (#1548) (c7b3f86)
  • chore(deps): bump cross-spawn from 7.0.3 to 7.0.6 (#1549) (80d3b65)
  • chore(deps): update polkadot-js deps to v14.3.1 (#1547) (3ff1e48)
  • chore(deps): bump winston from 3.16.0 to 3.17.0 (#1545) (fb81a16)
  • chore(deps): bump the pjs group across 1 directory with 7 updates (#1546) (b59928c)
  • chore: update Dependabot versioning strategy (#1543) (158a1f8)
  • chore(deps): bump docker/build-push-action from 5 to 6 (#1540) (7465da)
  • chore(deps): bump winston from 3.15.0 to 3.16.0 (#1536) (4a58326)
  • chore(deps): bump lru-cache from 11.0.1 to 11.0.2 (#1535) (292cd38)
  • chore(deps-dev): bump @substrate/dev from 0.8.0 to 0.9.0 (#1528) (991821d)
  • chore(deps-dev): bump @types/express-serve-static-core from 5.0.0 to 5.0.1 (#1529) (67f2806)

Compatibility

Tested against the following node releases:

  • Polkadot v1.16.2 (Polkadot stable2409-2)
  • Kusama v1.16.2 (Polkadot stable2409-2)
  • Westend v1.16.2 (Polkadot stable2409-2)

Tested against the following runtime releases:

  • Polkadot v1003004
  • Kusama v1003003
  • Westend v1016002
imod7
published 19.3.0 •

Changelog

Source

19.3.0 (2024-10-23)

Features

  • feat: update dry run endpoint to use new runtime api call (#1519) (aeef4dc)
  • feat: improve performance with new version of PJS (#1520) (e0ad7c1)

Fix

  • fix: dependabot yaml & explicit pjs deps declaration (#1523) (95dfe4d)

  • fix: rococo deprecation changes (#1517) (7422fd2)

  • fix: filtering in assets endpoint & update guides (#1512) (b67bdcf)

    IMPORTANT NOTE: This release resolves the filtering issue in the assets endpoint.

Docs

Chores

  • chore(deps): bump http-proxy-middleware from 2.0.6 to 2.0.7 in /docs (#1525) (fd3faae)
  • chore(deps-dev): bump @types/argparse from 2.0.16 to 2.0.17 (#1526) (df7065)
  • chore(deps): update polkadot-js deps & guides (#1522) (bb00db1)
  • chore(deps): update non pjs deps in root & docs folder (#1518) (1a3de02)
  • chore(deps): bump Swatinem/rust-cache from 2.7.3 to 2.7.5 (#1514) (22a143a)
  • chore(deps): update polkadot-js deps to v14.0.1 (#1515) (e35c191)

Compatibility

Tested against the following node releases:

  • Polkadot v1.16.1 (Polkadot stable2409-1)
  • Kusama v1.16.1 (Polkadot stable2409-1)
  • Westend v1.16.1 (Polkadot stable2409-1)

Tested against the following runtime releases:

  • Polkadot v1003003
  • Kusama v1003000
  • Westend v1016002
imod7
published 19.2.2 •

Changelog

Source

19.2.2 (2024-10-10)

Fix

  • fix: how to access router in getRoutes (#1510) (f0d662b)

    IMPORTANT NOTE: This patch release fixes an issue that was introduced in v19.2.1, caused by the upgrade to Express v5.0.0.

Compatibility

Tested against the following node releases:

  • Polkadot v1.15.2 (Polkadot stable2407-2)
  • Kusama v1.15.2 (Polkadot stable2407-2)
  • Westend v1.15.2 (Polkadot stable2407-2)

Tested against the following runtime releases:

  • Polkadot v1003000
  • Kusama v1003000
  • Westend v1016000
imod7
published 19.2.1 •

Changelog

Source

19.2.1 (2024-10-09)

Fix

  • fix: queryInfo call in fee-estimate endpoint (#1505) (68be48b)

Chore

  • chore(deps): update express to v5 & jest deprecations (#1502) (28e039e)
  • chore(deps): update substrate dev package & types (#1500) (cf2b58b)
  • chore(yarn): bump yarn to 4.5.0 (#1498) (6aac632)

Test

Compatibility

Tested against the following node releases:

  • Polkadot v1.15.2 (Polkadot stable2407-2)
  • Kusama v1.15.2 (Polkadot stable2407-2)
  • Westend v1.15.2 (Polkadot stable2407-2)

Tested against the following runtime releases:

  • Polkadot v1003000
  • Kusama v1003000
  • Westend v1016000
imod7
published 19.2.0 •

Changelog

Source

19.2.0 (2024-09-23)

Feat

  • feat: add loki functionality to transport logs (#1479) (85a4cca)
  • feat: Inject metrics registry in route controllers (#1477) (11c0173)

Fix

  • fix: Moves the LRUcache to Controller level (#1489) (890c06b)
  • fix: dependabot yaml (#1482) (2e6efc0)
  • fix: Improve performance of blocks service by dependency injection (#1483) (6eaca88)

Chore

  • chore(deps): update polkadot-js deps (#1496) (112994e)
  • chore(deps): update polkadot-js deps (#1495) (0115afc)
  • chore(deps): update non pjs deps & in docs (#1494) (968f522)
  • chore(deps): bump express from 4.19.2 to 4.20.0 (#1491) (a5b8a36)
  • chore: bump express from 4.19.2 to 4.21.0 in /docs (#1490) (02a3797)
  • chore: bump webpack from 5.93.0 to 5.94.0 in /docs (#1484) (6286442)
  • chore(deps): bump micromatch from 4.0.5 to 4.0.8 (#1481) (373ec9b)
  • chore: bump micromatch from 4.0.4 to 4.0.8 in /docs (#1480) (1ca7f9b)

Compatibility

Tested against the following node releases:

  • Polkadot v1.15.2 (Polkadot stable2407-2)
  • Kusama v1.15.2 (Polkadot stable2407-2)
  • Westend v1.15.2 (Polkadot stable2407-2)

Tested against the following runtime releases:

  • Polkadot v1003000
  • Kusama v1003000
  • Westend v1016000
imod7
published 19.1.0 •

Changelog

Source

19.1.0 (2024-08-15)

Feat

  • feat: add pallets/on-going-referenda endpoint (#1471) (386fbb3)
  • feat: Add route based metrics across API (#1465) (a4bbcb8)

Docs

Chore

  • chore(deps): update all non polkadot-js deps in root & docs folder (#1475) (c766c1d)
  • chore: bump axios from 1.6.7 to 1.7.4 in /docs (#1474) (82c61df)
  • chore(deps): update polkadot-js deps (#1473) (0317ec9)

Compatibility

Tested against the following node releases:

  • Polkadot v1.15.0 (Polkadot stable2407)
  • Kusama v1.15.0 (Polkadot stable2407)
  • Westend v1.15.0 (Polkadot stable2407)

Tested against the following runtime releases:

  • Polkadot v1002007
  • Kusama v1002006
  • Westend v1015000
imod7
published 19.0.2 •

Changelog

Source

19.0.2 (2024-06-27)

Fix

  • fix: add nominations in staking-info endpoint (#1448) (b048648)

Chore

Compatibility

Tested against:

  • Polkadot v11300
  • Kusama v11300
  • Westend v11300
imod7
published 19.0.1 •

Changelog

Source

19.0.1 (2024-05-24)

Fix

  • fix: duplicate payouts in staking-payouts endpoint (#1439) (b751ca4)
  • fix: add asset conversion pallet to Polkadot Asset Hub (#1437) (1c42f70)

Chore

  • chore(deps): update all non polkadot-js deps (#1442) (bb83189)
  • chore(deps): update polkadot-js deps & README (#1441) (7fb4844)

Compatibility

Tested against:

  • Polkadot v11200
  • Kusama v11200
  • Westend v11200
23
14
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