Skip to content

Releases: frequency-chain/frequency

v1.7.4

07 Aug 23:52
Compare
Choose a tag to compare

This release contains the changes from v1.7.2 to v1.7.4.

Full changelog: v1.7.2...v1.7.4

Note: v1.7.3 was removed due to missing a spec version bump.

Versions

  • Rust Toolchain: nightly-2022-11-15
  • Substrate/Polkadot: v0.9.42

Deployed

What's Changed

Minor

  • Support German letter ß in handles #1652
  • Bump spec version for release #1653

Runtimes

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

Rococo

🏋️  Runtime size:             0.727 MB (762,117 bytes) 
🗜  Compressed:               Yes, 76.79%
✨ Reserved meta:            OK - [6D, 65, 74, 61]
🎁 Metadata version:         V14
🔥 Core version:             frequency-rococo-48 (frequency-0.tx1.au1)
🗳️  system.setCode hash:      0x7b14daf2c9bfb6311e60509d083d5246a065b6c8eff86e5c4b10d40db3ff4ca8
🗳️  authorizeUpgrade hash:    0xfbab310251c00765eb23b73b5bc26bda8838ff2aeea51ad6f3fd959d3ab86ab8
🗳️  Blake2-256 hash:          0x89edced12fd470f82c3b59968aa2f6f79fd5fe0d0e57fc2eaed76026abfe0f0f
📦 IPFS:                     https://www.ipfs.io/ipfs/QmaV23vcCWWd1o1vdq9aGpsuwFiU1jCdEgqjM3dS1reNZe

Mainnet

🏋️  Runtime size:             0.717 MB (752,077 bytes) 
🗜  Compressed:               Yes, 76.80%
✨ Reserved meta:            OK - [6D, 65, 74, 61]
🎁 Metadata version:         V14
🔥 Core version:             frequency-48 (frequency-0.tx1.au1)
🗳️  system.setCode hash:      0x5b45566078d2501a7de74db552a6f99d886e279c4eacb61cb252aa4a1ae929a9
🗳️  authorizeUpgrade hash:    0x091222136daf20d913aa0578c60f8b1201434f154d9d5bd786174edd441bc9ca
🗳️  Blake2-256 hash:          0x968681974762c4dbaf591c05c4cd50d15e94f876bda8d5582e4de4fd361fbf63
📦 IPFS:                     https://www.ipfs.io/ipfs/QmNMwuJYBe3stT3bwYjzvWBSdWgocL6bs7rrWX1FoCJfsK

v1.7.2

02 Aug 18:48
Compare
Choose a tag to compare

This release contains the changes from v1.7.1 to v1.7.2.

Full changelog: v1.7.1...v1.7.2

Versions

  • Rust Toolchain: nightly-2022-11-15
  • Substrate/Polkadot: v0.9.42

Deployed

  • Frequency-Rococo: 1,680,776
  • Frequency-Mainnet: Skipped

What's Changed

Major Changes

  • Stateful storage pallet changes #1651 and #1638
    • All signature required methods have a new payload that no longer requires the MSA Id. (Deprecated functions to be removed after ~6 months)
    • apply_item_actions_with_signature deprecated and replaced with new apply_item_actions_with_signature_v2
    • upsert_page_with_signature deprecated and replaced with new upsert_page_with_signature_v2
    • delete_page_with_signature deprecated and replaced with new delete_page_with_signature_v2
  • New Feature: Easy extrinsic to change user handle pallet_handles.change_handle #1647

CI and Development Related Updates

  • update runner labels #1636
  • Update README.md #1643
  • fix: specify workspace resolver for edition=2021 #1645
  • update metadata labels #1641

Runtimes

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

Rococo

