Releases: AstarNetwork/Astar
runtime-1302
Description
Prepares runtime upgrade for Shiden including move_stake
and set_static_tier_params
.
Contains also a migration storage cleanup for ActiveBonusUpdateState
used to update bonus status on Astar and Shibuya.
Runtimes
Shibuya
✨ spec_version: 1302
🏋 Runtime Size: 2403331
🗜 Compressed: Yes
🎁 Metadata version: 14
🗳️ sha256: 0x76add163b0844cbb9e7c04d1b5f747502d550a4b72e8ced1b8f569ca036bc93d
🗳️ blake2-256: 0xe68b415e5eef5646540c58e8197a0e6f649e0f1c7d245325c0b35cafab9a7a20
📦 IPFS: QmcQxnXQyCdjm2vyrC5uHREHvNeRW61CvDLfk5xjHK4QGL
Shiden
✨ spec_version: 1302
🏋 Runtime Size: 2224071
🗜 Compressed: Yes
🎁 Metadata version: 14
🗳️ sha256: 0xf6ba6093ceaa1e6dd93a1daf5d1396e1d432d75023bbfab38780978585fa875a
🗳️ blake2-256: 0x9bb145a3b73980c53ef2f5cb9f9fa77aec1120f4fd8f76245831ac3c0a80ca83
📦 IPFS: QmcjtwYQy3urDfsT3zJcf7objDaBQty7W3VgZLJvJha2ZJ
Astar
✨ spec_version: 1302
🏋 Runtime Size: 2366411
🗜 Compressed: Yes
🎁 Metadata version: 14
🗳️ sha256: 0xcf21a79d43036066b5be52000428c0af3af66d4092dcefe1948b4800dc6b28a6
🗳️ blake2-256: 0x5e5387e1fa9b4ff20ea9cd003ad8d7694df06f205c92b80590a99e6c0e83c56d
📦 IPFS: QmTjJ4yqdRu8QaXhmr1CN7Nb9p7xPn9GRK7Kyzdv2fhscL
Build Info
WASM runtime built using rustc 1.84.1 (e71f9a9a9 2025-01-27)
Changes
Runtime
- Feat/runtime 1302 release prep (#1432)
Others
- Bump vitest from 2.1.4 to 2.1.9 in /tests/e2e (#1427)
- Bump @octokit/plugin-paginate-rest from 9.1.5 to 9.2.2 in /.github/scripts (#1426)
- Bump vite from 5.4.10 to 5.4.14 in /tests/e2e (#1414)
- Bump @octokit/request from 8.1.6 to 8.4.1 in /.github/scripts (#1425)
- Bump @octokit/request-error from 5.0.1 to 5.1.1 in /.github/scripts (#1423)
Dependency Changes
Astar: runtime-1301...runtime-1302
Polkadot-sdk: paritytech/polkadot-sdk@b98e0b3...b98e0b3
Frontier: AstarNetwork/frontier@68d63a3...68d63a3
runtime-1301
Description
Fixes a SingularStakingInfo invariant in the dAppStaking protocol:
- The
previous_staked
value now only retains information from previous eras, preventing future stakes from affecting past operations - b625437.
Runtimes
Shibuya
✨ spec_version: 1301
🏋 Runtime Size: 2396984
🗜 Compressed: Yes
🎁 Metadata version: 14
🗳️ sha256: 0x78dbe77f72ee525e7bd52212f881c3c526411e7843a9cea6b83a6548878c503c
🗳️ blake2-256: 0x9fe608549a12f1f9a6ab1a300fa8cbc75ee71568948574b345ace271ab23ca88
📦 IPFS: Qma2GTEMh1RTxENNTbFjVBUgUsKUA18iy5Vk3bYBFSteUq
Shiden
✨ spec_version: 1301
🏋 Runtime Size: 2215154
🗜 Compressed: Yes
🎁 Metadata version: 14
🗳️ sha256: 0x63de68e87ee3224080812f6049313d3f950e6717078c4d5bb93f21482d8597ea
🗳️ blake2-256: 0x736fd36d6cc055abb8927dfe38d8a4481f5c96c71fb6d743910d06b14934de42
📦 IPFS: QmeACLq3buZHdzt8jwdgPLxaAysQzJmdyg7SdTq7oQ4qx6
Astar
✨ spec_version: 1301
🏋 Runtime Size: 2361214
🗜 Compressed: Yes
🎁 Metadata version: 14
🗳️ sha256: 0xdb5d387e57cd9e8d8e8487064a483d526edc0dc9163443a8f20072b0a219c7ca
🗳️ blake2-256: 0x709a50aeee7e4e589bba1d9cee13060dbadd986efdce052065e62f412bde2648
📦 IPFS: QmTCjwt6oWPY8U8qkJkSygkBVDK5wS5fqtGAy7U3pec6zS
Build Info
WASM runtime built using rustc 1.81.0 (eeb90cda1 2024-09-04)
Changes
Runtime
- fix:
previous_staked
remains unchanged for future era stake amounts (#1428) - runtime-1301 release prep (#1429)
Others
None
Dependency Changes
Astar: runtime-1300...runtime-1301
Polkadot-sdk: paritytech/polkadot-sdk@b98e0b3...b98e0b3
Frontier: AstarNetwork/frontier@68d63a3...68d63a3
runtime-1300
Description
This update introduces two new extrinsics for the dAppStaking pallet:
move_stake
: This feature allows users to reallocate their staked voting bonuses among dApps while keeping the bonus reward. The maximum number of moves is configurable via theMaxBonusMovesPerPeriod
parameter, which is set to 2.set_static_tier_params
: This feature allows for the dynamic modification of tier-related dApp staking parameters and requires Root privileges.
Additionally, this update includes fixes for the dAppStaking protocol:
- EraInfo Stake Amount Invariant: An issue where future stakes reduced rewards for users who staked and unstaked within the same era has been resolved - 5cd0b23.
- Account Ledger Invariant: The number of contracts staked in an account ledger now remains consistent, even when unstaking from an unregistered contract.
This update also fixes the fee calculation via the xcmPaymentApi
and removes unused calls and types from the pallet-treasury
. These calls were incorrectly used in governance and have been removed since they were non-functional.
Runtimes
Shibuya
✨ spec_version: 1300
🏋 Runtime Size: 2397892
🗜 Compressed: Yes
🎁 Metadata version: 14
🗳️ sha256: 0xeb1b8dbd3c679defd01cc4ad97f440faa4c53c4f77b7b72d5820b066eb8e8d92
🗳️ blake2-256: 0x1462f3b51ffc705cb998bf70d4446712f18cd8e0aa3b2fd8e90c7f7d5e90e11b
📦 IPFS: QmfTSKttpJu2SdXTUNEL5CQ1DzwpPQDNbMPzqhTFoCyNfa
Shiden
✨ spec_version: 1300
🏋 Runtime Size: 2215286
🗜 Compressed: Yes
🎁 Metadata version: 14
🗳️ sha256: 0x307f5bc7a7c51ae12e6a8a14b8b5082059d32f0d8fde239e7f76be4e3a4601b3
🗳️ blake2-256: 0xf6537484bcf0d6a29417bb002f4b0de4d6123528b967f74728aa6a5fff834450
📦 IPFS: QmaXwUoiKYsS2F4Cw6hb4PUKFWukRmEk2YprXwnd887hiu
Astar
✨ spec_version: 1300
🏋 Runtime Size: 2358027
🗜 Compressed: Yes
🎁 Metadata version: 14
🗳️ sha256: 0x635bb2556cfe4d01d21173042caaad2507b569d0e1e0a832b04ff8779b8e0a7b
🗳️ blake2-256: 0x9f34b18fea32fe00f14f4487d447d630d8ea435ff5a68cc0e207fe4022eb93fb
📦 IPFS: QmPrr4fejwAYKW5G6dPPyfhnyEvCbB99bjJ8qRLgorqJfT
Build Info
WASM runtime built using rustc 1.81.0 (eeb90cda1 2024-09-04)
Changes
Runtime
- Fix for XCM payment api report (#1399)
- pallet-treasury cleanup (#1416)
- feat(dAppStaking): Move actions for bonus rewards (#1418)
- Tier param setting call (#1421)
- runtime-1300 release prep (#1424)
Others
- fix: unused imports removed (#1393)
- fix ci env (#1394)
- Mocks updated to use TestDefaultConfig (#1410)
- Bump tarpaulin version (#1408)
- Update contributing doc (#1417)
Dependency Changes
Astar: runtime-1200...runtime-1300
Polkadot-sdk: paritytech/polkadot-sdk@b98e0b3...b98e0b3
Frontier: AstarNetwork/frontier@68d63a3...68d63a3
runtime-1200
Description
Contains fix for the proper EVM fee burn & distribution via the collator reward pot.
Pallets tx-pause
and safe-mode
are integrated into Shibuya
.
Runtimes
Shibuya
✨ spec_version: 1200
🏋 Runtime Size: 2385139
🗜 Compressed: Yes
🎁 Metadata version: 14
🗳️ sha256: 0x553346bd32eb49444cbc64ad6ac723c88db7d16ee244f1fadb2e46f531921363
🗳️ blake2-256: 0xa0c879ca10bfe6b5708181d7de204eaae141cd41e19eb87c7d6da1ca7b69d96f
📦 IPFS: Qmd9wBANggZkvuFPTFzCHwxZf9nGSBeMbGn5qfugJjk59a
Shiden
✨ spec_version: 1200
🏋 Runtime Size: 2198269
🗜 Compressed: Yes
🎁 Metadata version: 14
🗳️ sha256: 0x7d350a160d662263186c952fb508d6865326f2ef1c6173c0a0bb73cf7aecd648
🗳️ blake2-256: 0x0689cf34738b9b294d20b6a636dc9155beaf90e2322aaa470bc8c5cc2d2b70c9
📦 IPFS: QmRfHzRQMph4No8fyCm3Uz8BKpiyp1jWmZE5gJQDFmv8Xq
Astar
✨ spec_version: 1200
🏋 Runtime Size: 2347386
🗜 Compressed: Yes
🎁 Metadata version: 14
🗳️ sha256: 0xd0b1378b09a2aca55b550b4c045eb005626ee8a1c517637585a36668d0c2080a
🗳️ blake2-256: 0xe9940b6d3b74f3b1eca93d83dc3aacab1ec23bf76cde8daddcd2c099af553e74
📦 IPFS: QmRarQkDQMqf9MPoiUN4w7BitLQmYDyeRaAf2UBU5ciRG7
Build Info
WASM runtime built using rustc 1.81.0 (eeb90cda1 2024-09-04)
Changes
Runtime
- doc: align runtime crate version with runtime release version (#1389)
- Fix/evm fee burning (#1390)
- feat:
tx-pause
andsafe-mode
pallets integration (#1388) - runtime-1200 release prep (#1392)
Others
None
Dependency Changes
Astar: runtime-1100...runtime-1200
Polkadot-sdk: paritytech/polkadot-sdk@fc62793...b98e0b3
Frontier: AstarNetwork/frontier@68d63a3...68d63a3
runtime-1100
Description
Introduction of governance functionality for Astar.
Also enables support for EVM accounts in Shibuya governance.
Runtimes
Shibuya
✨ spec_version: 1100
🏋 Runtime Size: 2353531
🗜 Compressed: Yes
🎁 Metadata version: 14
🗳️ sha256: 0x2f9889f65f9a61fe66e8b925a9c446618bc20e478be0159aec7f3b37ee559624
🗳️ blake2-256: 0x2d2f7ea04a4fddf729e1ea3da91c3c776cad309ab0ffda2b04995f2985bf37ec
📦 IPFS: QmTDnXU6vv1fC9ERsh8tVYZNpuVhYBoYuJeq3CLKSEovHr
Shiden
✨ spec_version: 1100
🏋 Runtime Size: 2187364
🗜 Compressed: Yes
🎁 Metadata version: 14
🗳️ sha256: 0x7e622312a8fa2b134377f9ae780542e2b6ac8d75b04bfe68797794cfff60c65b
🗳️ blake2-256: 0x346fe866149ef17a2db690d569cc3de98f4daebde13d6cedd93d3492935fbb3a
📦 IPFS: QmPajxpKCuJEm1PALuvCLKf1GnBGvBAve4Js88fV92LNwe
Astar
✨ spec_version: 1100
🏋 Runtime Size: 2335279
🗜 Compressed: Yes
🎁 Metadata version: 14
🗳️ sha256: 0xecd4d2f5a59b4ff63730e589ec826ed1588572aa259dc6a43e0032857f6242a6
🗳️ blake2-256: 0xbe440c44026477d912c5c7937144a056a782726ad3fc22018528d1403c1a4f16
📦 IPFS: QmYCaGSvZ2wsGojFZSZv3AGnreoTTpZgqwUgHJRsMAFSwp
Build Info
WASM runtime built using rustc 1.81.0 (eeb90cda1 2024-09-04)
Changes
Runtime
- v5.45.0 release prep (#1380)
- Astar Governance Integration (#1384)
- runtime-1100 release prep (#1387)
- Governance proxy (#1386)
Others
- Fix comparison link generation (#1378)
- Bump cross-spawn from 7.0.3 to 7.0.6 in /tests/e2e (#1383)
- update e2e-tests deps (#1381)
Dependency Changes
Astar: runtime-1000...runtime-1100
Polkadot-sdk: paritytech/polkadot-sdk@fc62793...fc62793
Frontier: AstarNetwork/frontier@68d63a3...68d63a3
v5.45.0
Description
The first client-only release using the new release process.
Contains updated polkadot-sdk dependencies (up to stable2407
).
Upgrade priority: MID
Changes
Client
- polkadot-sdk v1.13.0 uplift (#1358)
- Fix revert command when running as parachain (#1363)
- uplift to stable2407 (#1372)
- v5.45.0 release prep (#1380)
Runtime (impacts built-in runtimes)
- 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)
- v5.45.0 release prep (#1380)
Others
- Fix clippy lints (#1362)
- Separate client/runtime release (#1352)
- Bump CI upload/download actions (fix tarpaulin job) (#1361)
- Fix comparison link generation (#1378)
Dependency Changes
Astar: v5.44.0...v5.45.0
Polkadot-sdk: paritytech/polkadot-sdk@8c8edac...fc62793
Frontier: AstarNetwork/frontier@1daafa8...68d63a3
Download Links
Arch | Link |
---|---|
MacOS x86_64 |
Download |
Ubuntu x86_64 |
Download |
Ubuntu aarch64 |
Download |
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 |