Releases: AstarNetwork/Astar
runtime-1000
Description
This is the first release which uses the new process of separate runtime & client releases.
The most impactful changes in this release are:
- uplift of polkadot-sdk to
stable2407-3
version - enabling of async backing on Shiden
Runtimes
Shibuya
✨ spec_version: 1000
🏋 Runtime Size: 2358344
🗜 Compressed: Yes
🎁 Metadata version: 14
🗳️ sha256: 0x851ff15943f63f2859c8e85f784dfb91ab40a8a2a88c86604d22f9ce4530b370
🗳️ blake2-256: 0xee4c64b3e396e08254ebc86c124ff261b597e90c2a05047c865c4e7019ffacd0
📦 IPFS: Qme7BhhjmMYWDJJGERLAb5bnnxmrPY8FvoeG8xSwsUJu8Z
Shiden
✨ spec_version: 1000
🏋 Runtime Size: 2193395
🗜 Compressed: Yes
🎁 Metadata version: 14
🗳️ sha256: 0x3f59867d5fe357cd9f17f100c638de4ea0d9dd45112858241ad9d0d8381dea41
🗳️ blake2-256: 0xceb3f749a5b681ad52e13ca3d2015cb3b7950b20ccb05d4f044f6d9af0b710b8
📦 IPFS: QmdjZEuogZP38xmvsrSYu81k9xn62z4Yd7ztA1wimZkV1J
Astar
✨ spec_version: 1000
🏋 Runtime Size: 2183065
🗜 Compressed: Yes
🎁 Metadata version: 14
🗳️ sha256: 0xc45104c4545cbb92466478adb28fd2e17902694fc1339749554d83ceb21ae27d
🗳️ blake2-256: 0x6025ed0e6dc9e27d2682c033871cb4d09fe9071a52d601e4cd5c6d825b32ecfd
📦 IPFS: QmVFdRugLPvs8stR57xdTwEWoBa8DVBvLk3kaUQjQbUqXt
Build Info
WASM runtime built using rustc 1.81.0 (eeb90cda1 2024-09-04)
Changes
Runtime
- polkadot-sdk v1.13.0 uplift (#1358)
- Community council dApp unregister (#1371)
- uplift to stable2407 (#1372)
- shiden: enable async backing (#1376)
- Runtime-1000 release prep (#1377)
Others
- Fix clippy lints (#1362)
- Separate client/runtime release (#1352)
- Bump CI upload/download actions (fix tarpaulin job) (#1361)
Dependency Changes
Astar: v5.44.0...runtime-1000
Polkadot-sdk: paritytech/polkadot-sdk@8c8edac...fc62793
Frontier: AstarNetwork/frontier@1daafa8...68d63a3
v5.44.0
Description
This release contains various client & runtime changes, most important being changes to Shibuya
runtime & client overall.
Operators should ensure to upgrade to latest Shibuya
client ASAP.
This is because the updated Shibuya's
spec has defined a bad block which should be skipped.
Operators running EVM tracing do not need a custom client anymore. Tracing feature is included into standard client and can be enabled with the same flags. You will need to put evm-tracing runtimes into override directory and any RPC node can perform tracing.
We added support for experimental litep2p network backend and it can be enabled using options --network-backend litep2p
Async backing feature has been enabled for Shibuya
runtime, including various storage migrations.
Feature will be active after the next runtime upgrade.
Upgrade priority: HIGH
(CRITICAL for Shibuya
operators)
Runtimes
Shibuya
✨ spec_version: 137
🏋 Runtime Size: 2163823
🗜 Compressed: Yes
🎁 Metadata version: 14
🗳️ sha256: 0x2921b1e4b18e7fa15f74e560cf1967398d60f61ba32a32804513173ac74237fa
🗳️ blake2-256: 0x746c766fd22e31f2febe78b3c08798c46229481517fd0cd1bb8bb24645fce0a2
🗳️ proposal (authorizeUpgrade): 0x63689f3a45108fc05d06a31fcb7fb21cc0af96dd700e73e0a29a06dc6d5579b8
📦 IPFS: QmZEDsEDyzPUs5pZR3rUpS5uqsuSj8QDQbg1zfurwJkGU1
Shiden
✨ spec_version: 134
🏋 Runtime Size: 1976838
🗜 Compressed: Yes
🎁 Metadata version: 14
🗳️ sha256: 0x087145a13d3006aaa628a0148b373838be6945b5f62ace6bbca4cd269444f306
🗳️ blake2-256: 0x029ce424ff52d61eb17070d240e09fce1d32a720e4ab9d3a2dfae482c6442acf
🗳️ proposal (authorizeUpgrade): 0x7bfae1621ff51b9eb8bb76940bc229cc78067d080eae12ccee721aba5e6a1c18
📦 IPFS: QmPw9MJp87HPWNXHXcB7dsPzgd6Yu6syaMRutP6Mk6wqoF
Astar
✨ spec_version: 95
🏋 Runtime Size: 1973872
🗜 Compressed: Yes
🎁 Metadata version: 14
🗳️ sha256: 0xda9d80df28234bf75560641c1b4b20760a2d4a7f32e0955ffe0e2deecc1f6e47
🗳️ blake2-256: 0x919ef459361faebccf9555379f2f524991251850e0d1647dec0c155009e39e6e
🗳️ proposal (authorizeUpgrade): 0xa13a9375fdb108954a6c17b197c20f4f77e400dae3204c03e086258d2bb6c661
📦 IPFS: QmXE8kWKDq71iznqXqBDHbPAbUf1rQF1JDxAeMMWzdxDTK
Build Info
WASM runtime built using rustc 1.77.0 (aedd173a2 2024-03-17)
Changes
Client
- simplify client (#1328)
- Remove
v3
suffix from dApp staking v3 (#1342) - Runtime genesis generation (#1341)
- prep v5.44.0 (#1353)
Runtime
- Multi-block migrator (#1322)
- Remove
v3
suffix from dApp staking v3 (#1342) - Runtime genesis generation (#1341)
- dApp staking - crate visibility (#1345)
- Fix/local custom genesis account (#1346)
- Remove unused extrinsic from dapp staking (#1348)
- async backing migrations (#1343)
- Modify Shibuya governance params (#1351)
Others
- dApp staking -
try-state
checks implemented (#1331) - Bump axios from 1.7.2 to 1.7.4 in /tests/e2e (#1329)
- Update CONTRIBUTING.md (#1340)
- MacOs CI disk cleanup (#1355)
- fix build (optimised) gha (#1354)
Dependency Changes
Astar: v5.43.1...v5.44.0
Polkadot-sdk:
Frontier: AstarNetwork/frontier@1daafa8...1daafa8
Download Links
Arch | Link |
---|---|
MacOS x86_64 |
Download |
Ubuntu x86_64 |
Download |
Ubuntu aarch64 |
Download |
v5.43.1
Description
RUNTIME ONLY RELEASE: Fix non-candidate slash bug
Upgrade priority: LOW
Runtimes
Shibuya
✨ spec_version: 136
🏋 Runtime Size: 2212139
🗜 Compressed: Yes
🎁 Metadata version: 14
🗳️ sha256: 0xbb58f8da249aafe396db4de7c350f7f025a240e5c3d61647772e40e29cd8f8eb
🗳️ blake2-256: 0xe1a11b5256e30912c164e394217fad56fe536963994df92c88c4503ee618535e
🗳️ proposal (authorizeUpgrade): 0x3a6aecb7f74e5634ae656feba8167f11f19074d88750affa0a94c09ff23dd7ed
📦 IPFS: QmZ8hn7E5MAQxwLCxWtu9Mi7qkwkSo6Z5qmBKdpbYU1DLs
Shiden
✨ spec_version: 133
🏋 Runtime Size: 2031477
🗜 Compressed: Yes
🎁 Metadata version: 14
🗳️ sha256: 0x59beb38264c24c0265a07df906ec49173e0a45b52d13d68786a39bc4fecbd1f7
🗳️ blake2-256: 0x0192cc9b963058aae4482bb08385eea6f603963573a272ebf11ffee1b9349b35
🗳️ proposal (authorizeUpgrade): 0x2da87dc68d16417d5790e8fc462471ca654e062250a84db099453f1ff6b750cf
📦 IPFS: QmYxD7P9NZhLPBX8GQuJmESWbb8LV7bQfQizvB3BXV8J52
Astar
✨ spec_version: 94
🏋 Runtime Size: 2019988
🗜 Compressed: Yes
🎁 Metadata version: 14
🗳️ sha256: 0x4bbf2033af335603f273354c663f644320419429b43e9c0a08722c66f068f731
🗳️ blake2-256: 0x8f3bfb32da50ba233afc86e97e2de5869aef76e0cbd2cef2445a633db132223f
🗳️ proposal (authorizeUpgrade): 0x247fda013ba11da71327e57351bfc24a366a51c663071965747c4fb069fe5ae1
📦 IPFS: QmYE58uGRG6n2ZA7ZzYrtE4MYvQhxzGM12Z6NYBGap8iU7
Build Info
WASM runtime built using rustc 1.77.0 (aedd173a2 2024-03-17)
Changes
Client
None
Runtime
Others
Dependency Changes
Astar: v5.43.0...v5.43.1
Polkadot-sdk:
Frontier: AstarNetwork/frontier@1daafa8...1daafa8
Download Links
Arch | Link |
---|---|
MacOS x86_64 |
Download |
Ubuntu x86_64 |
Download |
Ubuntu aarch64 |
Download |
v5.43.0
Description
Contains various changes for both the client and the runtime.
- Updated
polkadot-sdk
dependencies to version v1.11.0 - Client is update to support async backing, it will be enabled by runtime upgrade at a later date
- Running collator node will benchmark hardware at start and warn if it doesn't meet minimum requirements
- dApp staking now has dynamic tier thresholds based on total issuance
- XVM deprecated pallet has been removed
Upgrade priority: HIGH
Runtimes
Shibuya
✨ spec_version: 135
🏋 Runtime Size: 2198144
🗜 Compressed: Yes
🎁 Metadata version: 14
🗳️ sha256: 0x6470b59f172f0b98bca489228dff29ff66c952402aa8317a4f9d5c87d33559d7
🗳️ blake2-256: 0xdd16b5e7c476a7e1731ef148e2e9b2a5d30aa2e1b9421f8f74ead44d9084e1ca
🗳️ proposal (authorizeUpgrade): 0x8c0d229c2712f662b6df243546d95831f9aa6b8816564b83e35a2231178753e1
📦 IPFS: QmTBtnsritbnw6NLZeTxGgTkm6j2qRVUJNig9tDUojbYym
Shiden
✨ spec_version: 132
🏋 Runtime Size: 2023418
🗜 Compressed: Yes
🎁 Metadata version: 14
🗳️ sha256: 0xe60289979554b03307f5480b1fce88b5d9172ac1ff2389cfbeae82b7105f2954
🗳️ blake2-256: 0x6db7434439f053ba9a93dcb126d7648c1b858fa70a02bf411bd3f46b3b085559
🗳️ proposal (authorizeUpgrade): 0x1a327fb1b3f166fba6dbb8f404c7bf5789278d8d294bf28269ace0f1ec8e5c0b
📦 IPFS: QmS2uMZYm88g7JYFsjaNCwgyNmqsKRcGEsu9Y65uhND4gH
Astar
✨ spec_version: 93
🏋 Runtime Size: 2016431
🗜 Compressed: Yes
🎁 Metadata version: 14
🗳️ sha256: 0x1b550578690467f67ce99d177144ba3ec3bb2bb231bae659091c8615d3de775d
🗳️ blake2-256: 0xa62e6e63daed4022fff8ced0b7f568d81aeb25f2bd5af9a1e493f87541e8f7bc
🗳️ proposal (authorizeUpgrade): 0x9c7527f660036bda29ff47980614073d5cb38cb11fde9e6e2bded3a8c242b92d
📦 IPFS: QmTCCNyuuTgxQQbzWBzn3xqh7wBTGyCpFRPDG3VDifaxfq
Build Info
WASM runtime built using rustc 1.77.0 (aedd173a2 2024-03-17)
Changes
Client
- simplify shell to aura (#1312)
- Collator hardware benchmark (#1315)
- Async backing client ready (#1302)
- polkadot-sdk v1.11.0 uplift (#1314)
- Remove vendor precompile-utils (#1321)
- prep v5.43.0 (#1323)
Runtime
- refactor: remove XVM pallet code (#1303)
- Async backing client ready (#1302)
- Feat/dyn tier thresholds (#1306)
- polkadot-sdk v1.11.0 uplift (#1314)
- Remove vendor precompile-utils (#1321)
Others
- chore: try-runtime variation check on new thresholds (#1317)
- increase timeout for upgrade test (#1324)
Dependency Changes
Astar: v5.42.3...v5.43.0
Polkadot-sdk:
Frontier: AstarNetwork/frontier@8c94d30...1daafa8
Download Links
Arch | Link |
---|---|
MacOS x86_64 |
Download |
Ubuntu x86_64 |
Download |
Ubuntu aarch64 |
Download |
v5.42.3
Description
RUNTIME ONLY RELEASE: Enable CheckMetadataHash to bring support to generic ledger app
Upgrade priority: LOW
No need to update client node unless you're running EVM tracing node and you will need the new runtime built with evm-tracing feature on wasm-override directory.
NOTE: Keep using 5.42.2 client version.
Runtimes
Shibuya
✨ spec_version: 134
🏋 Runtime Size: 2216914
🗜 Compressed: Yes
🎁 Metadata version: 14
🗳️ sha256: 0x50c14f28b8929fc6415da0bd4532f190743a33bffe84363d6b9e84bfa028b0db
🗳️ blake2-256: 0xea9f99cb4304b2f1c2e6a816e9e1736809c9ff29042a884b27e2fe3ac0686307
🗳️ proposal (authorizeUpgrade): 0xe432f1190fe6f7c4d250bb45b60b59828a410afa1dfdb240e95c080a53ad7cc3
📦 IPFS: QmYcLQ7rD5DKYieUtRtkug9sF93aLhMBoiFLe9jT7ZQePa
Shiden
✨ spec_version: 131
🏋 Runtime Size: 2016054
🗜 Compressed: Yes
🎁 Metadata version: 14
🗳️ sha256: 0x9c8316c570d49d217448fa5e679be8c72abd731262547bbe37a40169a4aa1731
🗳️ blake2-256: 0x0e076bc3647dafc362f77addc19599744edd812a52868f09a4dbb32962a5ab70
🗳️ proposal (authorizeUpgrade): 0x8b98d9ebaf61bd82de73c78e822e9c4516e82d7fe1cb926d1b16a4b9d8b01af2
📦 IPFS: QmUri2UrEj2nmfAKEbZ1AA4WnMZ2R56vCA4SHH7M9v56HZ
Astar
✨ spec_version: 92
🏋 Runtime Size: 2005895
🗜 Compressed: Yes
🎁 Metadata version: 14
🗳️ sha256: 0x818d78bc9127a29a03fc9b75c02b54e6c10abe107180c09e1883372a4464eecd
🗳️ blake2-256: 0x81248d11e73164e93198b363e64e3e8fba4ec9232123ff23087321300e7d5a21
🗳️ proposal (authorizeUpgrade): 0xe28eac4620cf448315413914da99b8c9982da0eaccefc980ac77d392d4ff53e8
📦 IPFS: QmQEHbKdSF5LF2ErFkuHe2HyWLYKR5AaXqEVLge1JE9bqY
Build Info
WASM runtime built using rustc 1.77.0 (aedd173a2 2024-03-17)
Dependency Changes
Astar: v5.42.2...v5.42.3
Polkadot-sdk:
Frontier: AstarNetwork/frontier@8c94d30...8c94d30
v5.42.2
Description
This is a CLIENT-ONLY release.
Contains two fixes for issues introduced with v5.42.0
release:
- increase in number of missed blocks for collators (should be back to old levels or lower)
- issue with EVM tracing feature not working with older runtimes
Same as v5.42.0
release, it's marked as critical because new runtime upgrades for Shiden
and Astar
will require new
host functions which this release provides. Operators must upgrade before this happens, otherwise their node will stop working.
Additionally, due to an issue with polkadot-sdk
(link), using --relay-chain-rpc-url
for relay chain RPC sync can cause node to crash (see the linked issue). Operators are discouraged from using this parameter.
For relevant developers, please take note of the merkleized metadata change. Feature won't be fully enabled on Shiden
& Astar
with this runtime upgrade, but it will change the extrinsic structure with the new field for this feature.
Upgrade priority: CRITICAL
Runtimes
Shibuya
✨ spec_version: 133
🏋 Runtime Size: 2219267
🗜 Compressed: Yes
🎁 Metadata version: 14
🗳️ sha256: 0x24fbb719715297a837d302a22905aad33d66d8d676d3df1e9972d858147aa6f6
🗳️ blake2-256: 0xef36a94969e9e21acf5e2ab06f0b67df495edb373290513f12d36490c0f91202
🗳️ proposal (authorizeUpgrade): 0x6a39163d8b5dac3ee2859b635f91d7bd8e10436f5790f4c04b19dd7fe817db9a
📦 IPFS: QmQGm6ohrhUH8vi5nszWXx8CyqRGixxVEARADD4YcMXidn
Shiden
✨ spec_version: 130
🏋 Runtime Size: 2040264
🗜 Compressed: Yes
🎁 Metadata version: 14
🗳️ sha256: 0xea146dacf05addd141d3fc8b358b2441ce2aae5042c76c1a016bdf5ac38b02b1
🗳️ blake2-256: 0x93f2fa9993e8895fe9e0aa8879bfa3069334daf8860848cdd6d858fedb0e1ad5
🗳️ proposal (authorizeUpgrade): 0x5f19e9b2a1bb933fb32ebf80065e6673bf98e77de0ee5b8f170ba0c01aba10a6
📦 IPFS: QmUHheooCXA5W1LAgrB8wCSsVCZL9Um3UCFQyhZLeQLkd8
Astar
✨ spec_version: 91
🏋 Runtime Size: 2033851
🗜 Compressed: Yes
🎁 Metadata version: 14
🗳️ sha256: 0x7164defc817dd72df30ae793e6a4f41c0a11516d1f10c43e90008f6bb465b428
🗳️ blake2-256: 0x4e44d84a242b95d1ead05b85f8fe4f1f58d65d122f78de57a1f5fbab54d5890d
🗳️ proposal (authorizeUpgrade): 0xf785be2dfca2904bb4ac90cd7394370405bdcaf4d3032101954b39b34255bc51
📦 IPFS: QmYEq2wzWvbt5ut3tA6pqUTGdezSrkMJKZsgTmwSpbEqDY
Build Info
WASM runtime built using rustc 1.77.0 (aedd173a2 2024-03-17)
Changes
Client
- Use equivocation import queue (#1304)
- fix evm tracing for older runtimes (#1307)
- Prep 5.42.2 release (#1308)
Runtime
None
Others
None
Dependency Changes
Astar: v5.42.0...v5.42.2
Polkadot-sdk:
Frontier: AstarNetwork/frontier@8c94d30...8c94d30
Download Links
Arch | Link |
---|---|
MacOS x86_64 |
Download |
Ubuntu x86_64 |
Download |
Ubuntu aarch64 |
Download |
v5.42.1
Description
A client-only release with a fix for the issue with increased number of missed blocks since the v5.42.0
release.
Client operators are urged to upgrade to this version ASAP.
Upgrade priority for Shibuya operators: CRITICAL
Upgrade priority for Shiden/Astar operators: None
- will be changed after additional testing with Shibuya
Runtimes
Shibuya
✨ spec_version: 133
🏋 Runtime Size: 2219532
🗜 Compressed: Yes
🎁 Metadata version: 14
🗳️ sha256: 0xc33e7dad50f484d4fb3cb209221d5349026a5079d446a4911b3ba30ba50d2a3f
🗳️ blake2-256: 0x4801acd61c6be87aa7c72bb72b772e31bf49e2b79866d8e6fcede5387727a619
🗳️ proposal (authorizeUpgrade): 0xb71b87845e4d42e7d0af21765f6e7c2589ca4f68fee363e4e9f8c42bb216a04a
📦 IPFS: QmZ9r62cEDMiBsbqNQ5d2PCi1v1Lr9wFaHH6Br7whfNtdv
Shiden
✨ spec_version: 130
🏋 Runtime Size: 2041182
🗜 Compressed: Yes
🎁 Metadata version: 14
🗳️ sha256: 0xc9acc969f5051b8774fd5c7ab797e651ef2551bc7d6fc435980a81860f177547
🗳️ blake2-256: 0x4cf70ebeb5f33d1057a6a54ec73bf838ae5b64861a976d5c55d44808f6e21209
🗳️ proposal (authorizeUpgrade): 0x6bdc8c834e9b00685696660d43faf06436775704b02c2ce4f36626677b60b0be
📦 IPFS: QmXXHxfAjJKq4L4HdKcskxSHgqe3L57HEdGGcx9nAqk58B
Astar
✨ spec_version: 91
🏋 Runtime Size: 2033357
🗜 Compressed: Yes
🎁 Metadata version: 14
🗳️ sha256: 0x364657da62c02134d0a8824e2a51ce27769a91bcc295c307a956cb150a3df2ec
🗳️ blake2-256: 0x034ba340f0b20a2695d0c8d21702a962f584486b5c87d107ae4d6056d0b15fb1
🗳️ proposal (authorizeUpgrade): 0xafc96c1cdd486b9073b59a01893f232d88039eee9c23926e1f6a4343c817f0f0
📦 IPFS: QmWEbADGn8gsfrzs5MMXzgTHSAuJXPTVknPC1BWfaH666H
Build Info
WASM runtime built using rustc 1.77.0 (aedd173a2 2024-03-17)
Changes
Client
- Use equivocation import queue (#1304)
Runtime
None
Others
None
Dependency Changes
Astar: v5.42.0...v5.42.1
Polkadot-sdk:
Frontier: AstarNetwork/frontier@8c94d30...8c94d30
Download Links
Arch | Link |
---|---|
MacOS x86_64 |
Download |
Ubuntu x86_64 |
Download |
Ubuntu aarch64 |
Download |
v5.42.0
Description
Contains various changes for both the client and the runtime.
polkadot-sdk
dependencies have been uplifted to version v1.9.0
, bringing various client changes under the hood.
New host functions are introduced on the client side so operators should upgrade their clients ASAP.
Several features have been either added or updated in the runtime:
- Gov v1 model has been integrated into Shibuya
- dApp staking ranking system has been enabled for Shiden & Astar
- collator unbonding has been updated with a dedicated call to withdraw bonded funds
CheckMetadataHash
is now part of the extrinsics, even though the feature hasn't been enabled yet. For devs relying on this, e.g. wallet developers, make sure to upgrade your polkadot libs to ensure you can handle this change.
Upgrade priority: CRITICAL
Runtimes
Shibuya
✨ spec_version: 133
🏋 Runtime Size: 2219457
🗜 Compressed: Yes
🎁 Metadata version: 14
🗳️ sha256: 0x923444d0aa2f6e039f27ccb0b285b88e97c57be293469e0e50d3bc3304cfea96
🗳️ blake2-256: 0x275bfe8f040584922612d925473da6be9e2bc3cc7e7d7d5264643551132a4922
🗳️ proposal (authorizeUpgrade): 0x80578ef60a79bb7414aa9c4297396c8f562b57c9e0bfddaefcfa4bf860f6bada
📦 IPFS: QmYYpQThiCSswYzpR45VcuXouMiFwBuJxwUojdFxMXxom3
Shiden
✨ spec_version: 130
🏋 Runtime Size: 2041045
🗜 Compressed: Yes
🎁 Metadata version: 14
🗳️ sha256: 0xced996ac5effcef4558e693e9a598940c217b8965980b076ea5887954a9d31f7
🗳️ blake2-256: 0xf079b527b8ffafe2659e8329fcccaba6cf00a2129c530f395dad2a8cd5078616
🗳️ proposal (authorizeUpgrade): 0xfed835a106611c9f2d1cdd08b4e647c4656051b6ced8420db9e2280e37a2b6fe
📦 IPFS: Qma3fMpQmcS3fbXJUKFeQ6CLUWVi7Qp9CEzpArvb8Hu3V5
Astar
✨ spec_version: 91
🏋 Runtime Size: 2032149
🗜 Compressed: Yes
🎁 Metadata version: 14
🗳️ sha256: 0x5a17b31f35811fe9b3b5a56f81e9e0c288fa342c9bae87749e8c7e13fbc7ff64
🗳️ blake2-256: 0x830f8c281567ee59578399967478d6ff640d86158105be89bbf35508f711f520
🗳️ proposal (authorizeUpgrade): 0x55b2c38de3efddba2bf7437f00a5daad0f7cf1c5e1d26376216551bcb06a4a7e
📦 IPFS: QmT8876SX1QqDwDM1zTUFuvu1id5r18Mp9Wi69VkFnE2LV
Build Info
WASM runtime built using rustc 1.77.0 (aedd173a2 2024-03-17)
Changes
Client
Runtime
- Local/Shibuya v1 governance integration (#1260)
- Add missing storage version setting for Shibuya governance (#1286)
- Missing governance permissions for Shibuya (#1287)
- Enable RankedTier for Astar & Shiden (#1288)
- add candidacy un-bonding period (#1281)
- Uplift to v1.5 (#1256)
- feat: update to polkadot v1.9.0 (#1290)
- Minor governance param adjustment (#1296)
- Release v5.42.0 prep (#1298)
- disable metadata hash (#1300)
Others
- improve makefile (#1279)
- Update README.md (#1289)
- Zepter integration (#1278)
- zombienet smoke test (#1282)
- CI: update clippy (#1284)
- update check-migration CI (#1297)
Dependency Changes
Astar: v5.41.0...v5.42.0
Polkadot-sdk:
Frontier: AstarNetwork/frontier@198d640...8c94d30
Download Links
Arch | Link |
---|---|
MacOS x86_64 |
Download |
Ubuntu x86_64 |
Download |
Ubuntu aarch64 |
Download |
v5.41.0
Description
This is a runtime focused release, including few dApp staking fixes for the upcoming new Build&Earn
period.
Client code has been slightly refactored, but no new feature has been introduced.
Operators aren't required to update their clients unless they want to.
Upgrade priority: LOW
Runtimes
Shibuya
✨ spec_version: 132
🏋 Runtime Size: 1831435
🗜 Compressed: Yes
🎁 Metadata version: 14
🗳️ sha256: 0xc2cbe2de8536ef69f3447382cc925194aded9df51ba58e978ffc9ffe9c24135b
🗳️ blake2-256: 0x2a6b742813fa5ec1351e4ec22763718b922508462287a9ceea1cc97f7fc5477e
🗳️ proposal (authorizeUpgrade): 0x336eff037c6ab5029fbf5690145f92749be09bda0802dcaa0a023b2c5b09bc67
📦 IPFS: QmRSBBmwJBL4qyua3REf6eTcaa5m1BXqSNR8no4hskhCe8
Shiden
✨ spec_version: 129
🏋 Runtime Size: 1763022
🗜 Compressed: Yes
🎁 Metadata version: 14
🗳️ sha256: 0x8a08a50d366626a436dc406733b02b8e24588e892416c614d6e5c74e1434d1d2
🗳️ blake2-256: 0xd0add9f203d9c367d8efc40bc1eade19c37cfcc8d2316dfcb7b29f0c1d0d794a
🗳️ proposal (authorizeUpgrade): 0xe9e839524fd1df4d20964d38c0afcffdbb21626e94e4652b2fe06623006ce50a
📦 IPFS: QmYF4TRdv4oBrnnJs33N3zPwVMdN1HVfxxwNhCwjWBuqJH
Astar
✨ spec_version: 90
🏋 Runtime Size: 1754168
🗜 Compressed: Yes
🎁 Metadata version: 14
🗳️ sha256: 0x3b6f74429087a1090b882885b191abfb13fb8cd47acdbb17d76b2a21f1b8c5e2
🗳️ blake2-256: 0x00c520ad191781a5775122444b0e78deccbde9550cb4db180775d161e31bd064
🗳️ proposal (authorizeUpgrade): 0xa99d1b8c479b249769e6e6cf61e5d52779b48dc944b50b8deddf8c1d5287dfaf
📦 IPFS: QmU17evfZc81cSTgfssboL64tsHc3voQMpxT8ZR5v7yzuC
Build Info
WASM runtime built using rustc 1.77.0 (aedd173a2 2024-03-17)
Changes
Client
Runtime
- Fix staked amount too high after unstake issue (#1270)
- Fix incorrect check for locked/frozen amount (#1275)
- Fix account call for freeze/lock inconsistency (#1276)
Others
- fix upgrade e2e test (#1269)
- Bump ws from 8.13.0 to 8.17.1 in /tests/e2e (#1265)
- fix console typo (#1271)
- v5.41.0 release prep (#1273)
Dependency Changes
Astar: v5.40.0...v5.41.0
Polkadot-sdk: paritytech/polkadot-sdk@401f8a3...c34bcf7
Frontier: AstarNetwork/frontier@198d640...198d640
Download Links
Arch | Link |
---|---|
MacOS x86_64 |
Download |
Ubuntu x86_64 |
Download |
Ubuntu aarch64 |
Download |
v5.40.0
Description
This is a runtime-only release, client isn't impacted and operators aren't required to upgrade.
Improve dApp staking rewards for dApps that perform better. Enabled only on Shibuya.
Upgrade priority: LOW
Runtimes
Shibuya
✨ spec_version: 131
🏋 Runtime Size: 1835685
🗜 Compressed: Yes
🎁 Metadata version: 14
🗳️ sha256: 0xc57aaec13c6882b3043fb9021e5282c7752fbd42f448750afa73c78db592cb4b
🗳️ blake2-256: 0x7613b24f68a9f41407a6f37c89c8dc0f71763b39ea86738ead8a871271f3a513
🗳️ proposal (authorizeUpgrade): 0x91fdc5b652cbd8b05413f331194992bd60bcc39714991fe2688b3bfc9255fc1a
📦 IPFS: QmZJjDJP5kuCH48Ap8VuPvWVHyB9BLY4st1MiC9K37C1bs
Shiden
✨ spec_version: 128
🏋 Runtime Size: 1760697
🗜 Compressed: Yes
🎁 Metadata version: 14
🗳️ sha256: 0x88dfe7091e5e34a360443d1ce9cbcb9bb2c0c46d05c3593d0b1dd65f5fa61bcd
🗳️ blake2-256: 0x830283ce61cb7afd1fc82b0c3097009d1dc0b797a48d0d9b2d7678e57eb449b8
🗳️ proposal (authorizeUpgrade): 0x6a064a65d33495bd569e3577bcdb750626fa434f35d4eff6b3da8f4d94fe00ca
📦 IPFS: QmNgHH2CWDGGb4ATKaHJUbcrm47RWrSpXkSPmo12PLyr5G
Astar
✨ spec_version: 89
🏋 Runtime Size: 1758285
🗜 Compressed: Yes
🎁 Metadata version: 14
🗳️ sha256: 0x1ac5dd1310dc4575c11ca614038c0c5135ac2b334ad8f3a3308282e95effd0d9
🗳️ blake2-256: 0x1f7fe916c31f4b77841a1b0af9c86b99ed6e032c807d6a66ae3c13e007e208c5
🗳️ proposal (authorizeUpgrade): 0x18bedd31f9b43ab76b1ad2eb5b6dbdfcb41f9b1423e81e8abd1efdcd9602c671
📦 IPFS: QmUd9jEMxCfAR4iVFMaNVnyZzwPZGnrU93uth88wQGofKh
Build Info
WASM runtime built using rustc 1.77.0 (aedd173a2 2024-03-17)
Changes
Client
Runtime
- stakingv3: rank dapps in-between tiers (#1240)
Others
- Frontier RPC tests (#1249)
- gha check migrations (#1254)
- remove legacy zombienet tests (#1255)
- chain sync test (#1257)
- evm tracing test (#1259)
- try-runtime clear prefix for large storage maps (#1262)
Dependency Changes
Astar: v5.39.1...v5.40.0
Polkadot-sdk: paritytech/polkadot-sdk@401f8a3...401f8a3
Frontier: AstarNetwork/frontier@198d640...198d640
Download Links
Arch | Link |
---|---|
MacOS x86_64 |
Download |
Ubuntu x86_64 |
Download |
Ubuntu aarch64 |
Download |