This release contains the changes from v1.17.8 to v2.0.0.
Full changelog: v1.17.8...v2.0.0
Versions
- Rust Toolchain:
1.90.0 - Polkadot-SDK:
stable2506-2
Deployed
What's Changed
Breaking Changes
- feat: updated Schemas and Intents #2552### Major Changes
- feat: updated Schemas and Intents #2552### Storage Migrations
- feat: updated Schemas and Intents #2552
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- 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- build(deps): bump actions/upload-artifact from 5 to 6 #2653
Runtimes
The information about the runtimes included in this release can be found below.
Mainnet
ποΈ Runtime size: 1.800 MB (1,886,950 bytes)
π Compressed: Yes, 72.31%
β¨ Reserved meta: OK - [6D, 65, 74, 61]
π Metadata version: V14
π₯ Core version: frequency-188 (frequency-0.tx1.au1)
π³οΈ system.setCode hash: 0x2cd3886c949b5f1bfd0677521b31ce53246314ae5bc3349919d61cf46d45821a
π³οΈ authorizeUpgrade hash: 0xd6db34f3105251a422b884ade5e1c60a12e48fc9961c8b4f65529c515b39ee1c
π³οΈ Blake2-256 hash: 0xb0e129ff1e369c492012602546130d6e7169e2c6cdedebd26eda9b131fe203b6
π¦ IPFS: https://cf-ipfs.com/ipfs/QmYY9bRJmc6Decmz1DiZLd17fGiqi3DCoVhiN9rStVzuUc
Frequency Paseo Testnet
ποΈ Runtime size: 2.191 MB (2,297,700 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: 0xa9e01b2f105b27416e559005badc5da61f2dea3240df431c249465446a2beea5
π³οΈ authorizeUpgrade hash: 0xf4a2b0826c3c0c8c22bc390b81e2ca619fa797f3abe656e0d0f04de4ebbb5e59
π³οΈ Blake2-256 hash: 0x832346d0954d963d67aa4ffb0f116f5dcc842757daf1f6135d2297fb48807f1d
π¦ IPFS: https://cf-ipfs.com/ipfs/QmSvyUL2JkCAEYJbvgtQCcN3ED48x5conuAn3KsMwKas6A
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