Skip to content

[Release Candidate] v2.0.0-rc3

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 12 Jan 23:34
· 6 commits to main since this release

This release candidate contains the changes from v1.17.8 to v2.0.0-rc3.

Full changelog: v1.17.8...v2.0.0-rc3

Versions

  • Rust Toolchain: 1.90.0
  • Polkadot-SDK: stable2506-2

Deployed

What's Changed

Additional Changes

  • build(deps): bump stefanzweifel/git-auto-commit-action from 5.2.0 to 7.0.0 #2623- build(deps): bump actions/github-script from 7 to 8 #2608- build(deps): bump peter-evans/dockerhub-description from 4.0.0 to 5.0.0 #2620- build(deps): bump mikepenz/release-changelog-builder-action from 5.4.1 to 6.0.1 #2640- build(deps): bump softprops/action-gh-release from 2.2.2 to 2.4.2 #2639- build(deps): bump actions/upload-artifact from 4 to 5 #2643- build(deps): bump actions/download-artifact from 5 to 6 #2642- build(deps): bump actions/setup-node from 5 to 6 #2641- disable install scripts #2647- fix: add mechanism for configurable override of '--ignore-scripts' when running 'npm ci' #2650- feat: updated Schemas and Intents #2552- build(deps): bump actions/checkout from 5 to 6 #2645- build(deps): bump softprops/action-gh-release from 2.4.2 to 2.5.0 #2646- chore: create common action to setup Node.js and correct version of npm #2652- Sort schemas for intent #2658- feat: add build targets for building a runtime without custom host function references, suitable for using with Chopsticks #2651- fix: distinguish explicit vs implicit delegation permission revocation for Intents #2661- added ics schemas to genesis #2662- fix the npm token issues #2664

Runtimes

The information about the runtimes included in this release can be found below.

Mainnet

πŸ‹οΈ  Runtime size:             1.799 MB (1,886,008 bytes) 
πŸ—œ  Compressed:               Yes, 72.35%
✨ Reserved meta:            OK - [6D, 65, 74, 61]
🎁 Metadata version:         V14
πŸ”₯ Core version:             frequency-188 (frequency-0.tx1.au1)
πŸ—³οΈ  system.setCode hash:      0x3a0a0aee620661747963bc7fff2ad761e0d6662b0ae070463726a6b917a9bd2c
πŸ—³οΈ  authorizeUpgrade hash:    0xdafd5f394036630ec474b47b3d172217e5c9c98f19a00519d886cec5e4700049
πŸ—³οΈ  Blake2-256 hash:          0xb3d71925c34a04bfddf087fea988823561e591a826498caa1d4eeaa6f612d1bc
πŸ“¦ IPFS:                     https://cf-ipfs.com/ipfs/QmWMaHVNMpizNYyCtGwfQExpCxjPbLX8TeJVjeA54UQnj2

Frequency Paseo Testnet

πŸ‹οΈ  Runtime size:             2.193 MB (2,299,901 bytes) ⚠️ HEAVY
πŸ—œ  Compressed:               Yes, 70.04%
✨ Reserved meta:            OK - [6D, 65, 74, 61]
🎁 Metadata version:         V14
πŸ”₯ Core version:             frequency-testnet-188 (frequency-0.tx1.au1)
πŸ—³οΈ  system.setCode hash:      0x70b0f742fc3c4dd0462f7fa3d8040e6e707f9e9704dc7629b20b8b8e7f8fa60f
πŸ—³οΈ  authorizeUpgrade hash:    0xcbd22b7b20fd20523997b11469946087d4c11b03d3c1d7f4203b6da26e653971
πŸ—³οΈ  Blake2-256 hash:          0x1372d5f3b5c647eb74815d1625f8ea90acc3bdf34a9ec118ce1e800a553817a0
πŸ“¦ IPFS:                     https://cf-ipfs.com/ipfs/Qmf4KaJKskfYkGZfCU1jMZaX9xxNRMAMFVbMbsGxisnJ5E

Metadata Change Summary

⚠️ This filter is here to help spotting changes that should be reviewed carefully.
⚠️ It catches only index changes, deletions and value decreases.

## Modules
- Added
  - MultiBlockMigrations
- Removed

## Removals
- Messages
  - [-] storage: messagesV2
- Schemas
  - [-] calls: proposeToCreateSchemaV2, createSchemaViaGovernanceV2, createSchemaV3, proposeToCreateSchemaName, createSchemaNameViaGovernance
  - [-] storage: schemaNameToIds

## Additions
- Messages
  - [+] storage: messagesV3
- Schemas
  - [+] calls: createIntent, createIntentViaGovernance, proposeToCreateIntent, createIntentGroup, createIntentGroupViaGovernance
  - [+] storage: nameToMappedEntityIds, currentIntentIdentifierMaximum, intentInfos, currentIntentGroupIdentifierMaximum, intentGroups

## Changes