🏋️  Runtime size:             0.727 MB (762,020 bytes) 
🗜  Compressed:               Yes, 76.79%
✨ Reserved meta:            OK - [6D, 65, 74, 61]
🎁 Metadata version:         V14
🔥 Core version:             frequency-rococo-47 (frequency-0.tx1.au1)
🗳️  system.setCode hash:      0x01b2c458d53681cbd82fddf0b625d9bbc7a43f3e0422f7113477322638b159d2
🗳️  authorizeUpgrade hash:    0xef4755b3ca0efefc18cd271c63f87eae723e0c02d63fb05c370d28b2b5a3421c
🗳️  Blake2-256 hash:          0xe5f5ca8905716ea454763085257c9eb57688e628120164372b3b89d316579524
📦 IPFS:                     https://www.ipfs.io/ipfs/QmWQAkB1m5jZ9ZZRwno5XKdpaM1nf2YFGmpH79AnyLqj7A

Mainnet

🏋️  Runtime size:             0.717 MB (752,223 bytes) 
🗜  Compressed:               Yes, 76.79%
✨ Reserved meta:            OK - [6D, 65, 74, 61]
🎁 Metadata version:         V14
🔥 Core version:             frequency-47 (frequency-0.tx1.au1)
🗳️  system.setCode hash:      0xaeeabd2240f2d59e6247f40bdbfa1f37c79db5cee4abce5b0c5862175c4284cf
🗳️  authorizeUpgrade hash:    0xed70318c11734e52dea58e9428493499bca32c6ab93dbf2e5c4319b5106a6bb5
🗳️  Blake2-256 hash:          0xb2e7129e29d459a3b86e4cd58614cd977a36e5d82d52bdf276c8f56e66d9b177
📦 IPFS:                     https://www.ipfs.io/ipfs/QmSyGEWdzsBZbxv8WAG7pg6rXQz27zhs2k1Aw7CUFmnbHr

v1.7.1

12 Jul 22:18
Compare
Choose a tag to compare

This release contains the changes from v1.7.0 to v1.7.1.

Full changelog: v1.7.0...v1.7.1

Versions

  • Rust Toolchain: nightly-2022-11-15
  • Substrate/Polkadot: v0.9.42

Deployed

What's Changed

Minor Runtime Changes

  • Increase Capacity Batch limit from 2 -> 10 #1633

API Augment Changes

  • Add js extensions to imports to support esm fully in api-augment #1635

Internal/Testing Changes

  • fix: disconnect additional ApiPromise connection after tests run #1621
  • Fix failing staking end to end tests for relay chain execution #1629
  • fix: update benchmark command #1631
  • Align integration test helpers payload expiration setup and increase default #1634

Runtimes

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

Rococo

🏋️  Runtime size:             0.723 MB (758,216 bytes) 
🗜  Compressed:               Yes, 76.70%
✨ Reserved meta:            OK - [6D, 65, 74, 61]
🎁 Metadata version:         V14
🔥 Core version:             frequency-rococo-44 (frequency-0.tx1.au1)
🗳️  system.setCode hash:      0x8ebe92c64fcc1d761fe1ca553611ac243e7f73727e737e380c41b9326a93d2d5
🗳️  authorizeUpgrade hash:    0xb6bf81b80041a31ea92f5bd8f6a41e4d956d5232c10d9867f2644189280d3d44
🗳️  Blake2-256 hash:          0xc3af0572dc2975492e9718ab02b31abd5e08baf74bb0fbac2372e3901ca2401f
📦 IPFS:                     https://www.ipfs.io/ipfs/QmR4M4TGPduc3pzcjDvUbN1wQZHUPhVqf4VurmTFRihRYu

Mainnet

🏋️  Runtime size:             0.715 MB (749,729 bytes) 
🗜  Compressed:               Yes, 76.78%
✨ Reserved meta:            OK - [6D, 65, 74, 61]
🎁 Metadata version:         V14
🔥 Core version:             frequency-44 (frequency-0.tx1.au1)
🗳️  system.setCode hash:      0x318c0a1d853db533a17768760eec57ced1cfd5676f8f296aa510b8e60e2d8a34
🗳️  authorizeUpgrade hash:    0x875beb833d78cc2419f73c02911fccac35afb7c3917fa061f0edab0f2dbd4529
🗳️  Blake2-256 hash:          0x79ef04d274e4da1d36d1a5c106ca809e893efda32ecbb0649b6ad1ab39e22ea8
📦 IPFS:                     https://www.ipfs.io/ipfs/QmWQDGJzUnSgjQp7HMMC1n7s8H5oVoUYCtuTr5UzxVPcTn

[Release Candidate] v1.7.1-rc2

12 Jul 17:46
Compare
Choose a tag to compare
Pre-release

This release contains the changes from v1.7.0 to v1.7.1-rc2.

Full changelog: v1.7.0...v1.7.1-rc2

Versions

  • Rust Toolchain: nightly-2022-11-15
  • Substrate/Polkadot: v0.9.42

Deployed

Release Candidate

What's Changed

Uncategorized Changes

  • fix: disconnect additional ApiPromise connection after tests run #1621
  • Fix failing staking end to end tests for relay chain execution #1629
  • fix: update benchmark command #1631
  • Align integration test helpers payload expiration setup and increase default #1634
  • Increase Capacity Batch limit from 2 -> 10 #1633
  • Add js extensions to imports to support esm fully in api-augment #1635

Runtimes

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

Rococo

🏋️  Runtime size:             0.723 MB (758,206 bytes) 
🗜  Compressed:               Yes, 76.71%
✨ Reserved meta:            OK - [6D, 65, 74, 61]
🎁 Metadata version:         V14
🔥 Core version:             frequency-rococo-44 (frequency-0.tx1.au1)
🗳️  system.setCode hash:      0x82ce997dc2afa53769bde038771cf6fde50b245ce05694201cd4b993dd117449
🗳️  authorizeUpgrade hash:    0xba7a8aa0af69d42821467a32afd0813dfaf7f167313324b5237d4bf94e89d071
🗳️  Blake2-256 hash:          0xc6ecf951c6f8c2570c6589bf3175039b48ada05ef474ed89979b4fe19c1b0c99
📦 IPFS:                     https://www.ipfs.io/ipfs/QmNM2sCvSgzXqnZmey5yVhibziiui8TkJ8ir6TgxHLuusv

Mainnet

🏋️  Runtime size:             0.715 MB (750,162 bytes) 
🗜  Compressed:               Yes, 76.77%
✨ Reserved meta:            OK - [6D, 65, 74, 61]
🎁 Metadata version:         V14
🔥 Core version:             frequency-44 (frequency-0.tx1.au1)
🗳️  system.setCode hash:      0x39abf0212479258bb687c3fff494096d0adbead96994a6954461a4406611a25e
🗳️  authorizeUpgrade hash:    0x6280526f2968aaee2b83c06cbbfd2d40014d991d66b4e2d1c54c302626ae96bd
🗳️  Blake2-256 hash:          0x18e86a05436676133f81e3fb9808cae1783db3e36bce4999b5f9044c21a1a967
📦 IPFS:                     https://www.ipfs.io/ipfs/QmQEQtvt2GdsZWoydGnK6Hq5A3L2KvwbHwsNtsZsyevgRg

[Release Candidate] v1.7.1-rc1

07 Jul 13:39
Compare
Choose a tag to compare
Pre-release

This release contains the changes from v1.7.0 to v1.7.1-rc1.

Full changelog: v1.7.0...v1.7.1-rc1

Versions

  • Rust Toolchain: nightly-2022-11-15
  • Substrate/Polkadot: v0.9.42

Deployed

Release Candidate

What's Changed

Uncategorized Changes

  • fix: disconnect additional ApiPromise connection after tests run #1621
  • Fix failing staking end to end tests for relay chain execution #1629

Runtimes

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

Rococo

🏋️  Runtime size:             0.723 MB (758,394 bytes) 
🗜  Compressed:               Yes, 76.70%
✨ Reserved meta:            OK - [6D, 65, 74, 61]
🎁 Metadata version:         V14
🔥 Core version:             frequency-rococo-42 (frequency-0.tx1.au1)
🗳️  system.setCode hash:      0x15bc5aa5d472dfaa92eda4e502b896835338bdac1c12bc16f758f4a6ed09a423
🗳️  authorizeUpgrade hash:    0x0384e4ff083cf3cbf8d8ea1db2e7118cd27ada960bc3b94b01a2e99a83f28934
🗳️  Blake2-256 hash:          0x989607b3fa72d807a017f2e3b1aad6c52a56f472c541f550a2748bee5dbd2410
📦 IPFS:                     https://www.ipfs.io/ipfs/QmU9GU4uzBXTuseSeKvj7cBZMCpLSPAGq1wtZ3hZCmDNZg

