Skip to content
This repository was archived by the owner on Aug 24, 2023. It is now read-only.

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 10, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@polkadot/api (source) ^9.6.2 -> ^9.14.2 age adoption passing confidence

Release Notes

polkadot-js/api (@​polkadot/api)

v9.14.2

Compare Source

Changes:

  • Don't allow WsProvider.connect() on an open connection (creates resource leaks)
  • Adjust typegen to use metadata-defined aliases in query return decoration
  • Update to latest Polkadot, Kusama & Substrate metadata

v9.14.1

Compare Source

Changes:

  • Extract aliases for *_runtime::Runtime{Call, Event} from metadata
  • Update to latest Polkadot, Kusama & Substrate metadata

v9.13.6

Compare Source

Contributed:

Changes:

  • Additional override for Compact<{ refTime: u64 }> chains
  • Add script to retrieve local rpc, version & metadata for typegen

v9.13.5

Compare Source

Changes:

  • Adjust Weight alias for 1.5 chains
  • Ensure correct registry is pass through for runtime TS generation

v9.13.4

Compare Source

Changes:

  • None from 9.13.3 (The previous version had npm registry publishing issues)

v9.13.3

Compare Source

Changes:

  • Adjust Weight alias detection to cater for WeightV0/u32 overrides (e.g. early Kusama blocks)

v9.13.2

Compare Source

Changes:

  • Allow null as valid param to Int/UInt

v9.13.1

Compare Source

Contributed:

Changes:

  • Adjust Weight alias detection (moved from PortableRegistry -> Registry)
  • Move default (typegen) weight alias to WeightV2 (does not affect runtime detection)
  • Prepare metadata docs from chain generation for future cli arguments
  • Add base type object for (future) composite types
  • Apply additional JSDoc comments into PortableRegistry
  • Update to latest Polkadot, Kusama & Substrate metadata

v9.12.1

Compare Source

Changes:

  • Add isStorageFallback on the Codec interface. (true if entry was created from a metadata fallback value from an empty storage item)
  • Ensure api.queryMulti returns empty result when no keys are provided
  • Add explicit Array checks on Vec/Tuple inputs
  • Align Struct.{toU8a/toPrimitive/toHuman/toJSON} population of results
  • Apply memoization to batched API queries
  • Update to latest Polkadot, Kusama & Substrate metadata

v9.11.3

Compare Source

Changes:

  • Update to latest Polkadot, Kusama & Substrate metadata

v9.11.2

Compare Source

Changes:

  • Ensure derive.democracy.preimages retrieves correctly from (current-gen) preimage

v9.11.1

Compare Source

  • Breaking change For users of ScProvider you now need to explicitly pass @substrate/connect as a parameter. This means the code needs to be adjusted as follows -
import { ScProvider } from '@&#8203;polkadot/api';
import * as Sc from '@&#8203;substrate/connect';

const provider = new ScProvider(Sc, Sc.WellKnownChain.polkadot);

Contributed:

Changes:

  • The ScProvider interface now needs receive an @substrate/connect instance
  • Along with the above ScProvider.WellKnownChains has been removed
  • Update to latest Polkadot, Kusama & Substrate metadata

v9.10.5

Compare Source

Changes:

  • Revert 9.10.4 paymentInfo changes (fallback only works on struct, not Weight)

v9.10.4

Compare Source

Changes:

  • Align runtime paymentInfo calls with Substrate (w/ decoding fallbacks)

v9.10.3

Compare Source

Changes:

  • Add override for Structs where registry appear as a field
  • Update to latest Polkadot, Kusama & Substrate metadata
  • Kusama 9320/9340/9350 & Westend 9330/9340/9350 upgrade blocks

v9.10.2

Compare Source

Changes:

  • Fix derive.balances.account detection for system vs balances

v9.10.1

Compare Source

  • Important Since 9.2.1 the recommended way of accessing WellKnownChain for light clients is via ScProvider.WellKnownChain. This release removes the explicit export from the ScProvider root.

Changes:

  • Adjust payloads to use BlockHash types (as applicable)
  • Adjust type-only imports in ScProvider
  • Update to latest Polkadot, Kusama & Substrate metadata
  • Update to @polkadot/util 10.2.1

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot temporarily deployed to Release Docker November 10, 2022 04:39 Inactive
@defichain-bot defichain-bot added the kind/dependencies Pull requests that update a dependency file label Nov 10, 2022
@netlify
Copy link

netlify bot commented Nov 10, 2022

