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

14.1.1

Diff

Changelog

Source

14.1.1 (2022-11-11)

Chores

  • chore: bump Swatinem/rust-cache from 2.0.1 to 2.1.0 (#1129) (4007a21)
  • chore: bump follow-redirects from 1.14.7 to 1.15.2 in /docs (#1118) (b5a991b)
  • chore:(deps): bump tmpl from 1.0.4 to 1.0.5 (#1122) (927c88f)
  • chore: bump Swatinem/rust-cache from 2.1.0 to 2.2.0 (#1131) (cf272f1)
  • chore: bump loader-utils from 1.4.0 to 1.4.1 in /docs (#1130) (8b5c4f7)
  • chore(deps): update polkadot-js deps (#1133) (9300c63)

CI

  • ci: break checks ci job into separate jobs (#1114) (e687e79)

Compatibility

Tested against:

  • Polkadot v9320
  • Kusama v9320
  • Westend v9320
marshacb
published 14.1.0 •

Changelog

Source

14.1.0 (2022-11-03)

Features

  • feat: include balance-info support for statemine and statemint (#1126) (a171305)

Chores

  • chore(deps): bump @polkadot/api from 9.5.2 to 9.6.1 (#1098) (35ea356)
  • chore(deps): dedupe deps (#1100) (0307ee7a)
  • chore: bump terser from 5.10.0 to 5.15.1 in /docs (#1117) (799e1a5)
  • chore(deps): bump minimist from 1.2.5 to 1.2.7 (#1113) (27cd745)
  • chore(deps-dev): bump @types/express-serve-static-core (#1111) (77db77a)
  • chore(deps): bump winston from 3.8.1 to 3.8.2 (#1109) (1c8cfc2)
  • chore(deps): bump lru-cache from 7.13.1 to 7.14.0 (#1107) (5cbc2d5)
  • chore(deps-dev): bump @substrate/dev from 0.6.4 to 0.6.5 (#1106) (5a20fdf)
  • chore(deps): bump express and @types/express (#1105) (7187a15)
  • chore(deps): bump path-parse from 1.0.6 to 1.0.7 (#1120) (a0e69dc)
  • chore(deps): bump tar from 6.1.0 to 6.1.11 (#1119) (c6ca7b1)
  • chore(deps): update polkadot-js deps (#1124) (8cd3084)

CI

  • ci: add dependabot for yarn (#1096 ([24f4f26] (https://github.com/paritytech/substrate-api-sidecar/commit/24f4f26617baebdf355f84bf1f9be3070d1f4143))
  • ci: remove allow from dependabot yml (#1101) (41ded6c)
  • ci: increase bench threshold (#1102) (d0defe0)
  • ci: allow only security updates (#1116) (6f8c334)

Bug Fixes

Compatibility

Tested against:

  • Polkadot v9300
  • Kusama v9300
  • Westend v9310
marshacb
published 14.0.1 •

Changelog

Source

14.0.1 (2022-10-19)

Chores

CI

  • ci: bump Swatinem/rust-cache from 2.0.0 to 2.0.1 (#1084) (aa2c9cb)
  • ci: push metrics to prometheus-pushgateway (#1086) (9284bd1)

Docs

Tests

Compatibility

Tested against:

  • Polkadot v9290
  • Kusama v9290
  • Westend v9300
marshacb
published 14.0.0 •

Changelog

Source

14.0.0 (2022-10-03)

⚠ BREAKING CHANGES ⚠

Features

  • feat: add /accounts/:accountId/convert endpoint (#1007) (e2d6fae)

Chores

Compatibility

Tested against:

  • Polkadot v9290
  • Kusama v9290
  • Westend v9290
tarikgul
published 13.1.0 •

Changelog

Source

13.1.0 (2022-09-19)

Features

  • feat: validateBooleanMiddleware for controllers (#1023) (fc74d4a)

Chores

CI

Bug Fixes

  • fix: add TransactionPayment::TransactionPaidFee support (#1040) (108a93b)

Tests

  • test: fix deprecated lruCache.size deprecation (#1042) (4820342)

Docs

Compatibility

Tested against:

  • Polkadot v9290
  • Kusama v9290
  • Westend v9290
tarikgul
published 13.0.0 •

Changelog

Source

13.0.0 (2022-08-31)

⚠ BREAKING CHANGES ⚠

  • fix!: integrate @substrate/calc@0.3.0 for partial fees (#1017) (92e3e1d)
    • Note: This removes the query param feeByEvent for all /blocks/* endpoints. Fee's are correctly calculated by default and dont require a secondary way of retrieving the partialFee. For historical blocks, an error might be logged and emitted for chains that don't have TransactionPaymentApi::query_feeDetails in their runtime API. The error is emitted by polkadot-js regardless of catching it, but it does not affect fee calculation as also logged by a follow up warning. Please refer to the PR for more information.
  • feat!: add support for http provider using SAS_SUBSTRATE_URL (#1001) (b12daa8)
    • Note: This replaces the standard SAS_SUBSTRATE_WS_URL with SAS_SUBSTRATE_URL. It's important when updating to sidecar v13.0.0 to replace all instances of the env variable with the new one.

Bug Fixes

CI

Chores

  • chore(deps): update polkadot-js api and util-crypto (#1030) (f59b7db)
  • chore(deps): update @substrate/dev (#1028) (4443924)
  • chore(deps): update polkadot api, and util-crypto (#1024) (62b028e)
  • chore(deps): update api, and util-crypto (#1019) (d12b2f7)

Compatibility

Tested against:

  • Polkadot v9270
  • Kusama v9270
  • Westend v9280
tarikgul
published 12.4.3 •

Changelog

Source

12.4.3 (2022-08-09)

Bug Fixes

Chores

  • chore(deps): update polkadot-js api, and util-crypto (8164281)

Compatibility

Tested against:

  • Polkadot v9270
  • Kusama v9270
  • Westend v9270
tarikgul
published 12.4.2 •

Changelog

Source

12.4.2 (2022-08-03)

Bug Fixes

  • fix(logging): replace TransformableInfo with ITransformableInfo type (#994) (c058904)
  • fix(feeByEvent): use registry to convert hex to string (#997) (13ca62f)
  • fix(feeByEvent): handle tip for partialFee (#1003) (6e60aa9)

Chores

Compatibility

Tested against:

  • Polkadot v9250
  • Kusama v9250
  • Westend v9250
tarikgul
published 12.4.1 •

Changelog

Source

12.4.1 (2022-07-28)

Bug Fixes

  • fix(feeByEvent): fix tip inclusion for partialFee (#986) (91dda83)
  • fix(feeByEvent): sanitize fee for hex values (#990) (3f9a2c3)

Chores

  • chore(deps): update polkadot-js api, and util-crypto (#987) (f80666a)
  • chore(deps): update all non polkadot-js deps (#988) (0facebf)

Docs

  • docs(readme): remove mention of apps-config (#985) (e003e93)

Compatibility

Tested against:

  • Polkadot v9250
  • Kusama v9250
  • Westend v9250
tarikgul
published 12.4.0 •

Changelog

Source

12.4.0 (2022-07-13)

Features

  • feat: support for feeByEvent query param which will abstract the fees by events (#970) (92c155d)

Chores

  • chore(deps): update polkadot-js api, and util-crypto (#982) (c34bdde)

Tests

Compatibility

Tested against:

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