Mainnet

🏋️  Runtime size:             0.715 MB (749,425 bytes) 
🗜  Compressed:               Yes, 76.79%
✨ Reserved meta:            OK - [6D, 65, 74, 61]
🎁 Metadata version:         V14
🔥 Core version:             frequency-42 (frequency-0.tx1.au1)
🗳️  system.setCode hash:      0xafee733c0e291e9e6fdd322d8987d6db9ecb7936b8c66fbaed1f2020fc253b7b
🗳️  authorizeUpgrade hash:    0x04c4f7c272ca4806e6864ce17c245f5acf0b89fde8b8eea21653653ea015ff53
🗳️  Blake2-256 hash:          0xf42bcd9eca1548a54f0e2e506661c0dcc237239ad3c4858cc400d485d8c7277e
📦 IPFS:                     https://www.ipfs.io/ipfs/QmVMoxTnDYJS5e6MYNyVjkNshye591asvmM2HRia8hiXDC

v1.7.0

03 Jul 22:10
Compare
Choose a tag to compare

This release contains the changes from v1.6.2 to v1.7.0.

Full changelog: v1.6.2...v1.7.0

Breaking Change

  • Removed deprecated count field on MessagesStored event #1559

Versions

  • Rust Toolchain: nightly-2022-11-15
  • Substrate/Polkadot: v0.9.42

Deployed

  • Frequency-Rococo: 1,497,071
  • Frequency-Mainnet: Skipped

What's Changed

Major Changes

  • BREAKING CHANGE: Removed deprecated count field on MessagesStored event #1559
  • Upgrade from v0.9.36 to Polkadot v0.9.42 #1573 #1574 #1581 #1590
  • Create version 2 of MSA RPC to return revoked_at block number for schema permission grants #1609

API-Augment Changes

  • Better import support
  • Switch to the new version of jacogr/polkadot-js-tools #1594

Minor Changes

  • Update api augment and integration test packages #1575
  • Bug Fix Enum ParquetBaseType should be FIXED_LEN_BYTE_ARRAY #1576
  • CI Frequency Rococo Integration Tests #1556
  • Remove Sudo storage migration #1584
  • Removed old storage migrations #1587
  • Fixed links to Substrate docs #1593
  • Fix runtime upgrade script for no relay node #1592
  • Improved documentation for add_public_key_to_msa() #1591
  • switch jobs back to EKS runners in Verify PR workflow #1596
  • fix: Added missing terminology descriptions #1600
  • Update all remaining Dependencies #1608
  • Bump peter-evans/dockerhub-description from 3.4.1 to 3.4.2 #1612
  • Add file permissions for generated docs #1618
  • Bugs/provider nonce #1613 #1616
  • fix cargo doc for workspace #1622
  • fix: Optimized replenish_all() #1617

Runtimes

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

Rococo

🏋️  Runtime size:             0.723 MB (758,389 bytes) 
🗜  Compressed:               Yes, 76.70%
✨ Reserved meta:            OK - [6D, 65, 74, 61]
🎁 Metadata version:         V14
🔥 Core version:             frequency-rococo-42 (frequency-0.tx1.au1)
🗳️  system.setCode hash:      0x76610b17c4c317c5ffb94815416cb7cf314a5c2728f7ad97b63be4c6cb929078
🗳️  authorizeUpgrade hash:    0x77af9b34393d0a9629eb53ea752a534380809d20202f024fa2e91fb9bc9468a8
🗳️  Blake2-256 hash:          0xef0dd62d84c2aeb41a728fe4796da67299c61723dff0f5fba6dec75fdd0d284a
📦 IPFS:                     https://www.ipfs.io/ipfs/Qma2RtQ7FbMZQYmcuBLVNpYpNucGGGxFxWct1ds5CbPXyA