Deploy Preview for metachain ready!

Name Link
🔨 Latest commit 6ea873d
🔍 Latest deploy log https://app.netlify.com/sites/metachain/deploys/64145891c27b7a0008a2c21a
😎 Deploy Preview https://deploy-preview-152--metachain.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

@codecov
Copy link

codecov bot commented Nov 10, 2022

Codecov Report

Patch coverage has no change and project coverage change: +2.67 🎉

Comparison is base (111e219) 3.96% compared to head (6ea873d) 6.63%.

Additional details and impacted files
@@           Coverage Diff            @@
##            main    #152      +/-   ##
========================================
+ Coverage   3.96%   6.63%   +2.67%     
========================================
  Files         10      14       +4     
  Lines       1766    1823      +57     
  Branches       0       3       +3     
========================================
+ Hits          70     121      +51     
- Misses      1696    1702       +6     

see 4 files with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@github-actions
Copy link

github-actions bot commented Nov 10, 2022

Docker image for defich/metachain is ready!

Built with commit b5f4c95

  • docker pull ghcr.io/defich/metachain:b5f4c95f8bf8e28e1613f23f9973ceece94b30d9
  • docker pull ghcr.io/defich/metachain:pr-152

@renovate renovate bot force-pushed the renovate/polkadot-api-9.x branch from cb689c8 to 7a3ccd7 Compare November 13, 2022 10:59
@renovate renovate bot changed the title bump(deps): update dependency @polkadot/api to ^9.7.1 bump(deps): update dependency @polkadot/api to ^9.8.1 Nov 13, 2022
@renovate renovate bot temporarily deployed to Release Docker November 13, 2022 10:59 Inactive
@renovate renovate bot force-pushed the renovate/polkadot-api-9.x branch from 7a3ccd7 to f81994b Compare November 16, 2022 18:46
@renovate renovate bot changed the title bump(deps): update dependency @polkadot/api to ^9.8.1 bump(deps): update dependency @polkadot/api to ^9.8.2 Nov 16, 2022
@renovate renovate bot temporarily deployed to Release Docker November 16, 2022 18:46 Inactive
@renovate renovate bot force-pushed the renovate/polkadot-api-9.x branch from f81994b to 7fd9582 Compare November 20, 2022 22:41
@renovate renovate bot changed the title bump(deps): update dependency @polkadot/api to ^9.8.2 bump(deps): update dependency @polkadot/api to ^9.9.1 Nov 20, 2022
@renovate renovate bot temporarily deployed to Release Docker November 20, 2022 22:41 Inactive
@renovate renovate bot force-pushed the renovate/polkadot-api-9.x branch from 7fd9582 to 198e176 Compare November 27, 2022 18:16
@renovate renovate bot changed the title bump(deps): update dependency @polkadot/api to ^9.9.1 bump(deps): update dependency @polkadot/api to ^9.9.2 Nov 27, 2022
@renovate renovate bot temporarily deployed to Release Docker November 27, 2022 18:16 Inactive
@renovate renovate bot force-pushed the renovate/polkadot-api-9.x branch from 198e176 to 4ab01f7 Compare November 28, 2022 12:38
@renovate renovate bot temporarily deployed to Release Docker November 28, 2022 12:38 Inactive
@renovate renovate bot changed the title bump(deps): update dependency @polkadot/api to ^9.9.2 bump(deps): update dependency @polkadot/api to ^9.9.4 Nov 28, 2022
@renovate renovate bot force-pushed the renovate/polkadot-api-9.x branch from 4ab01f7 to 8abdc7d Compare November 29, 2022 05:14
@renovate renovate bot temporarily deployed to Release Docker November 29, 2022 05:14 Inactive
@renovate renovate bot force-pushed the renovate/polkadot-api-9.x branch from 8abdc7d to ba37364 Compare December 4, 2022 12:40
@renovate renovate bot temporarily deployed to Release Docker December 4, 2022 12:40 Inactive
@renovate renovate bot changed the title bump(deps): update dependency @polkadot/api to ^9.9.4 bump(deps): update dependency @polkadot/api to ^9.10.1 Dec 4, 2022
@renovate renovate bot force-pushed the renovate/polkadot-api-9.x branch from ba37364 to 9fafc22 Compare December 9, 2022 12:27
@renovate renovate bot changed the title bump(deps): update dependency @polkadot/api to ^9.10.1 bump(deps): update dependency @polkadot/api to ^9.10.2 Dec 9, 2022
@renovate renovate bot temporarily deployed to Release Docker December 9, 2022 12:27 Inactive
@renovate renovate bot force-pushed the renovate/polkadot-api-9.x branch from 9fafc22 to f6b6b10 Compare December 17, 2022 12:01
@renovate renovate bot changed the title bump(deps): update dependency @polkadot/api to ^9.11.2 bump(deps): update dependency @polkadot/api to ^9.11.3 Jan 15, 2023
@renovate renovate bot temporarily deployed to Release Docker January 15, 2023 14:16 Inactive
@renovate renovate bot force-pushed the renovate/polkadot-api-9.x branch from 6edfe08 to ac05314 Compare January 22, 2023 13:30
@renovate renovate bot changed the title bump(deps): update dependency @polkadot/api to ^9.11.3 bump(deps): update dependency @polkadot/api to ^9.12.1 Jan 22, 2023
@renovate renovate bot temporarily deployed to Release Docker January 22, 2023 13:30 Inactive
@renovate renovate bot force-pushed the renovate/polkadot-api-9.x branch from ac05314 to 3dc977c Compare January 29, 2023 06:06
@renovate renovate bot changed the title bump(deps): update dependency @polkadot/api to ^9.12.1 bump(deps): update dependency @polkadot/api to ^9.13.1 Jan 29, 2023
@renovate renovate bot temporarily deployed to Release Docker January 29, 2023 06:06 Inactive
@renovate renovate bot force-pushed the renovate/polkadot-api-9.x branch from 3dc977c to e6bb63b Compare January 29, 2023 09:03
@renovate renovate bot changed the title bump(deps): update dependency @polkadot/api to ^9.13.1 bump(deps): update dependency @polkadot/api to ^9.13.2 Jan 29, 2023
@renovate renovate bot temporarily deployed to Release Docker January 29, 2023 09:03 Inactive
@renovate renovate bot force-pushed the renovate/polkadot-api-9.x branch from e6bb63b to acb36cf Compare February 1, 2023 07:03
@renovate renovate bot temporarily deployed to Release Docker February 1, 2023 07:03 Inactive
@renovate renovate bot changed the title bump(deps): update dependency @polkadot/api to ^9.13.2 bump(deps): update dependency @polkadot/api to ^9.13.3 Feb 1, 2023
@renovate renovate bot force-pushed the renovate/polkadot-api-9.x branch from acb36cf to 8c13040 Compare February 1, 2023 10:35
@renovate renovate bot changed the title bump(deps): update dependency @polkadot/api to ^9.13.3 bump(deps): update dependency @polkadot/api to ^9.13.4 Feb 1, 2023
@renovate renovate bot temporarily deployed to Release Docker February 1, 2023 10:35 Inactive
@renovate renovate bot force-pushed the renovate/polkadot-api-9.x branch from 8c13040 to 5cdb622 Compare February 2, 2023 12:13
@renovate renovate bot changed the title bump(deps): update dependency @polkadot/api to ^9.13.4 bump(deps): update dependency @polkadot/api to ^9.13.5 Feb 2, 2023
@renovate renovate bot temporarily deployed to Release Docker February 2, 2023 12:13 Inactive
@renovate renovate bot force-pushed the renovate/polkadot-api-9.x branch from 5cdb622 to 50648f1 Compare February 5, 2023 14:09
@renovate renovate bot changed the title bump(deps): update dependency @polkadot/api to ^9.13.5 bump(deps): update dependency @polkadot/api to ^9.13.6 Feb 5, 2023
@renovate renovate bot temporarily deployed to Release Docker February 5, 2023 14:09 Inactive
@renovate renovate bot force-pushed the renovate/polkadot-api-9.x branch from 50648f1 to 7b86aeb Compare February 12, 2023 16:02
@renovate renovate bot changed the title bump(deps): update dependency @polkadot/api to ^9.13.6 bump(deps): update dependency @polkadot/api to ^9.14.1 Feb 12, 2023
@renovate renovate bot temporarily deployed to Release Docker February 12, 2023 16:02 Inactive
@renovate renovate bot force-pushed the renovate/polkadot-api-9.x branch from 7b86aeb to 6ea873d Compare March 17, 2023 12:09
@renovate renovate bot changed the title bump(deps): update dependency @polkadot/api to ^9.14.1 bump(deps): update dependency @polkadot/api to ^9.14.2 Mar 17, 2023
@renovate renovate bot temporarily deployed to Release Docker March 17, 2023 12:09 Inactive
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area/packages kind/dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant