Skip to content

v2.0.0

Latest

Choose a tag to compare

@JoeCap08055 JoeCap08055 released this 04 Feb 19:23
· 0 commits to main since this release

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

  • Frequency-Paseo Testnet: TBD
  • Frequency Mainnet: TBD

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