Mainnet

🏋️  Runtime size:             0.716 MB (750,287 bytes) 
🗜  Compressed:               Yes, 76.76%
✨ Reserved meta:            OK - [6D, 65, 74, 61]
🎁 Metadata version:         V14
🔥 Core version:             frequency-42 (frequency-0.tx1.au1)
🗳️  system.setCode hash:      0x17a197c87085542a017b8d7a969938da300bde96fc16cf9eb34a89393147fc27
🗳️  authorizeUpgrade hash:    0x2a5b067509c4073d54b09d3e72643d3cff1ea0c6a8833b53c7111bca09d6df68
🗳️  Blake2-256 hash:          0x908373baf36b155e822650f41c663ed10c81bd302b552a2c184484606aa565a2
📦 IPFS:                     https://www.ipfs.io/ipfs/QmTLLFrgQtEKed9696ZKAByffmmtPE34js2dwY5iDuAQsD

v1.6.2

25 May 23:39
Compare
Choose a tag to compare

This release contains the changes from v1.6.1 to v1.6.2.

Full changelog: v1.6.1...v1.6.2

Versions

  • Rust Toolchain: nightly-2022-11-15
  • Substrate/Polkadot: v0.9.36

Deployed

  • Frequency-Rococo: 1,261,710
  • Frequency-Mainnet: Skipped

What's Changed

Major Changes

  • Enable Utility Batch calls #1452
  • Build and Run Frequency runtime without a relay chain #1464
  • Developer Note: Feature frequency-local => frequency-rococo-local #1511
  • Add interval sealing mode for development node (without relay) #1533

Uncategorized Changes

  • Handles Testing Cleanup #1445
  • Fix type definition mismatch for schemas #1443
  • Fix git related warning #1444
  • Correct minor RPC Bug #1448
  • Fix missing extension warning in Api-augment #1457
  • Pin Polkadotjs Api to running version #1462
  • Decrease use of parameter types #1453
  • Ensure that the base_extrinsic weight does not change for Capacity transactions. #1455
  • Handles Design doc cleanup #1435
  • CI base image change #1468
  • Clear metadata mismatch label on Verify PR workflow start #1480
  • Switch Merge PR workflow to EKS runners #1459
  • Bump robinraju/release-downloader from 1.7 to 1.8 #1473
  • Update README.md #1489, #1490, #1491, #1495
  • Add lint clippy::unwrap_used to modules and/or functions that must not panic #1476
  • VScode debug config #1492
  • Fix: added check for feature conflict #1493
  • Capacity cleanup code #1372
  • Integration tests on Rococo #1481
  • Switch Verify PR workflow to CI base image #1501
  • Use standard srtool image version #1496
  • Restore make-start to wasm execution; Add make-start-native; #1522
  • New CLI parameter interface for block sealing #1520
  • Build Optimization and Fix script warning #1523
  • Replace production profile with release profile #1524
  • Update built binaries in CI #1518
  • Switch build binaries back to self-hosted runners #1527
  • Update Readme #1525
  • e2e-tests: Capacity staking from multiple msa to one provider; … #1497
  • Message Integration Tests on Rococo #1514
  • Fix: Add patch to Cargo.toml to ensure correct multihash version #1531
  • Update Rust: toolchain = nightly-2022-11-15 #1535
  • Add rust installation to ci base image #1536
  • Remove 3rd party rust toolchain action #1547
  • Fix manual/interval sealing to work without empty blocks #1539
  • Capacity Integration Tests on Rococo #1538
  • Fix: sanitize changelog error in release workflow #1554
  • Switch release workflow to CI base image #1534
  • Add dev wasm to the release artifacts #1555

Runtimes

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

Rococo

