Releases: polkadot-fellows/runtimes
Runtimes 1.4.2
Changelog
Changelog for the runtimes governed by the Polkadot Fellowship.
The format is based on Keep a Changelog.
[1.4.2] 07.03.2025
Added
- Adds support for remote proxies on AssetHub Polkadot and AssetHub Kusama.
‼️ Builders: Please read the docs and the implications around the lifetime of a proxy on a remote chain.‼️ (polkadot-fellows/runtimes#535) - Enabled state-trie-migration for Kusama and Polkadot Asset Hubs (polkadot-fellows/runtimes/pull/604)
Fixed
- Correct weights of the scheduler pallet to avoid failing fellowship proposals (polkadot-fellows/runtimes#614)
Runtime info
These runtimes were built with rustc 1.84.1 (e71f9a9a9 2025-01-27) using srtool v0.18.2
To replicate the build, use the following command:
srtool build
--root --profile production
--package CRATE_NAME --runtime-dir PATH_TO_CRATE
--build-opts="--features=on-chain-release-build"
Collectives
🏋️ Runtime Size: 1.20Mi (1249962 bytes)
🗜 Compressed: Yes: 74.01%
🔥 Core Version: collectives-1004002 collectives-0.tx7.au1
🎁 Metadata version: V14
🗳️ Blake2-256 hash: 0x18c4738dfa5f3d43b7e4da1404f09f3e139985bf4f5da111ab464b6c5d75b7b2
📦 IPFS: QmSn6F8Y2zLjuJw1ewBoATwM3qTghcFzH4jYH3e5wkTfZJ
Asset Hub Polkadot (previously Statemint)
🏋️ Runtime Size: 1.37Mi (1432298 bytes)
🗜 Compressed: Yes: 74.87%
🔥 Core Version: statemint-1004002 statemint-0.tx15.au1
🎁 Metadata version: V14
🗳️ Blake2-256 hash: 0xb141cfba5f13b3b06362bf62222f585d4bb61fcb1345c716294a097df44d5eb5
📦 IPFS: QmVpMd3Wzruk9yG9BkgbmGiSTtnw9s8xtGc9tKAFQCTm5i
Asset Hub Kusama (previously Statemine)
🏋️ Runtime Size: 1.36Mi (1425912 bytes)
🗜 Compressed: Yes: 75.25%
🔥 Core Version: statemine-1004002 statemine-0.tx15.au1
🎁 Metadata version: V14
🗳️ Blake2-256 hash: 0x7521bd184af62ad6b1c0809296f7e16ed675c4f7c165d998550623668f30864b
📦 IPFS: QmaTMqVUQXKDjBnkE7M3kikeUVQL8sxmDVqhRyc7Q9zu7C
Runtimes 1.4.1
Changelog
Changelog for the runtimes governed by the Polkadot Fellowship.
The format is based on Keep a Changelog.
[1.4.1] 26.02.2025
Fixed
- Fix an issue related to staking in combination with nomination pools (polkadot-fellows/runtimes/pull/608)
Runtime info
These runtimes were built with rustc 1.84.1 (e71f9a9a9 2025-01-27) using srtool v0.18.2
To replicate the build, use the following command:
srtool build
--root --profile production
--package CRATE_NAME --runtime-dir PATH_TO_CRATE
--build-opts="--features=on-chain-release-build"
Polkadot
🏋️ Runtime Size: 1.80Mi (1878467 bytes)
🗜 Compressed: Yes: 73.33%
🔥 Core Version: polkadot-1004001 parity-polkadot-0.tx26.au0
🎁 Metadata version: V14
🗳️ Blake2-256 hash: 0x15826d883aef4291af111e97d6b5623367bfe123f64c5d520d5b6b9a89563aa4
📦 IPFS: QmPY2eHBWTiwmhdXgTZ7q6F4F8WECHjZdg1qTAMNj1vhZj
Kusama
🏋️ Runtime Size: 1.90Mi (1982288 bytes)
🗜 Compressed: Yes: 73.88%
🔥 Core Version: kusama-1004001 parity-kusama-0.tx26.au2
🎁 Metadata version: V14
🗳️ Blake2-256 hash: 0x6f2edfee3bf0e8154faa32f0e8d241c9f3a9f079948ae865c6da43770aace3ac
📦 IPFS: QmaEfXrSCSgU67RGLRdSUKfXfYVtMi4QBcuDiMWS7XATct
Runtimes 1.4.0
Changelog
Changelog for the runtimes governed by the Polkadot Fellowship.
The format is based on Keep a Changelog.
[1.4.0] 07.02.2025
Fixed
- Fix missing Encointer democracy pallet hook needed for enactment (polkadot-fellows/runtimes/pull/508)
- Improve benchmark configuration: fix storage whitelist in benchmarks (polkadot-fellows/runtimes/pull/525)
- Coretime chain: allow cross-chain region transfers (polkadot-fellows/runtimes/pull/483)
- Unstake the last remaining corrupt ledger (polkadot-fellows/runtimes/pull/538)
- Disallow
add_sub
andset_subs
fromNonTransfer
proxy type in people chain runtimes (polkadot-fellows/runtimes#518) - Added the
XcmRecorder
config item to all runtimes solocal_xcm
can be returned fromDryRunApi
(polkadot-fellows/runtimes#576)
Added
-
Asset Hubs: added an AssetExchanger to be able to swap tokens using the xcm executor, even for delivery fees (polkadot-fellows/runtimes#539).
-
Location conversion tests for relays and parachains (polkadot-fellows/runtimes#487)
-
Asset Hubs: XcmPaymentApi now returns all assets in a pool with the native token as acceptable as fee payment (polkadot-fellows/runtimes#523)
-
ParaRegistration proxy for Polkadot and Kusama (polkadot-fellows/runtimes#520)
-
Encointer: Swap community currency for KSM from community treasuries subject to democratic decision on allowance (polkadot-fellows/runtimes#541)
-
Delegate stake pools in Kusama (polkadot-fellows/runtimes#540)
-
Snowbridge: Add support for bridging Ether (polkadot-fellows/runtimes#548)
Changed
- Kusama Treasury: remove funding to the Kappa Sigma Mu Society and disable burn (polkadot-fellows/runtimes#507)
- Kusama Treasury: allow burn parameters to be set via OpenGov (polkadot-fellows/runtimes#511)
- Remove Snowbridge create agent and channel extrinsics. (polkadot-fellows/runtimes#506)
- Update the XCM
Weigher
fromFixedWeightBounds
toWeightInfoBounds
with benchmarked weights for Polkadot Collectives (polkadot-fellows/runtimes#547) - Increase max PoV size to 10Mib on Kusama (polkadot-fellows/runtimes#553)
- Update to Polkadot SDK
stable2409-4
(polkadot-fellows/runtimes#558) - Asset Hubs: disable vested transfers as preparation for the Asset Hub Migration (polkadot-fellows/runtime#579)
From #490
- Transfer Polkadot-native assets to Ethereum (SDK
stable2409
#5710, SDK #5546) - Add possibility to inject non-authorities session-keys in genesis (SDK
stable2409
#5078) - [bridges-v2] Permissionless lanes (SDK
stable2409
#4949) - [Assets] Call implementation for
transfer_all
(SDKstable2409
#4527) - Tx Payment: drop ED requirements for tx payments with exchangeable asset (SDK
stable2409
#4488) - Coretime auto-renew (SDK
stable2409
#4424) - Initialises pallet-delegated-staking (SDK
v1.12.0
#3904)
Changed
From #490
- Polkadot Primitives v8 (SDK v1.16 #5525).
- Relax
XcmFeeToAccount
trait bound onAccountId
(SDK v1.16 #4959) - Bridges V2 refactoring backport and
pallet_bridge_messages
simplifications (SDKstable2407
#4935) - Renamed
assigner_on_demand
toon_demand
(SDKstable2409
#4706). - [BEEFY] Add runtime support for reporting fork voting (SDK
stable2407
#4522). - Migrates Nomination Pool to use delegated staking: i.e. allowing delegated funds to be held in member's own account
instead of the pool account. This would enable pool member funds to be used for voting in opengov.
(SDKv1.13.0
#3905)
Runtime info
These runtimes were built with rustc 1.81.0 (eeb90cda1 2024-09-04) using srtool v0.17.0
To replicate the build, use the following command:
srtool build
--root --profile production
--package CRATE_NAME --runtime-dir PATH_TO_CRATE
--build-opts="--features=on-chain-release-build"
Polkadot
🏋️ Runtime Size: 1.78Mi (1866228 bytes)
🗜 Compressed: Yes: 73.59%
🔥 Core Version: polkadot-1004000 parity-polkadot-0.tx26.au0
🎁 Metadata version: V14
🗳️ Blake2-256 hash: 0xdad432732e565b785a2ac346c10578fd3331352dfdf4d1ae33ca005fd3f07fe0
📦 IPFS: Qmea7M6m96ZgT3a2kU3vHx5scc7MQWytWiMbtXvbSYJwqL
People Polkadot
🏋️ Runtime Size: 1.02Mi (1067111 bytes)
🗜 Compressed: Yes: 73.06%
🔥 Core Version: people-polkadot-1004000 people-polkadot-0.tx0.au1
🎁 Metadata version: V14
🗳️ Blake2-256 hash: 0x2e567d68c1913de7292d66827b057c10a2ef8a6aa1e47e316b6cd5e7b4295e85
📦 IPFS: Qmb3MTiZRrGyiJxZkVCnueAFRGhMLDtLbijVgdiRdyWyFC
People Kusama
🏋️ Runtime Size: 1.02Mi (1068814 bytes)
🗜 Compressed: Yes: 73.06%
🔥 Core Version: people-kusama-1004000 people-kusama-0.tx1.au1
🎁 Metadata version: V14
🗳️ Blake2-256 hash: 0x3ca7ebbfc8fafec59a1f0559227b96d31a5f00964c46d388ee17f6fadd5b39cf
📦 IPFS: QmYCWDRuWhuqoj62YNudDRXiAopmaarwGSQt1obdB3bHHF
Kusama
🏋️ Runtime Size: 1.88Mi (1964394 bytes)
🗜 Compressed: Yes: 74.17%
🔥 Core Version: kusama-1004000 parity-kusama-0.tx26.au2
🎁 Metadata version: V14
🗳️ Blake2-256 hash: 0xa5b7291bd5984a80f8819c3af0030d484c2af5a78ea4cd9b8422681ea81ff4e7
📦 IPFS: Qmbe7yMHfdtAShALLBqWU8QwqByGnCRVrBdyT5EDbJHWAY
Glutton
🏋️ Runtime Size: 505.39Ki (517516 bytes)
🗜 Compressed: Yes: 72.16%
🔥 Core Version: glutton-1004000 glutton-0.tx1.au1
🎁 Metadata version: V14
🗳️ Blake2-256 hash: 0x6be8948388da0ea4c8bc9eb3ca77f8429f0aac9fbe20d999050d79b36dc67fd3
📦 IPFS: QmSYi6QcAyY4rTWn8uSj3jWyoaUpvDdX5T78HVUNiWSFfB
Encointer Parachain
🏋️ Runtime Size: 1.17Mi (1221142 bytes)
🗜 Compressed: Yes: 74.03%
🔥 Core Version: encointer-parachain-1004000 encointer-parachain-1.tx4.au1
🎁 Metadata version: V14
🗳️ Blake2-256 hash: 0x35f406c64afd06508e9d86edbfa33abd3bbd748dbc0c6640baa3e6c6a4dd37a0
📦 IPFS: QmRjppYgT9VXBQdbcUtz6Sgka3UEB2cfENW98qoiLHuD3U
Coretime Polkadot
🏋️ Runtime Size: 1.05Mi (1093494 bytes)
🗜 Compressed: Yes: 72.92%
🔥 Core Version: coretime-polkadot-1004000 coretime-polkadot-0.tx0.au1
🎁 Metadata version: V14
🗳️ Blake2-256 hash: 0x8f84199c39c4ce451af0400bef1b8fd980ec2ab1192093441c55b29ecca2fe32
📦 IPFS: QmVgaraxNwdUi2VSviqW7HKd13unr7iRYb3h2s1DsM4sYz
Coretime Kusama
🏋️ Runtime Size: 1.04Mi (1086169 bytes)
🗜 Compressed: Yes: 72.98%
🔥 Core Version: coretime-kusama-1004000 coretime-kusama-0.tx1.au1
🎁 Metadata version: V14
🗳️ Blake2-256 hash: 0x766d1d6ab828473defb23986d05c4410ed5035042be48bc1f6ccd41b4020ac0f
📦 IPFS: QmRDv5jPAqeDAijjtxbGu7vWAmKerpQRzmBNCje8Q4fFvp
Collectives
🏋️ Runtime Size: 1.20Mi (1250962 bytes)
🗜 Compressed: Yes: 74.5%
🔥 Core Version: collectives-1004000 collectives-0.tx7.au1
🎁 Metadata version: V14
🗳️ Blake2-256 hash: 0x313481ebf6228d2950b92345d2c90ef33a84e5b4c571c6986c507dca08fee9d0
📦 IPFS: QmbdmrNHWF4XohPVzJeAL23KKdpGbF5UB5QKFn855QNBxM
Bridge Hub Polkadot
🏋️ Runtime Size: 1.37Mi (1435672 bytes)
🗜 Compressed: Yes: 72.57%
🔥 Core Version: bridge-hub-polkadot-1004000 bridge-hub-polkadot-0.tx4.au1
🎁 Metadata version: V14
🗳️ Blake2-256 hash: 0xcd32415306cadec074e05fbf42647a7e9909331bd97dd1e532d8f9f41d688011
📦 IPFS: QmfEmYEQCJ2Ug7LGMAkxybTAXRnyQbueWFYsV9gn8w1pvt
Bridge Hub Kusama
🏋️ Runtime Size: 1.11Mi (1157403 bytes)
🗜 Compressed: Yes: 72.77%
🔥 Core Version: bridge-hub-kusama-1004000 bridge-hub-kusama-0.tx5.au1
🎁 Metadata version: V14
🗳️ Blak...
Runtimes 1.3.4
Changelog
Changelog for the runtimes governed by the Polkadot Fellowship.
The format is based on Keep a Changelog.
[1.3.4] 01.11.2024
Changed
- Change Polkadot inflation to 120M DOT per year (polkadot-fellows/runtimes#471)
- Update foreign asset ids in Asset Hub Polkadot and Asset Hub Kusama from v3 to v4 locations (polkadot-fellows/runtimes#472)
Runtime info
These runtimes were built with rustc 1.81.0 (eeb90cda1 2024-09-04) using srtool v0.16.0
To replicate the build, use the following command:
srtool build
--root --profile production
--package CRATE_NAME --runtime-dir PATH_TO_CRATE
--build-opts="--features=on-chain-release-build"
Polkadot
🏋️ Runtime Size: 1.74Mi (1814801 bytes)
🗜 Compressed: Yes: 73.98%
🔥 Core Version: polkadot-1003004 parity-polkadot-0.tx26.au0
🎁 Metadata version: V14
🗳️ Blake2-256 hash: 0x2ef603e0603bda9cf5cd38e0df539adecaa6d3e0d64f216e191a677e119509cb
📦 IPFS: QmVpKK2xjY6bEVfaNkoCLLpve5TVsWNKkWNjtmZbLPuSUG
People Polkadot
🏋️ Runtime Size: 1.01Mi (1055843 bytes)
🗜 Compressed: Yes: 73.37%
🔥 Core Version: people-polkadot-1003003 people-polkadot-0.tx0.au1
🎁 Metadata version: V14
🗳️ Blake2-256 hash: 0xe9b42889acb1e9ba25ef686a0808979d9219c88178e78484c3a9728408da49fb
📦 IPFS: QmZawRoPUkdtPxyUMnZLYxfcC7HcVGWbACbDGUTLPFpZU5
People Kusama
🏋️ Runtime Size: 1.01Mi (1055302 bytes)
🗜 Compressed: Yes: 73.42%
🔥 Core Version: people-kusama-1003003 people-kusama-0.tx1.au1
🎁 Metadata version: V14
🗳️ Blake2-256 hash: 0xa04d1d93b0ae362f660fb4a61b23f98452156c1ff3757b2fd73c5d0ab381d01e
📦 IPFS: QmVgnbSz79yRZe3QvQKwhyqQXP6FxhrinWcWfQEEykXm1H
Kusama
🏋️ Runtime Size: 1.83Mi (1908511 bytes)
🗜 Compressed: Yes: 74.46%
🔥 Core Version: kusama-1003003 parity-kusama-0.tx26.au2
🎁 Metadata version: V14
🗳️ Blake2-256 hash: 0x19f41a74a5fc807e8020d181cd6cc6547e682163bdcc8ee78e553f6de1b6c5d5
📦 IPFS: QmNqjtwaat2Vb837CwXMLvVtGTY9si7Np3buo42xayRxBW
Glutton
🏋️ Runtime Size: 507.58Ki (519756 bytes)
🗜 Compressed: Yes: 72.35%
🔥 Core Version: glutton-1003003 glutton-0.tx1.au1
🎁 Metadata version: V14
🗳️ Blake2-256 hash: 0x0a47afea5e90f0dcd34c3236c292bd8277333443da2a9b199ca5916539496fbb
📦 IPFS: QmWYDHMFZk5vcTDm7aenYVibY9pv5bA8ur6YLxJe8X62sf
Encointer Parachain
🏋️ Runtime Size: 1.15Mi (1204407 bytes)
🗜 Compressed: Yes: 74.28%
🔥 Core Version: encointer-parachain-1003004 encointer-parachain-1.tx4.au1
🎁 Metadata version: V14
🗳️ Blake2-256 hash: 0xc6e0ca31bbe2ff78cce14de7f5ab5904a2d858d6033cf0121379273ad7367728
📦 IPFS: QmNiMsbEEnywrMhEpYbUCMT32T14HTPEz3AU4FCccZGXpu
Coretime Polkadot
🏋️ Runtime Size: 1.03Mi (1070041 bytes)
🗜 Compressed: Yes: 73.2%
🔥 Core Version: coretime-polkadot-1003003 coretime-polkadot-0.tx0.au1
🎁 Metadata version: V14
🗳️ Blake2-256 hash: 0xe0c25d2b40f1c30de370b3d1dd61cb0852c187cc7c58304086c69911c659aeb9
📦 IPFS: QmWaNs2ybFyNkCV1T3Lz1Kc9GPbEB3AMYXdHgbyTgUKv1J
Coretime Kusama
🏋️ Runtime Size: 1.02Mi (1066420 bytes)
🗜 Compressed: Yes: 73.26%
🔥 Core Version: coretime-kusama-1003003 coretime-kusama-0.tx1.au1
🎁 Metadata version: V14
🗳️ Blake2-256 hash: 0xe7bb0fb3125860dd606b9cdb8c9481f9b90ae88d9628a587edc422ccd19e04c3
📦 IPFS: QmZdcyL9HLEAjaXQJeFraGMBmxJnZBbYEWnJbq8rAh4DGu
Collectives
🏋️ Runtime Size: 1.19Mi (1240264 bytes)
🗜 Compressed: Yes: 74.69%
🔥 Core Version: collectives-1003003 collectives-0.tx7.au1
🎁 Metadata version: V14
🗳️ Blake2-256 hash: 0xb2cc9550ceb8e1a7cbbf74ee84110b28bbf9df402ff6c43a50d23ca83ff36354
📦 IPFS: QmZLTtpkPvdqKeqX7zsEnvSTPW918FSgCA7sLn4inHWK21
Bridge Hub Polkadot
🏋️ Runtime Size: 1.32Mi (1380647 bytes)
🗜 Compressed: Yes: 72.76%
🔥 Core Version: bridge-hub-polkadot-1003003 bridge-hub-polkadot-0.tx4.au1
🎁 Metadata version: V14
🗳️ Blake2-256 hash: 0xc23626ff29930ce8d70a0dbcb79860f97bdcbd4f881b833d6964e66343c21d29
📦 IPFS: QmRmZGejvEdVVFFpDihtiFTnu7xwjyiBo4YQKWKyDWhENJ
Bridge Hub Kusama
🏋️ Runtime Size: 1.07Mi (1115407 bytes)
🗜 Compressed: Yes: 73.03%
🔥 Core Version: bridge-hub-kusama-1003003 bridge-hub-kusama-0.tx5.au1
🎁 Metadata version: V14
🗳️ Blake2-256 hash: 0xa9af5b11dc65a5215b2689e6c543e4adbbbf4b22b483205ae69849ca35cc51ca
📦 IPFS: QmdFcf2TrRGqEhoXpntSPQHoADjz9UQ92HfiNAMY5umxkn
Asset Hub Polkadot (previously Statemint)
🏋️ Runtime Size: 1.34Mi (1397127 bytes)
🗜 Compressed: Yes: 75.44%
🔥 Core Version: statemint-1003004 statemint-0.tx15.au1
🎁 Metadata version: V14
🗳️ Blake2-256 hash: 0x3490d0e1630996429df628a2de2dd9e438921fef2c0a0f59a1fbd3316e587460
📦 IPFS: QmaSSheeoEzmAWAyKN6amRyg9fC37T9NQ33onvU4xPLoFt
Asset Hub Kusama (previously Statemine)
🏋️ Runtime Size: 1.33Mi (1391409 bytes)
🗜 Compressed: Yes: 75.58%
🔥 Core Version: statemine-1003004 statemine-0.tx15.au1
🎁 Metadata version: V14
🗳️ Blake2-256 hash: 0xa20c7e6f5201c24ea3b645c67805d5ecba6de82d7b008ba840dfa8fd2112bd71
📦 IPFS: QmTbPzqHUH5nSJLp4u5uDmoBBuXiTHKTJhuDXnAhqqCMa1
Runtimes 1.3.3
Changelog
Changelog for the runtimes governed by the Polkadot Fellowship.
The format is based on Keep a Changelog.
[1.3.3] 01.10.2024
Changed
- Allow signed origins to send arbitrary XCMs from some system chains (polkadot-fellows/runtimes#407)
- Include the Core and Salary pallets into the Fellowship proxy (polkadot-fellows/runtimes#454)
- Add new community democracy and treasuries pallets to Encointer (polkadot-fellows/runtimes#456)
- Change target block time for Encointer to 6s (polkadot-fellows/runtimes#462)
- Asset Hubs: allow Polkadot, Kusama and Ethereum assets across P<>K bridge (polkadot-fellows/runtimes#421).
Fixed
- Chain-spec generator: propagate the
on_chain_release_build
feature to the chain-spec generator. Without this the live/genesis chain-specs contain a wrongly-configured WASM blob (polkadot-fellows/runtimes#450). - Adds a migration to the Polkadot Coretime chain to fix an issue from the initial Coretime migration. (polkadot-fellows/runtimes#458)
- Adds migrations to restore currupted staking ledgers in Polkadot and Kusama (polkadot-fellows/runtimes#447)
Added
- Polkadot: Make the current inflation formula adjustable (polkadot-fellows/runtimes#443)
Runtime info
These runtimes were built with rustc 1.81.0 (eeb90cda1 2024-09-04) using srtool v0.16.0
To replicate the build, use the following command:
srtool build
--root --profile production
--package CRATE_NAME --runtime-dir PATH_TO_CRATE
--build-opts="--features=on-chain-release-build"
Polkadot
🏋️ Runtime Size: 1.74Mi (1817620 bytes)
🗜 Compressed: Yes: 73.98%
🔥 Core Version: polkadot-1003003 parity-polkadot-0.tx26.au0
🎁 Metadata version: V14
🗳️ Blake2-256 hash: 0xc000cfe341edabd043558ba647a6a3f2b20fa1f5dc134ed1741d8ae5d7f2792b
📦 IPFS: QmbCfKbz3oDapNDS5BaP7gEHmXmqeyV2xSxf7ezCYUD3i9
People Polkadot
🏋️ Runtime Size: 1.01Mi (1053306 bytes)
🗜 Compressed: Yes: 73.35%
🔥 Core Version: people-polkadot-1003003 people-polkadot-0.tx0.au1
🎁 Metadata version: V14
🗳️ Blake2-256 hash: 0xd8027b7151f38d9553497ea735f127451454c0121f19e84800c0ef18828eeac1
📦 IPFS: QmV1v7A1aGosZCEzmR56ZDG9ecreNmsB2QnmHnRV2koWWh
People Kusama
🏋️ Runtime Size: 1.01Mi (1055345 bytes)
🗜 Compressed: Yes: 73.41%
🔥 Core Version: people-kusama-1003003 people-kusama-0.tx1.au1
🎁 Metadata version: V14
🗳️ Blake2-256 hash: 0x3ae9f30dc0af351219d4e2caad1931184710de2db05d33a14d3c02b1e9fa3804
📦 IPFS: QmUSBBHntuWXeEs2LnQUfaT2v4rw5RYmeoTEJustSGdWw3
Kusama
🏋️ Runtime Size: 1.82Mi (1907240 bytes)
🗜 Compressed: Yes: 74.49%
🔥 Core Version: kusama-1003003 parity-kusama-0.tx26.au2
🎁 Metadata version: V14
🗳️ Blake2-256 hash: 0x77a1c4a8c62d312fec50643099b6e50f81d0fe3b04e8312a7b2669a08f76062e
📦 IPFS: QmeCt3oXfeqyYbP5KYpwc6S7PNPkNPHqNzyRjQ2F55CR59
Glutton
🏋️ Runtime Size: 508.72Ki (520924 bytes)
🗜 Compressed: Yes: 72.32%
🔥 Core Version: glutton-1003003 glutton-0.tx1.au1
🎁 Metadata version: V14
🗳️ Blake2-256 hash: 0xfa70b975ea5834ca31bbec2c23d557bf8964c8f74dd648c5827bc06aa8817ebe
📦 IPFS: QmWr7fpUz1LbHc7aJwce4CPqD6XAJFCEGZAmBjhG12YxRo
Encointer Parachain
🏋️ Runtime Size: 1.15Mi (1204636 bytes)
🗜 Compressed: Yes: 74.24%
🔥 Core Version: encointer-parachain-1003003 encointer-parachain-1.tx4.au1
🎁 Metadata version: V14
🗳️ Blake2-256 hash: 0x6c62b1230265c93aa7bb91eb9d0ac81f2e0a19f69f616cb43276a65f991b8d5b
📦 IPFS: QmPM8bPWD8c6xx6E4c77FZv4YUgCN1mv4HKXsBUMGZT1cp
Coretime Polkadot
🏋️ Runtime Size: 1.03Mi (1070301 bytes)
🗜 Compressed: Yes: 73.26%
🔥 Core Version: coretime-polkadot-1003003 coretime-polkadot-0.tx0.au1
🎁 Metadata version: V14
🗳️ Blake2-256 hash: 0xb8f473a3bf462442b7eb7a30d8ad7cc110d77eba61b1987db39a0afb2f940e31
📦 IPFS: QmcF1wrxXA2N7jcJ5dCLUiqecoEUuhwJKBqqCZSK41xSYx
Coretime Kusama
🏋️ Runtime Size: 1.02Mi (1067393 bytes)
🗜 Compressed: Yes: 73.3%
🔥 Core Version: coretime-kusama-1003003 coretime-kusama-0.tx1.au1
🎁 Metadata version: V14
🗳️ Blake2-256 hash: 0x32f49fabaf50870a6c8072619445d684091a26e885bb75f3da1d2aa71aed8a6c
📦 IPFS: QmPkeqTZcWxynSAhU86Q7vDHzVge8XtXhAvZbuYn1oq5nw
Collectives
🏋️ Runtime Size: 1.19Mi (1240545 bytes)
🗜 Compressed: Yes: 74.7%
🔥 Core Version: collectives-1003003 collectives-0.tx7.au1
🎁 Metadata version: V14
🗳️ Blake2-256 hash: 0x76bb3aa5a82a46f5f23f327a332fea065101c35d87243d0d9ba8e9b59fbf17af
📦 IPFS: QmTSFEAP1q6pUaUrGpWf9rHmohHnT3dsRLgqToonw74epD
Bridge Hub Polkadot
🏋️ Runtime Size: 1.32Mi (1378600 bytes)
🗜 Compressed: Yes: 72.77%
🔥 Core Version: bridge-hub-polkadot-1003003 bridge-hub-polkadot-0.tx4.au1
🎁 Metadata version: V14
🗳️ Blake2-256 hash: 0x4b8e98de41367fc657e48690a14c96dd22d42ddd134b1db3709b005dff78007a
📦 IPFS: QmZQmZvet9jeZyqteUXr8E7FBXbbAJQMsCU7ggdvc4hmSA
Bridge Hub Kusama
🏋️ Runtime Size: 1.07Mi (1115639 bytes)
🗜 Compressed: Yes: 73.04%
🔥 Core Version: bridge-hub-kusama-1003003 bridge-hub-kusama-0.tx5.au1
🎁 Metadata version: V14
🗳️ Blake2-256 hash: 0x143e52ec346a54ca0c5c847bea5565c6afb990ba635384b2894a1e5157a6492a
📦 IPFS: QmazHKtJQDUAchQmwJ6HzLxttri6xd1VHgME33hGgbDoh6
Asset Hub Polkadot (previously Statemint)
🏋️ Runtime Size: 1.34Mi (1399342 bytes)
🗜 Compressed: Yes: 75.39%
🔥 Core Version: statemint-1003003 statemint-0.tx15.au1
🎁 Metadata version: V14
🗳️ Blake2-256 hash: 0xbc10f74c0e542b9c1d78adeb2d99bf5c20e13e3c3282fe90cd1b37cb51fe588a
📦 IPFS: QmTRkyq1vYPb47cr1QNsZSdRuJvxvRtskRwa6gkTxuwWu7
Asset Hub Kusama (previously Statemine)
🏋️ Runtime Size: 1.33Mi (1393484 bytes)
🗜 Compressed: Yes: 75.4%
🔥 Core Version: statemine-1003000 statemine-0.tx15.au1
🎁 Metadata version: V14
🗳️ Blake2-256 hash: 0x3783f857147f251a34fee477c0e473618b6caaea673653afe285727362d5be8a
📦 IPFS: QmYFNeMhazEzB3kyq7pPwKzkg1LgezmCzE6bow2C5nWyhm
Runtimes 1.3.2
Changelog
Changelog for the runtimes governed by the Polkadot Fellowship.
The format is based on Keep a Changelog.
[1.3.2] 27.08.2024
Fixed
- Kusama: Revert accidental changes to inflation formula (#445).
Runtime info
These runtimes were built with rustc 1.77.0 (aedd173a2 2024-03-17) using srtool v0.15.0
To replicate the build, use the following command:
srtool build
--root --profile production
--package CRATE_NAME --runtime-dir PATH_TO_CRATE
--build-opts="--features=on-chain-release-build"
Polkadot
🏋️ Runtime Size: 1.73Mi (1809600 bytes)
🗜 Compressed: Yes: 73.98%
🔥 Core Version: polkadot-1003000 parity-polkadot-0.tx26.au0
🎁 Metadata version: V14
🗳️ Blake2-256 hash: 0xe4e639c475b412a4247a52aec9da3a04f70d9be4c1d3ccaf5f2eceb4fc0724c0
📦 IPFS: QmRRoUwxiy8fX9Pz9SnZ5h33rzkbtaWVyYV6pLRDwY8Fi2
People Polkadot
🏋️ Runtime Size: 1023.96Ki (1048529 bytes)
🗜 Compressed: Yes: 73.01%
🔥 Core Version: people-polkadot-1003000 people-polkadot-0.tx0.au1
🎁 Metadata version: V14
🗳️ Blake2-256 hash: 0xca992784357a957166ad989da51eefeaef28711c4ed2064d0798c0273b8b88ce
📦 IPFS: Qme4XzjjcXLGqkKV3H55rkTJmJZvXebDKGS4XSjMPgNKiw
People Kusama
🏋️ Runtime Size: 1.01Mi (1050217 bytes)
🗜 Compressed: Yes: 73.04%
🔥 Core Version: people-kusama-1003000 people-kusama-0.tx1.au1
🎁 Metadata version: V14
🗳️ Blake2-256 hash: 0x1b5113e7e9f8072a87e9b7ec47aae01b1a3d00bde7ffe3ac214a0a339559f6d3
📦 IPFS: QmcbqfvmntKTbLm66MwYgzHURpCQrorpcAVLfE3gwQrLMW
Kusama
🏋️ Runtime Size: 1.83Mi (1910398 bytes)
🗜 Compressed: Yes: 74.45%
🔥 Core Version: kusama-1003000 parity-kusama-0.tx26.au2
🎁 Metadata version: V14
🗳️ Blake2-256 hash: 0x6968c6fc44b5d6c30c1bf609bba3911a7825051bb71fa3d1fed5301245ae5cc2
📦 IPFS: QmTk9bEuBvmJ8ChQ36TJLBjnz3bMFaSgK884ntLpRR2JkD
Glutton
🏋️ Runtime Size: 504.69Ki (516794 bytes)
🗜 Compressed: Yes: 71.24%
🔥 Core Version: glutton-1003000 glutton-0.tx1.au1
🎁 Metadata version: V14
🗳️ Blake2-256 hash: 0x19cbcfe8378c902ec4f9b73342e95058b612699a1b3585d67b47d48cd94aad22
📦 IPFS: QmX8HroCqF6v3oMnhW9MoPibehhPHYZZKo6JJPfzrFw6yJ
Encointer Parachain
🏋️ Runtime Size: 1.13Mi (1178840 bytes)
🗜 Compressed: Yes: 73.89%
🔥 Core Version: encointer-parachain-1003000 encointer-parachain-1.tx4.au1
🎁 Metadata version: V14
🗳️ Blake2-256 hash: 0x34485f91db1dbc630f9978b56a4e5a83816e30d75f3110e4a227a00a4239b0bf
📦 IPFS: QmcdYL6182gHeiAWfZLEQx6fdvsb2K1GiHrKYGGRq5nSU3
Coretime Polkadot
🏋️ Runtime Size: 1.01Mi (1054742 bytes)
🗜 Compressed: Yes: 72.91%
🔥 Core Version: coretime-polkadot-1003000 coretime-polkadot-0.tx0.au1
🎁 Metadata version: V14
🗳️ Blake2-256 hash: 0xa4fb99720cf46ab485918e3034948a63993ef66e44473ae79ca48b043ada9c6e
📦 IPFS: QmVMJunrSQejzAg7p8qFvqDexNZ1ArfsyftL5HfyKmq9UB
Coretime Kusama
🏋️ Runtime Size: 1.01Mi (1055445 bytes)
🗜 Compressed: Yes: 72.99%
🔥 Core Version: coretime-kusama-1003000 coretime-kusama-0.tx1.au1
🎁 Metadata version: V14
🗳️ Blake2-256 hash: 0xab75cecd0589a230fa0d75000b92c930af94e64bccb76811fc030744937ad5f1
📦 IPFS: QmawxrpuYXyxdA76tzY9mcDNFwLjcX99oVPQcUgs2JjBxJ
Collectives
🏋️ Runtime Size: 1.18Mi (1227173 bytes)
🗜 Compressed: Yes: 74.61%
🔥 Core Version: collectives-1003000 collectives-0.tx7.au1
🎁 Metadata version: V14
🗳️ Blake2-256 hash: 0xb61d49a3a5743c265299fc80c93219cb8cfda1e73d301c362510ad0cc79c8f68
📦 IPFS: QmUtzoDZRyHw4nM41QA1Mz9fu5z8H2no8YWeEAUBUws3i2
Bridge Hub Polkadot
🏋️ Runtime Size: 1.33Mi (1387794 bytes)
🗜 Compressed: Yes: 72.15%
🔥 Core Version: bridge-hub-polkadot-1003000 bridge-hub-polkadot-0.tx4.au1
🎁 Metadata version: V14
🗳️ Blake2-256 hash: 0xb1396335188f4a829a53fd47274328929412080f8f3fef7bae1683f2cd4461ce
📦 IPFS: QmPLJPZm2n2ueK5GCkmuyQXkKR7KDLXijx8yGXeKhnKYB1
Bridge Hub Kusama
🏋️ Runtime Size: 1.05Mi (1100573 bytes)
🗜 Compressed: Yes: 72.62%
🔥 Core Version: bridge-hub-kusama-1003000 bridge-hub-kusama-0.tx5.au1
🎁 Metadata version: V14
🗳️ Blake2-256 hash: 0xe35a18ed41bf7043214dcbbf2cf0284b621440a07474f2b41a50d89694a0a39d
📦 IPFS: QmPZ2moFxeC6wZE8nZYcEdnqgMqgz4CTNMjYfox6x2iiYp
Asset Hub Polkadot (previously Statemint)
🏋️ Runtime Size: 1.32Mi (1381790 bytes)
🗜 Compressed: Yes: 75.25%
🔥 Core Version: statemint-1003000 statemint-0.tx15.au1
🎁 Metadata version: V14
🗳️ Blake2-256 hash: 0x754c316ef45e67d8d142ae2d7c3cc9312667bff286ca3f4de844d5676346ca3e
📦 IPFS: QmZrLYT5BqvkKUSrgXp8RYihd6QE7qShADN8NoAecxWED7
Asset Hub Kusama (previously Statemine)
🏋️ Runtime Size: 1.32Mi (1379762 bytes)
🗜 Compressed: Yes: 75.31%
🔥 Core Version: statemine-1003000 statemine-0.tx15.au1
🎁 Metadata version: V14
🗳️ Blake2-256 hash: 0x2c55244426b158c84e00ab6a8b6d45867365ddadb707be4e28b19291f2e48e15
📦 IPFS: QmTpLSK42AXgPHAMdPWhvc7xAeNpBVRyzQ98yE5CUGQE3M
Runtimes 1.3.1
Changelog
Changelog for the runtimes governed by the Polkadot Fellowship.
The format is based on Keep a Changelog.
[1.3.1] 23.08.2024
Fixed
- [🚨 Breaking Change] Polkadot Collectives: enable transaction payment (polkadot-fellows/runtimes#442)
Runtime info
These runtimes were built with rustc 1.77.0 (aedd173a2 2024-03-17) using srtool v0.15.0
To replicate the build, use the following command:
srtool build
--root --profile production
--package CRATE_NAME --runtime-dir PATH_TO_CRATE
--build-opts="--features=on-chain-release-build"
Collectives
🏋️ Runtime Size: 1.18Mi (1227173 bytes)
🗜 Compressed: Yes: 74.61%
🔥 Core Version: collectives-1003000 collectives-0.tx7.au1
🎁 Metadata version: V14
🗳️ Blake2-256 hash: 0xb61d49a3a5743c265299fc80c93219cb8cfda1e73d301c362510ad0cc79c8f68
📦 IPFS: QmUtzoDZRyHw4nM41QA1Mz9fu5z8H2no8YWeEAUBUws3i2
Runtimes 1.3.0
Changelog
Changelog for the runtimes governed by the Polkadot Fellowship.
The format is based on Keep a Changelog.
[1.3.0] 20.08.2024
Added
- Kusama: Relay General Admin Origin mapping to xcm Location (polkadot-fellows/runtimes#383)
- Encointer, PeopleKusama, PeoplePolkadot: Configure delivery fees for UMP (polkadot-fellows/runtimes#390)
- Introduce a new dispatchable function
set_partial_params
inpallet-core-fellowship
(runtimes#381, SDK v1.14 #3843). - RFC-5: Add request revenue info (runtimes#381, SDK v1.14 #3940).
- Core-Fellowship: new
promote_fast
call (runtimes#381, SDK v1.14 #4877). - Pallet ranked collective: max member count per rank (runtimes#381, SDK v1.14 #4807).
- All runtimes: XcmPaymentApi and DryRunApi (polkadot-fellows/runtimes#380)
- Fast promotion tracks for the Fellowship ranks I-III (polkadot-fellows/runtimes#356).
- All runtimes: add
LocationToAccountApi
(polkadot-fellows/runtimes#413) - Enable Agile Coretime on Polkadot (polkadot-fellows/runtimes#401)
- Add the Polkadot Coretime Chain runtime (polkadot-fellows/runtimes#410)
- Kusama: Add a "Spokesperson" proxy type only allowed to send remarks (polkadot-fellows/runtimes#430)
- Add the Polkadot and Kusama Coretime Chain specs (polkadot-fellows/runtimes#432)
- Migration to remove all but the 21 first elected Head Ambassador members from the Program (polkadot-fellows/runtimes#422).
- Kusama: Make the current inflation formula adjustable (polkadot-fellows/runtimes#364)
- Port Agile Coretime migration from polkadot-sdk in order to fix leases with gaps handling(polkadot-fellows/runtimes#426)
From #322:
- Add
claim_assets
extrinsic topallet-xcm
(SDK v1.9 #3403). - Add
Deposited
/Withdrawn
events forpallet-assets
(SDK v1.12 #4312). - Add
MaxRank
Config topallet-core-fellowship
(SDK v1.13 #3393). - Add Extra Check in Primary Username Setter (SDK v1.13 #4534).
- Add HRMP notification handlers to the xcm-executor (SDK v1.10 #3696).
- Add retry mechanics to
pallet-scheduler
(SDK v1.8 #3060). - Add support for versioned notification for HRMP pallet (SDK v1.12 #4281).
- Adds ability to trigger tasks via unsigned transactions (SDK v1.11 #4075).
- Asset Conversion: Pool Account ID derivation with additional Pallet ID seed (SDK v1.11 #3250).
- Asset Conversion: Pool Touch Call (SDK v1.11 #3251).
- Balances: add failsafe for consumer ref underflow (SDK v1.12 #3865).
- Bridge: added force_set_pallet-state call to pallet-bridge-grandpa (SDK v1.13 #4465).
- Burn extrinsic call and
fn burn_from
Preservation
argument (SDK v1.12 #3964). - GenesisConfig presets for runtime (SDK v1.11 #2714).
- Im-online pallet offchain storage cleanup (SDK v1.8 #2290).
- Implements a percentage cap on staking rewards from era inflation (SDK v1.8 #1660).
- Introduce submit_finality_proof_ex call to bridges GRANDPA pallet (SDK v1.8 #3225).
- New call
hrmp.establish_channel_with_system
to allow parachains to establish a channel with a system parachain (SDK v1.11 #3721). - New runtime api to check if a validator has pending pages of rewards for an era (SDK v1.12 #4301).
- Pallet-xcm: add new extrinsic for asset transfers using explicit reserve (SDK v1.11 #3695).
- Ranked collective introduce
Add
andRemove
origins (SDK v1.8 #3212). - Runtime apis to help with delegate-stake based Nomination Pools (SDK v1.13 #4537).
Changed
- Polkadot chains: allow arbitrary XCM execution (polkadot-fellows/runtimes#345).
- Bounties: Remove payout delay (polkadot-fellows/runtimes#386).
- Polkadot System Chains: Reduce the base transaction fee by half (polkadot-fellows/runtimes#398).
- Asset Hubs: setup auto incremented asset id to 50_000_000 for trust backed assets (polkadot-fellows/runtimes#414).
- Upgrade dependencies to the [email protected] release (polkadot-fellows/runtimes#332).
- Filter
interlace
calls on the Polkadot Coretime Chain until the Relay chain implementation is more mature (polkadot-fellows/runtimes#438).
From #322:
- The
MessageQueue
also runs "on idle", this causesMessageQueue::Processed
events to be emitted in other phases than just initialization (SDK v1.13 #3844). - AdaptPrice trait is now price controlled (SDK v1.13 #4521).
- Allow StakingAdmin to manage nomination pool configurations (SDK v1.11 #3959).
- Bridge: make some headers submissions free (SDK v1.12 #4102).
- Improving on_demand_assigner emitted events (SDK v1.13 #4339).
pallet-broker::start_sales
: Takeextra_cores
and not total cores (SDK v1.11 #4221).- Pallet-nomination-pools:
chill
is permissionless if depositor's stake is less thanmin_nominator_bond
(SDK v1.9 #3453). polkadot_runtime_parachains::coretime
: ExposeMaxXcmTransactWeight
(SDK v1.11 #4189).- Pools: Make PermissionlessWithdraw the default claim permission (SDK v1.10 #3438).
- Prevents staking controllers from becoming stashes of different ledgers; Ensures that no ledger in bad state is mutated (SDK v1.9 #3639).
- Snowbridge: deposit extra fee to beneficiary on Asset Hub (SDK v1.12 #4175).
- Storage bound the XCMP queue pallet (SDK v1.13 #3952).
- Validator disabling strategy in runtime (SDK v1.12 #2226).
Fixed
- Fix claim queue size (runtimes#381, SDK v1.14 #4691).
pallet-referenda
: Ensure to schedule referenda earliest at the next block (runtimes#381, SDK v1.14 #4823).- Don't partially modify HRMP pages (runtimes#381, SDK v1.14 #4710).
- Coretime Chain: mitigate behaviour with many assignments on one core ([runtimes#434][https://github.com//pull/434]).
- Port Agile Coretime migration from polkadot-sdk in order to fix leases with gaps handling(polkadot-fellows/runtimes#426)
From #322:
- CheckWeight checks for combined extrinsic length and proof size ([SDK v1.12 #4326](https://github.co...
Runtimes 1.2.8
Changelog
Changelog for the runtimes governed by the Polkadot Fellowship.
The format is based on Keep a Changelog.
[1.2.8] 03.07.2024
Changed
- Polkadot chains: allow arbitrary XCM execution (polkadot-fellows/runtimes#345)
- Snowbridge: Sync headers on demand (polkadot-fellows/runtimes#345)
Note: This release only affects the following runtimes and is not a full system release:
- Polkadot Relay Chain
- Polkadot Asset Hub
- Polkadot Bridge Hub
- Polkadot Collectives
- Kusama Relay Chain
- Kusama Bridge Hub
Runtime info
These runtimes were built with rustc 1.77.0 (aedd173a2 2024-03-17) using srtool v0.15.0
To replicate the build, use the following command:
srtool build
--root --profile production
--package CRATE_NAME --runtime-dir PATH_TO_CRATE
--build-opts="--features=on-chain-release-build"
Polkadot
🏋️ Runtime Size: 1.52Mi (1587073 bytes)
🗜 Compressed: Yes: 75.32%
🔥 Core Version: polkadot-1002008 parity-polkadot-0.tx26.au0
🎁 Metadata version: V14
🗳️ Blake2-256 hash: 0x3b584395e23bb11830aaf2829dc460586bd34494ee163e35e74489e1e2f3e909
📦 IPFS: QmRQ1XoUZ13L4KDZXZFj9wyzmjHmHsYxVxSttrGmpWWUuT
People Polkadot
🏋️ Runtime Size: 831.80Ki (851758 bytes)
🗜 Compressed: Yes: 75.33%
🔥 Core Version: people-polkadot-1002007 people-polkadot-0.tx0.au1
🎁 Metadata version: V14
🗳️ Blake2-256 hash: 0xf1070c24c6716ac737de86781bed683dad98708e2bd74d65cd3bc32dc90b79e8
📦 IPFS: QmNmuJW3BiqXy9sdKU56heGfGxBLLmnpBKLRqNMm39Uxpw
People Kusama
🏋️ Runtime Size: 835.57Ki (855618 bytes)
🗜 Compressed: Yes: 75.31%
🔥 Core Version: people-kusama-1002006 people-kusama-0.tx1.au1
🎁 Metadata version: V14
🗳️ Blake2-256 hash: 0xccd80f42a9bd62c1c099afcbf0b4f8893c26bb23589249f0f49603aaf7c1ce84
📦 IPFS: QmXQiZ9u6bZVb6MRJXxRBJZ7i9uZpoMGk82wh8fdEwex86
Kusama
🏋️ Runtime Size: 1.58Mi (1653172 bytes)
🗜 Compressed: Yes: 75.67%
🔥 Core Version: kusama-1002008 parity-kusama-0.tx26.au2
🎁 Metadata version: V14
🗳️ Blake2-256 hash: 0x006b69a73d5e5db06a69fb4ce4d8e35f37ddbd6e35f6d0e740d739df06f62c00
📦 IPFS: QmfSdr9pCpxHNYNAtkEZHHpdf6kMesJogNy7PSmoDPCBeg
Glutton
🏋️ Runtime Size: 483.73Ki (495331 bytes)
🗜 Compressed: Yes: 71.6%
🔥 Core Version: glutton-1002006 glutton-0.tx1.au1
🎁 Metadata version: V14
🗳️ Blake2-256 hash: 0x8812570ceaffe38031a8739dfcb61373108615de40e650edfcd9408c69b6f153
📦 IPFS: QmYuimDPY9A3r6SUM1hVevTcCQYkTtNS8hVPDvFSpYk7j4
Encointer Parachain
🏋️ Runtime Size: 952.77Ki (975632 bytes)
🗜 Compressed: Yes: 75.91%
🔥 Core Version: encointer-parachain-1002006 encointer-parachain-1.tx4.au1
🎁 Metadata version: V14
🗳️ Blake2-256 hash: 0x557c34c940ddad16cb4e97b16eaac9500568fb72f3cbed05223559c8fbc5c6ae
📦 IPFS: QmVxZdhZMPVmKk6LFj61D4yfZCdw7rd6w5t194hdDGKKwq
Coretime Kusama
🏋️ Runtime Size: 825.22Ki (845021 bytes)
🗜 Compressed: Yes: 75.35%
🔥 Core Version: coretime-kusama-1002006 coretime-kusama-0.tx1.au1
🎁 Metadata version: V14
🗳️ Blake2-256 hash: 0x6ecadcd810cbcbc4d1d5eeb99b5698e4fa1bcdf7ff5b39b01e182ddb49544d7d
📦 IPFS: QmSsFhjRTkL1i3AHKNoEVqKrJEMPi1TAHVoG8fYE4ifdR5
Collectives
🏋️ Runtime Size: 976.09Ki (999514 bytes)
🗜 Compressed: Yes: 76.66%
🔥 Core Version: collectives-1002008 collectives-0.tx7.au1
🎁 Metadata version: V14
🗳️ Blake2-256 hash: 0xfb93cee47f2e9229f8174425884ce2a269a5f3694f1d70a9c63ea35bd0235fce
📦 IPFS: QmcjSe26FC9qr5nqcmaqsXBMs6reeBWNnywzGxinzdsZqx
Bridge Hub Polkadot
🏋️ Runtime Size: 1.15Mi (1201886 bytes)
🗜 Compressed: Yes: 73.93%
🔥 Core Version: bridge-hub-polkadot-1002008 bridge-hub-polkadot-0.tx4.au1
🎁 Metadata version: V14
🗳️ Blake2-256 hash: 0x8615cc5dcd156f693cd202a9442770881a8bef96b852360261a5db19b0733245
📦 IPFS: QmUjmLQg9s3NvTm2w1hqTW2PsDJKjrVp3Gnu6kL7FZez8N
Bridge Hub Kusama
🏋️ Runtime Size: 1.15Mi (1202484 bytes)
🗜 Compressed: Yes: 73.95%
🔥 Core Version: bridge-hub-kusama-1002008 bridge-hub-kusama-0.tx5.au1
🎁 Metadata version: V14
🗳️ Blake2-256 hash: 0xc5c1bcf5e3a93afb41328c04ad024db9a243f1592b3534238eba1aa80c386022
📦 IPFS: QmNx3WeQNcCQq77bVVLV9B3cqchAdNKoYUuGLx8nhCcSP8
Asset Hub Polkadot (previously Statemint)
🏋️ Runtime Size: 1.11Mi (1155389 bytes)
🗜 Compressed: Yes: 76.82%
🔥 Core Version: statemint-1002008 statemint-0.tx15.au1
🎁 Metadata version: V14
🗳️ Blake2-256 hash: 0x7fad30e8e2bdc7727c98814322355e26ca9740f78a8e449b91cf28b0bbc8fb47
📦 IPFS: QmTRBeXWGvR4HrC8x4ALuzv5gFg7Tm4KG45KckpriivHyM
Asset Hub Kusama (previously Statemine)
🏋️ Runtime Size: 1.11Mi (1156373 bytes)
🗜 Compressed: Yes: 77%
🔥 Core Version: statemine-1002008 statemine-0.tx15.au1
🎁 Metadata version: V14
🗳️ Blake2-256 hash: 0x70b2e1aef9e034840cbf2919bee2c621e3f70b264a91da02dc81189b0b56d6d3
📦 IPFS: QmcNZ3KySX1s3fRLCioWyhfSSGTgMe6E9VyoSkzH5toYyS
Runtimes 1.2.7
Changelog
Changelog for the runtimes governed by the Polkadot Fellowship.
The format is based on Keep a Changelog.
[1.2.7] 14.06.2024
Note: This release only affects the following runtimes and is not a full system release:
- Polkadot Relay Chain
- Polkadot People
Changed
- Updated Relay and People configurations to complete launch (polkadot-fellows/runtimes#350)
Runtime info
These runtimes were built with rustc 1.77.0 (aedd173a2 2024-03-17) using srtool v0.15.0
To replicate the build, use the following command:
srtool build
--root --profile production
--package CRATE_NAME --runtime-dir PATH_TO_CRATE
--build-opts="--features=on-chain-release-build"
Polkadot
🏋️ Runtime Size: 1.52Mi (1587099 bytes)
🗜 Compressed: Yes: 75.32%
🔥 Core Version: polkadot-1002007 parity-polkadot-0.tx26.au0
🎁 Metadata version: V14
🗳️ Blake2-256 hash: 0x5300f1f0bddedee260228911bf8b3eaadbe16ffa520d4c6c7593b086fe5486ae
📦 IPFS: QmcwdFCESfocVJAbiNdj5xbJV7rxDhekHQPFrJf3ZVpc3i
People Polkadot
🏋️ Runtime Size: 833.45Ki (853445 bytes)
🗜 Compressed: Yes: 75.38%
🔥 Core Version: people-polkadot-1002007 people-polkadot-0.tx0.au1
🎁 Metadata version: V14
🗳️ Blake2-256 hash: 0x1e50ce48d0527e436ce7a12499ad2ab314a3b2c6b863a1a1859256bd3155f2cc
📦 IPFS: QmZZypg9bMoyA4SQEemoY7ojp4gLAZR9AcvcrBUMdyf6Fr