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

1
14

17.2.0

Diff

Changelog

Source

17.2.0 (2023-09-11)

Features

  • feat: add asset-conversion endpoints (#1324) (242aa09)
  • feat: add pallets/foreign-assets endpoint (#1314) (450c6ea)

Bug Fixes

CI

  • ci: add semantic title check, and cleanup actions (#1325) (7098710) Contribute by: benxiao
  • ci: use buildah image defined in gitlab group vars (#1327) (37344bf)

Chore

Test

Docs

Compatibility

Tested against:

  • Polkadot v10000
  • Kusama v10000
  • Westend v10000
tarikgul
published 17.1.2 •

Changelog

Source

17.1.2 (2023-08-16)

Bug Fixes

  • fix: query info feature detection (#1305) (3c768e3) Contributed by xlc
  • fix: change error&error codes returned from /transaction/* related endpoints (#1312) (797c421)

Chores

  • chore(deps): bump semver from 6.3.0 to 6.3.1 (#1304) (62b97f3)
  • chore(yarn): bump yarn (#1303) (e4d42af)
  • chore(dev): switch from tsc-watch to ts-node-dev (#1307) (83d201a)
  • chore(deps): bump word-wrap from 1.2.3 to 1.2.4 (#1309) (573d083)
  • chore: bump Swatinem/rust-cache from 2.5.1 to 2.6.0 (#1310) (28e6078)
  • chore: bump Swatinem/rust-cache from 2.6.0 to 2.6.1 (#1313) (9fcda59)

Compatibility

Tested against:

  • Polkadot v10000
  • Kusama v10000
  • Westend v10000
imod7
published 17.1.1 •

Changelog

Source

17.1.1 (2023-07-05)

Bug Fixes

  • fix: rename wsurl endpoints to asset hub (#1301) (7a7e7de)
  • fix: /accounts/{accountId}/convert encoding for ecdsa (#1280) (86edf0b)
  • fix: rename statemint/statemine/westmint to asset-hub-polkadot/kusama/westend (#1296) (362e912)

Chores

  • chore: bump Swatinem/rust-cache from 2.5.0 to 2.5.1 (#1300) (45d8ecf)
  • chore: bump semver from 7.3.5 to 7.5.3 in /docs (#1298) (45eee30)
  • chore: bump Swatinem/rust-cache from 2.4.0 to 2.5.0 (#1297) (2579500)

Compatibility

Tested against:

  • Polkadot v9420
  • Kusama v9420
  • Westend v9420
imod7
published 17.1.0 •

Changelog

Source

17.1.0 (2023-06-13)

Features

  • feat: add prometheus metrics in dedicated port (#1232) (a256790)

Bug Fixes

CI

Docs

Compatibility

Tested against:

  • Polkadot v9420
  • Kusama v9420
  • Westend v9420
imod7
published 17.0.0 •

Changelog

Source

17.0.0 (2023-05-29)

Breaking Changes

  • fix(deps)!: update polkadot-js, and adjust for breaking changes (isFrozen compatibility fix) & kusama test removed (#1285) (110b01a) NOTE: In the endpoint /accounts/{accountId}/asset-balances, the field isFrozen will now give new outputs when it is no longer supported.

Chores

  • chore: bump Swatinem/rust-cache from 2.3.0 to 2.4.0 (#1284) (e5e5987)
  • chore: bump Swatinem/rust-cache from 2.2.1 to 2.3.0 (#1283) (fa9d52f)

Compatibility

Tested against:

  • Polkadot v9420
  • Kusama v9420
  • Westend v9420
tarikgul
published 16.0.0 •

Changelog

Source

16.0.0 (2023-05-08)

Breaking Changes

  • fix!: removes metadata v13 (#1272) (287d8e3) NOTE: This removes adjustMetadataV13 query parameter from /pallets/{palletId}/storage.
  • fix!: remove noMeta query param from /transaction/materials (#1275) (1d20501) NOTE: This removes noMeta from /transaction/materials. Please refer to the PR for more information.
  • fix!: minimum nodejs version (#1278) (05628da) NOTE: We want this library to be in sync with polkadot-js so it's important for us to also be in line with node-js versions. The version we specify is a minimum of v18.14.

Test

  • test: add acala & karura to e2e tests and some improvements (#1273) (44e2da4) Contributed by (xlc)

CI

Chores

Docs

Compatibility

Tested against:

  • Polkadot v9420
  • Kusama v9420
  • Westend v9420
tarikgul
published 15.0.0 •

Changelog

Source

15.0.0 (2023-04-19)

BREAKING CHANGES

  • fix!: update polkadot-js, and adjust for breaking changes (/accounts/{accountId}/balance-info) (#1255) (8964882) NOTE: The endpoint /accounts/{accountId}/balance-info has a new field called frozen, while miscFrozen, and feeFrozen will now give new outputs when they are no longer supported. Important: These changes are not yet reflected in a runtime release on polkadot, kusama, and westend, but are applied in sidecar to ensure support is there. Please look into the docs and or the above PR to see the changes in more depth.

Bug Fixes

  • fix: incorrect finalization when head blocks are cached and polled (#1265) (d498206) NOTE: This patches a bug related to /blocks/head.

Test

  • test(scripts): change historical e2e-tests endpoints to parity hosted nodes (#1261) (bfe2976)

Compatibility

Tested against:

  • Polkadot v9400
  • Kusama v9400
  • Westend v9400
tarikgul
published 14.5.3 •

Changelog

Source

14.5.3 (2023-04-11)

Bug Fixes

  • fix: validator staking endpoint with more info, and correct docs (#1258) (e0024e5) NOTE: This ensures that the pallets/staking/validators endpoint has the at key, and adds the validatorsToBeChilled key. Please read the PR for more info.

CI

Compatibility

Tested against:

  • Polkadot v9400
  • Kusama v9400
  • Westend v9400
tarikgul
published 14.5.2 •

Changelog

Source

14.5.2 (2023-04-04)

Bug Fixes

  • fix: invalid validator active set (#1256) (a13269b)
    • NOTE: This ensure that /pallets/staking/validators returns the correct amount of active validators in the set.

Compatibility

Tested against:

  • Polkadot v9400
  • Kusama v9400
  • Westend v9400
tarikgul
published 14.5.1 •

Changelog

Source

14.5.1 (2023-03-23)

Chores

Compatibility

Tested against:

  • Polkadot v9390
  • Kusama v9390
  • Westend v9390
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