🏋️  Runtime size:             0.676 MB (708,420 bytes) 
🗜  Compressed:               Yes, 76.54%
✨ Reserved meta:            OK - [6D, 65, 74, 61]
🎁 Metadata version:         V14
🔥 Core version:             frequency-rococo-35 (frequency-0.tx1.au1)
🗳️  system.setCode hash:      0x16be10f13e88c2136f386e36e227b3b71b83d3f121906a2af37b79f2aee67b61
🗳️  authorizeUpgrade hash:    0x3375dc8a399dfc407368f67f607027c2b4f249487ad3bce2648e6dece1afb895
🗳️  Blake2-256 hash:          0xb3361ae2198a3657498707d9ce540c4aa51bcc293615830152f2e9605366fc4e
📦 IPFS:                     https://www.ipfs.io/ipfs/QmdGMRhtrt1nxhkGsoQctuwdv3QDZ7VAL667FnJ9dfMAUQ

Mainnet

🏋️  Runtime size:             0.671 MB (703,912 bytes) 
🗜  Compressed:               Yes, 76.49%
✨ Reserved meta:            OK - [6D, 65, 74, 61]
🎁 Metadata version:         V14
🔥 Core version:             frequency-35 (frequency-0.tx1.au1)
🗳️  system.setCode hash:      0xcf6185ba3b0b4595b6dec9eafae5fe83feaf95c1f659e0ffc5219e98456008e6
🗳️  authorizeUpgrade hash:    0xe186f3018a041ce636a0517d77aff8b97e9df4658638f78d06b5f7e1340ba3f8
🗳️  Blake2-256 hash:          0x7e5c1be36da77fe7823801d63d4ada6a085a3c7f4cafa69a04434a53a9f84889
📦 IPFS:                     https://www.ipfs.io/ipfs/QmavU2hvm8eemAz7DGyu8HWGewJWb1k8Y7FFzBA6Sva9n3

[Release Candidate] v1.6.2-rc1

25 May 14:47
Compare
Choose a tag to compare
Pre-release

This release contains the changes from v1.6.1 to v1.6.2-rc1.

Full changelog: v1.6.1...v1.6.2-rc1

Versions

  • Rust Toolchain: nightly-2022-11-15
  • Substrate/Polkadot: v0.9.36

Deployed

Release Candidate

What's Changed

Major Changes

  • Restrict Pays:No call in batches #1452
  • refactor: feature frequency-local => frequency-rococo-local #1511

Uncategorized Changes

  • Handles Testing Cleanup #1445
  • fix type definition mismatch for schemas #1443
  • fix git related warning #1444
  • Increase test coverage and Minor RPC Bug #1448
  • Bug: Fix missing extension warning in api-augment #1457
  • pin polkadotjs api to running version #1462
  • Decrease use of parameter types #1453
  • Ensure that the base_extrinsic weight does not change for Capacity transactions. #1455
  • Handles Design doc cleanup #1435
  • add CI base image #1468
  • clear metadata mismatch label on Verify PR workflow start #1480
  • switch Merge PR workflow to EKS runners #1459
  • 1401 Build/run Frequency runtime without a relay chain #1464
  • Bump robinraju/release-downloader from 1.7 to 1.8 #1473
  • Update README.md #1489
  • Update README.md #1490
  • chore Add lint clippy::unwrap_used to modules and/or functions that must not panic #1476
  • Feat/1463 vscode debug config #1492
  • fix: added check for feature conflict #1493
  • Update README.md #1491
  • Update README.md #1495
  • chore(capacity): address PR 827 comments #1372
  • Integration tests on Rococo #1481
  • switch Verify PR workflow to CI base image #1501
  • Use standard srtool image version #1496
  • build: Restore make-start to wasm execution; Add make-start-native; #1522
  • New CLI parameter interface for block sealing #1520
  • Build Optimization and Fix script warning #1523
  • Replace production profile with release profile #1524
  • update built binaries in CI #1518
  • switch build binaries back to self-hosted runners #1527
  • Update Readme #1525
  • test(e2e-tests): Capacity staking from multiple msa to one provider; … #1497
  • Message Integration Tests on Rococo #1514
  • fix: Add patch to Cargo.toml to ensure correct multihash version #1531
  • feat: add interval sealing mode for development node (without relay) #1533
  • build: Update Rust: toolchain = nightly-2022-11-15 #1535
  • add rust installation to ci base image #1536
  • remove 3rd party rust toolchain action #1547
  • Fix manual/interval sealing to work without empty blocks #1539
  • Capacity Integration Tests on Rococo #1538

Runtimes

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

Rococo

🏋️  Runtime size:             0.675 MB (708,060 bytes) 
🗜  Compressed:               Yes, 76.54%
✨ Reserved meta:            OK - [6D, 65, 74, 61]
🎁 Metadata version:         V14
🔥 Core version:             frequency-rococo-35 (frequency-0.tx1.au1)
🗳️  system.setCode hash:      0x2747739df2d32809e1b706bdb25407d092577fbb798f15d1737533893fbf70a3
🗳️  authorizeUpgrade hash:    0x98a19649af0de514beb47e78cf51f18bdeb55c75aa4e540eac5c995358f7db22
🗳️  Blake2-256 hash:          0xe77ea2d7480fcfe9e116dc2705074be1d61bd5d4f3cfa017af1eb5902db39322
📦 IPFS:                     https://www.ipfs.io/ipfs/QmRn8Fa7V9uuKcg1C9BDEta63aJqWsoKSn5UaWcWxGb51u

Mainnet

🏋️  Runtime size:             0.672 MB (704,388 bytes) 
🗜  Compressed:               Yes, 76.47%
✨ Reserved meta:            OK - [6D, 65, 74, 61]
🎁 Metadata version:         V14
🔥 Core version:             frequency-35 (frequency-0.tx1.au1)
🗳️  system.setCode hash:      0x0bac4f6c9fc906eee5a298360782988d173f17d6b88b64d4a4c5d0dff0e8a1a6
🗳️  authorizeUpgrade hash:    0xc43ed98ea9f379155e56d06e0e6f2a44b2152aa82da6a62003ddb7aae145d0d6
🗳️  Blake2-256 hash:          0xfccab568766101e551e76fd5abe7cdab82e66d1de60c67f5c0892b55c503d47a
📦 IPFS:                     https://www.ipfs.io/ipfs/QmSzJFyazNVtsSQKYUzZKQ8za8fYaoVAvrXLanJVA4sSfa

v1.6.1

21 Apr 20:47
Compare
Choose a tag to compare

This release contains the changes from v1.6.0 to v1.6.1.

Full changelog: v1.6.0...v1.6.1

Versions

  • Rust Toolchain: nightly-2022-10-09
  • Substrate/Polkadot: v0.9.36

Deployed

What's Changed

  • Add additional blocked Characters #1440
  • fix(Capacity) Ensure Epoch incrementing when not starting chain from block 0 #1441

Uncategorized Changes

  • Fix running benchmarks for 1 pallet #1426
  • Type alias handles #1428
  • Handles Unit tests cleanup #1430
  • Trigger CI for Feature branch PRs #1432
  • Fix type def for canonical_handle -> canonical_base #1434

Runtimes

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

Rococo

Running subwasm v0.18.0
🏋️  Runtime size:		0.599 MB (627,623 bytes)
🗜  Compressed:			Yes, 72.57%
✨ Reserved meta:		OK - [6D, 65, 74, 61]
🎁 Metadata version:		V14
🔥 Core version:		frequency-rococo-30 (frequency-0.tx1.au1)
🗳️  system.setCode hash:		0xdc98fddaa1c8e59a023ed5de250bd997b78fd17a5d6a4909403f426b4996e90f
🗳️  authorizeUpgrade hash:	0xd0764c2ff253337f4654a9f1981f56afa9618813be7ac0db7d61dc0636539424
#️⃣  Blake2-256 hash:		0xe8f0dcef4ae28208bd3f035cde7dc789ad9da67090acd2673fb105c02d785aa4
📦 IPFS:			https://www.ipfs.io/ipfs/QmPcsq3NrrGuLdgPLvew3Q2JMY8rPbiUFa9ccuNrjxGgg7

Mainnet

Running subwasm v0.18.0
🏋️  Runtime size:		0.597 MB (625,903 bytes)
🗜  Compressed:			Yes, 72.48%
✨ Reserved meta:		OK - [6D, 65, 74, 61]
🎁 Metadata version:		V14
🔥 Core version:		frequency-30 (frequency-0.tx1.au1)
🗳️  system.setCode hash:		0x31f3d0b6e6a9837c176286ac261f620d9fc4403f2cba869405252a9825b5df6d
🗳️  authorizeUpgrade hash:	0x68f99092bc508c0fc72c83d48fc34d62cc05f611949e44503c86d20a952ad919
#️⃣  Blake2-256 hash:		0x10883519517ecee74ee2ca4c3a7d47ce8dea260ccfa1542ec8255ba9eca949a0
📦 IPFS:			https://www.ipfs.io/ipfs/QmQEWqpETsJP5shXdX8ech2haV2vuXhFUwmPi7nDCTK9Dc

v1.6.0

18 Apr 04:40
Compare
Choose a tag to compare

This release contains the changes from v1.5.2 to v1.6.0.

Full changelog: v1.5.2...v1.6.0

Versions

  • Rust Toolchain: nightly-2022-10-09
  • Substrate/Polkadot: v0.9.36

Deployed

What's Changed

Notice: If you have been testing with Capacity Staking, the staking ratio has now changed from the initial testing amount of 1:1 to 50:1. Meaning that you must now stake 50 tokens to get 1 capacity.

Major Changes

  • Handles on Frequency #1312
  • Set token:capacity ratio to 50:1, set capacity thaw period to ~30 days. #1410

Additional Handles Work

  • Handles replay tests cleanups #1418
  • Switched PRNG from rand to oorandom #1420
  • Using Build.rs to generate confusables #1421
  • Remove unneeded confusables #1422
  • User Handles Strip combining marks when claiming a handle #1419

Misc Changes

  • Add unit test for multihash panic in multiformats/multihash #1409
  • Bump actions/deploy-pages from 1 to 2 #1260
  • split logic whether to run benchmarks into another job #1382
  • Fixed default Makefile target #1400

Runtimes

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

Rococo

Running subwasm v0.18.0
🏋️  Runtime size:		0.598 MB (627,523 bytes)
🗜  Compressed:			Yes, 72.57%
✨ Reserved meta:		OK - [6D, 65, 74, 61]
🎁 Metadata version:		V14
🔥 Core version:		frequency-rococo-28 (frequency-0.tx1.au1)
🗳️  system.setCode hash:		0xd9a7b2e8d73b70d063becb6154f931b2074840982b1db8093ce0f6df09582948
🗳️  authorizeUpgrade hash:	0xbe902427123b63ae9facc7c95ab3d2d790fa611c91c30c07e13606c3b815cd0c
#️⃣  Blake2-256 hash:		0x8ff3227dca7fd342525af7e761ff1a3f79901084723661812becf6dccde2c8ba
📦 IPFS:			https://www.ipfs.io/ipfs/QmVtGP12LUtWjR8JwBPxdRSc9JZwJFjSDoPUTtr3hvMdzd

Mainnet

Running subwasm v0.18.0
🏋️  Runtime size:		0.597 MB (626,151 bytes)
🗜  Compressed:			Yes, 72.46%
✨ Reserved meta:		OK - [6D, 65, 74, 61]
🎁 Metadata version:		V14
🔥 Core version:		frequency-28 (frequency-0.tx1.au1)
🗳️  system.setCode hash:		0xf574a36dbca662f8b09bb23287464f4d568895ae3747a2e8a1a8e1e7967ac1bf
🗳️  authorizeUpgrade hash:	0xaa2b8742b5ccf613714dbed10b5f9244a599ca57124c248dc626d025e8db6505
#️⃣  Blake2-256 hash:		0x459e73c29df8fb7d899d14acb9d6ed37deba8336ff34b813a6e200956fe520ec
📦 IPFS:			https://www.ipfs.io/ipfs/QmPeR6djB6NkbJm1zp8ATB15BM6mQToZ9c1uK1preNpaAe