Skip to content

Releases: AstarNetwork/Astar

v5.20.0

06 Oct 09:25
1317df8
Compare
Choose a tag to compare

Description

This is a RUNTIME release only, for Shibuya testnet.

Fee alignment & new XCM precompiles are introduced.

Runtimes

Shibuya

✨ spec_version:                110
🏋 Runtime Size:                1807973
🗜 Compressed:                  Yes
🎁 Metadata version:            14
🗳️ sha256:                      0x4a488bcfdffe1cf10f9992f56c2d8f690978ca24b92a913bf9cec072a6e9a535
🗳️ blake2-256:                  0x0a332c95c97ad4ca85ce9b34d634ef7b369986e1d0350b365ea51da6b1cdc697
🗳️ proposal (authorizeUpgrade): 0x1b91b7841510eb084f764c447a1569f7b2960895795ae2fd3ad29ce9b2b565b0
📦 IPFS:                        QmZMgtLBvkoDqp41HpmQUGdW9g1AqCvtTdUnFCyYe19Wos

Build Info

WASM runtime built using rustc 1.66.1 (90743e729 2023-01-10)

Changes

Runtime

  • Reduce default PoV size for XCM instructions (#1035)
  • Fee Alignment - Shibuya/local (#1025)
  • fix: storage item typo in unified accounts (#1038)
  • Bump Shibuya semver and spec versoin. (#1039)
  • Feat/xcm precompile update (#996)

Dependency Changes

Astar: v5.19.0...v5.20.0
Substrate: paritytech/substrate@5e49f6e...5e49f6e
Polkadot: paritytech/polkadot@ba42b9c...ba42b9c
Cumulus: paritytech/cumulus@b8999fc...b8999fc
Frontier: AstarNetwork/frontier@46cd859...46cd859

v5.19.0

28 Sep 05:14
f268e81
Compare
Choose a tag to compare

Description

No client changes, runtime changes only.

  • feat: dispatch precompile filter (#1022)
  • feat: pallet_unified_accounts implementation (#1019)
  • XVM error handling (#1011)
  • Add storage deposit limit param to XVM call (#1018)
  • XVM: replace MultiAddress with AccountId for ink! contracts (#1024)

Upgrade priority: LOW

Runtimes

Shibuya

✨ spec_version:                109
🏋 Runtime Size:                1799209
🗜 Compressed:                  Yes
🎁 Metadata version:            14
🗳️ sha256:                      0xee1147821d9d2725e621a5ed2ebe3e5debd4b6e1ba70ce03fca6af2f4ba739e7
🗳️ blake2-256:                  0xd76bc4d97d773e020aa2799d93b1f3c9d2365b223e7d10667874af78985c8815
🗳️ proposal (authorizeUpgrade): 0x949448b99eb81901b1c875db565bd4ff9018c378bafb3d35c0041d01df6c21a3
📦 IPFS:                        QmdyQ98g7sMJnuBM7HDUMm4aUQ1yMVGfVwMziWvvxmFR54

Shiden

✨ spec_version:                107
🏋 Runtime Size:                1628633
🗜 Compressed:                  Yes
🎁 Metadata version:            14
🗳️ sha256:                      0x8f1af02deb610ecf02d8d6de7ac551e98049987f8887422b810a7a52a06bbfc4
🗳️ blake2-256:                  0x39d6cd971df0d80aa2a35a35bc4da48aec264c66b34cd66f00f7ef5d11e140c8
🗳️ proposal (authorizeUpgrade): 0xc2f4c0568871451fecdd7f03087b7cae858d2b034bf63a478503131ff10555d8
📦 IPFS:                        QmU3xQGpyDcTHhr5ZteucMUUX9nwgzEGvhiv77xiq8fMaQ

Astar

✨ spec_version:                67
🏋 Runtime Size:                1617679
🗜 Compressed:                  Yes
🎁 Metadata version:            14
🗳️ sha256:                      0xb73e87b379b973ae45d19301705ee90f3ee1e279e0e912499d806ad2d3488988
🗳️ blake2-256:                  0x8770c76d46ca8b256d88656bed17123e85bf959f6acca767730654a91cc0b33b
🗳️ proposal (authorizeUpgrade): 0x40a21a4e2669826d0a2dc679d1f964f089513a1d422ffa5525f0a6e90efd994e
📦 IPFS:                        Qmf5MGqAwM5dFv6jRHHgbuKLwC1ntUk3KgfQziK9rWgS8y

Build Info

WASM runtime built using rustc 1.66.1 (90743e729 2023-01-10)

Changes

Runtime

  • feat: remove deprecated functionality (#999)
  • feat: pallet_unified_accounts implementation (#1019)
  • Remove revert code for dispatch (#1031)
  • feat: dispatch precompile filter (#1022)
  • bump spec (#1032)
  • XVM error handling (#1011)
  • Add storage deposit limit param to XVM call (#1018)
  • XVM: replace MultiAddress with AccountId for ink! contracts (#1024)
  • Remove unused XCM consts (#1026)

Others

  • Added concurrency for cancel previous runs (#1029)

Dependency Changes

Astar: v5.18.1...v5.19.0
Substrate: paritytech/substrate@5e49f6e...5e49f6e
Polkadot: paritytech/polkadot@ba42b9c...ba42b9c
Cumulus: paritytech/cumulus@b8999fc...b8999fc
Frontier: AstarNetwork/frontier@46cd859...46cd859

Download Links

Arch Link
MacOS x86_64 Download
Ubuntu x86_64 Download
Ubuntu aarch64 Download

v5.18.1

25 Sep 09:19
6762937
Compare
Choose a tag to compare

Description

This is a client only release.
Small bug was fixed and clients are encouraged to upgrade ASAP.

Upgrade priority: HIGH

Changes

Client

  • Update chain specs: Rocstar Shibuya and Tokyo (#1010)
  • Fix/bump quinn proto (#1028)

Runtime

  • XVM error handling (#1011)
  • Add storage deposit limit param to XVM call (#1018)
  • XVM: replace MultiAddress with AccountId for ink! contracts (#1024)
  • Remove unused XCM consts (#1026)

Others

  • Exempt project items from stale check (#1020)

Dependency Changes

Astar: v5.18.0...v5.18.1
Substrate: paritytech/substrate@5e49f6e...5e49f6e
Polkadot: paritytech/polkadot@ba42b9c...ba42b9c
Cumulus: paritytech/cumulus@b8999fc...b8999fc
Frontier: AstarNetwork/frontier@46cd859...46cd859

Download Links

Arch Link
MacOS x86_64 Download
Ubuntu x86_64 Download
Ubuntu aarch64 Download

v5.18.0

23 Aug 12:23
cfb7792
Compare
Choose a tag to compare

Description

No client changes, runtime changes only.

  • Batch Precompile added to Shiden & Astar
  • XTokens added to Astar

Upgrade priority: LOW

Runtimes

Shibuya

✨ spec_version:                108
🏋 Runtime Size:                1806074
🗜 Compressed:                  Yes
🎁 Metadata version:            14
🗳️ sha256:                      0xced6f4c988ccc2d4eaaa50fa340fe1782bd02f01b8cb31df083ad8f70881c483
🗳️ blake2-256:                  0x9379cb49fb88fbf7125adaeb890c1f2f4b30df6b8535fb6a9dab4b9abc6db004
🗳️ proposal (authorizeUpgrade): 0x1b0eadab3d6c91e29464fe3344d27648905f7324a5291cdcdf2ddb0961bf9b43
📦 IPFS:                        QmRah6vpo1K1HwWPyK8EZCTGoH7qCeWNcWuVbADPwnXqmU

Shiden

✨ spec_version:                106
🏋 Runtime Size:                1656859
🗜 Compressed:                  Yes
🎁 Metadata version:            14
🗳️ sha256:                      0x74237ccedddbce9971611a0d019b067d99455b28da5eb27d3937151de7ace2b0
🗳️ blake2-256:                  0x8bc541d1f58be36e56ffdbdb9b6c6383348f34c3353217585d8736a46f554232
🗳️ proposal (authorizeUpgrade): 0x71d2b605e95682ad49c9fadfa2ddb325ca34a5ff2bb62afa457036bc71bd2be9
📦 IPFS:                        QmWnN37GVp2ihpPRrvGRAByFgfSoUo4Rhrp5igDijqRrKi

Astar

✨ spec_version:                66
🏋 Runtime Size:                1639994
🗜 Compressed:                  Yes
🎁 Metadata version:            14
🗳️ sha256:                      0x5a7e5871091923be65db9f6f9cd87bac6e5ae6c7c18da1705afc027ea6a8fcac
🗳️ blake2-256:                  0x80aadbadb0cc1258144daa3514b5cab0feb0478b3415de02a04c6e0df1ffff55
🗳️ proposal (authorizeUpgrade): 0xcbfa6edbeb0739414d19d0f08c7cac0ea1d2c56c5cc139c55377d6a4e32987ee
📦 IPFS:                        QmR7uZaMMCciCbUhrpNzfqHNgWDYp2wkhwJ5mjTJfDtEbF

Build Info

WASM runtime built using rustc 1.66.1 (90743e729 2023-01-10)

Changes

Runtime

  • orml-xtokens Astar integration. (#1000)
  • add batch-precompile to shiden and astar (#1006)
  • chore: release v5.18.0 prep (#1008)

Dependency Changes

Astar: v5.17.0...v5.18.0
Substrate: paritytech/substrate@5e49f6e...5e49f6e
Polkadot: paritytech/polkadot@ba42b9c...ba42b9c
Cumulus: paritytech/cumulus@b8999fc...b8999fc
Frontier: AstarNetwork/frontier@46cd859...46cd859

Download Links

Arch Link
MacOS x86_64 Download
Ubuntu x86_64 Download
Ubuntu aarch64 Download

v5.17.0

15 Aug 09:17
af6bea7
Compare
Choose a tag to compare

Description

No client changes, runtime changes only.

  • Batch Precompile added to Shibuya
  • XVM Improvements in Shibuya
  • Automatic XC20 Revert code registration added to all runtimes

Upgrade priority: LOW

Runtimes

Shibuya

✨ spec_version:                107
🏋 Runtime Size:                1810742
🗜 Compressed:                  Yes
🎁 Metadata version:            14
🗳️ sha256:                      0x24bf1d9e23fed0ab3e7f62cbe1f93e87a26d35c3478e7f7c3be611e8fb01ef17
🗳️ blake2-256:                  0xfaa5b3d7c9b7f6cb85e92b9dacbea59eca7350b5301fb5e1b04d8a5d95163bf6
🗳️ proposal (authorizeUpgrade): 0x8548843a78eabe88f80fb5333c3b74d06562296827230ce1529f1eac05786b01
📦 IPFS:                        QmP4zPpsaPDjcxZqKZ7EnZhznYiENSBDmS8TDoN71UkGxs

Shiden

✨ spec_version:                105
🏋 Runtime Size:                1648225
🗜 Compressed:                  Yes
🎁 Metadata version:            14
🗳️ sha256:                      0xbd355576d73b09864628ffce174c119cfde0e97ad341dd71c0ef312a64e2d00b
🗳️ blake2-256:                  0xb09d4d5980e595599cc9e351ab08fa6922859e63e96c7a9b4ed96732c3cd0daa
🗳️ proposal (authorizeUpgrade): 0xdda2a355decf08bd3535079abf0c7d0d9908ef3a8247336a6d9119015a2b9d60
📦 IPFS:                        QmVBYe6qvam74uH5mYzSX3p3c2P9VyN8Vt9Mud4FmXSRQh

Astar

✨ spec_version:                65
🏋 Runtime Size:                1608650
🗜 Compressed:                  Yes
🎁 Metadata version:            14
🗳️ sha256:                      0x9444f7d3be11375ba701fb1d941e2d76c3e8e3c9eafed6fa8d0e731aeced71ab
🗳️ blake2-256:                  0xc1365c84fca84c34b034f66d0db00bbf383548abb9b7e008dd542c6c5ee8ee06
🗳️ proposal (authorizeUpgrade): 0x69a03b87ffbf4b8ba09b10d79f6610023acded1f894ba5f2104204fffac17d6e
📦 IPFS:                        Qma1SSw28VJDaNnjTQ1W758KTnpCDV4yWyBqJqGL663ZA9

Build Info

WASM runtime built using rustc 1.66.1 (90743e729 2023-01-10)

Changes

Runtime

  • Cross-VM payable calls & XVM tests (#988)
  • pallet-xvm refactor follow-up (#998)
  • feat: add batch precompile (#989)
  • Automatic EVM revert code registration for XC20 (#1001)
  • chore: release v5.17.0 prep (#1002)
  • chore: bump shibuya spec (#1003)

Others

  • Fix for rpc port (#994)
  • Add version to tracing runtimes (#995)

Dependency Changes

Astar: v5.16.1...v5.17.0
Substrate: paritytech/substrate@5e49f6e...5e49f6e
Polkadot: paritytech/polkadot@ba42b9c...ba42b9c
Cumulus: paritytech/cumulus@b8999fc...b8999fc
Frontier: AstarNetwork/frontier@46cd859...46cd859

Download Links

Arch Link
MacOS x86_64 Download
Ubuntu x86_64 Download
Ubuntu aarch64 Download

v5.16.1

04 Aug 07:18
v5.16.1
79d4568
Compare
Choose a tag to compare

Description

This is a client change release only.
Applies changes to Tokyo validators required to sync Shibuya relay chain node from scratch.
Also includes fix for EVM tracing client.

Upgrade priority: HIGH for Shibuya node operators.

Changes

Client

  • New Tokyo chainspecs (#992)
  • Remove txpool from non-tracing build (#993)

Runtime

None

Others

  • Fix rpc tests issues (#985)
  • pallet-xvm refactor (#980)

Dependency Changes

Astar: v5.15.0...v5.16.1
Substrate: paritytech/substrate@5e49f6e...5e49f6e
Polkadot: paritytech/polkadot@ba42b9c...ba42b9c
Cumulus: paritytech/cumulus@b8999fc...b8999fc
Frontier: AstarNetwork/frontier@46cd859...46cd859

Download Links

Arch Link
MacOS x86_64 Download
Ubuntu x86_64 Download
Ubuntu aarch64 Download

v5.15.0

27 Jul 06:47
v5.15.0
b83fea8
Compare
Choose a tag to compare

Description

Uplift dependencies from polkadot-v0.9.39 to polkadot-v0.9.43.

Notable Impacts

Client

  • paritytech/substrate#13384
    • breaking change for old CLI interface
    • please refer to Astar docs for the updated node starting command sequence

Runtime

  • paritytech/substrate#12951
    • users can NO LONGER have their entire balance reserved - at least the existential deposit has to be free
  • paritytech/polkadot#7329
    • not part of polkadot-v0.9.43 but integrated manually
    • breaking change for Shibuya, new feature for Shiden, not yet available on Astar

Tools

  • xcm-tools have been updated to support new remote account derivation scheme
  • more information available in the official Astar docs

Upgrade priority: HIGH

Node Operators - please make sure to modify your CLI sequence as explained here or just check official Astar documentation.

For more info, check the forum post.

Runtimes

Shibuya

✨ spec_version:                105
🏋 Runtime Size:                1806587
🗜 Compressed:                  Yes
🎁 Metadata version:            14
🗳️ sha256:                      0x4d40a3d5e6399d5e7e63086dc668f2a38dadc0741bab436e5a1fa79113aec661
🗳️ blake2-256:                  0xba093d09cc92e9aff579f741b08e683352ebecfa39e690cb69d9a24dcdae062a
🗳️ proposal (authorizeUpgrade): 0x5ef68dccea28c538692ca7ee49fc233cec3f9500fb48dbb563e1c06dc6887576
📦 IPFS:                        Qmeo3V8SvP7NMgHzeDB5WgQJhZTC6ZbGYmM65pU2Dh4Pqy

Shiden

✨ spec_version:                104
🏋 Runtime Size:                1648982
🗜 Compressed:                  Yes
🎁 Metadata version:            14
🗳️ sha256:                      0xce37f61bd26b70a0d6ae1e80a581b0eb4b137bc6d879d368896307e409542cc3
🗳️ blake2-256:                  0x839321b7f9a5e920bafa2fc38e2709663038a6c0ab51d99e5e361c95e1db0e32
🗳️ proposal (authorizeUpgrade): 0xfdeb3ef78f85aed40a26cec425dee84091a122f645776eefb17c1d36a3c94490
📦 IPFS:                        QmcQn14ENBJpDcVNXLFRq7bDTwMuEa1G73qKoMWkfAmTqp

Astar

✨ spec_version:                64
🏋 Runtime Size:                1609498
🗜 Compressed:                  Yes
🎁 Metadata version:            14
🗳️ sha256:                      0x926e9729242615d33e4134ccb8f3a1ad9179664c112869520328d2179d27a5a3
🗳️ blake2-256:                  0x8c3b4f6e31f79241293b34f51d07c3cfe463ef6e234bbd5e656e88aa048a7414
🗳️ proposal (authorizeUpgrade): 0x53e7234b91c1f2e129bf83773fbdcafeaececb82692f9c09c89b805d0b592c41
📦 IPFS:                        QmZYRm9pBLzSGohp5mf4Lu8YieiPY8uVutJKxsUrh9PkMo

Build Info

WASM runtime built using rustc 1.66.1 (90743e729 2023-01-10)

Changes

Client

  • Update Tokyo and Shibuya chain specs (#969)
  • Update to polkadot-v0.9.40 (#948)
  • Update Astar and Shiden all bootnodes (#977)
  • Feat/polkadot v0.9.43 uplift (#978)

Runtime

  • Update to polkadot-v0.9.40 (#948)
  • Remote & Cross-VM Ethereum transaction support (#967)
  • FreeBalance as default dapp-staking reward destination (#975)
  • pallet-ethereum-checked integration (#976)
  • Feat/polkadot v0.9.43 uplift (#978)

Others

  • Fix/workflow (#954)
  • Removes Android libs in runner machine to save some disk space (#968)
  • chore: remove legacy terminated Astar's OnFinality bootnodes (#952)
  • add Primitive types (#961)
  • coverage workflow - Free disk space (#983)
  • feat: add async XCM contract call scenario (#941)

Dependency Changes

Astar: v5.11.0...v5.15.0
Substrate: paritytech/substrate@8c4b845...5e49f6e
Polkadot: paritytech/polkadot@c22e1c4...ba42b9c
Cumulus: paritytech/cumulus@d6eef14...b8999fc
Frontier: AstarNetwork/frontier@873d9f5...46cd859

Download Links

Arch Link
MacOS x86_64 Download
Ubuntu x86_64 Download
Ubuntu aarch64 Download

v5.11.0

26 Jun 06:30
v5.11.0
5187393
Compare
Choose a tag to compare

Description

No client changes.
Runtime updated with improved XCM transact filter.

Upgrade priority: LOW

Runtimes

Shibuya

✨ spec_version:                101
🏋 Runtime Size:                1661585
🗜 Compressed:                  Yes
🎁 Metadata version:            14
🗳️ sha256:                      0xe7cfab25699adbc63ea0712f146adc77b6e0a815c451eb7a9091fe5a1dce9399
🗳️ blake2-256:                  0x938657bbb9d1fd9acaa6166a7ad92a3fa81a68505a09009b382e5b1733c61a21
🗳️ proposal (authorizeUpgrade): 0xb7845c5b896a01862f1ab4a6e31b68043a7eea8d15984c449c4fbe06326c8e59
📦 IPFS:                        QmQxHan9t1wRLkz8aRQuPVwh7o6WoYGUxCxbhCMrbJv8Ce

Shiden

✨ spec_version:                101
🏋 Runtime Size:                1518300
🗜 Compressed:                  Yes
🎁 Metadata version:            14
🗳️ sha256:                      0xb886220dd384a2ec9a1e6b7039ae1ad3777e29e8c699479addcfbcf92b489b32
🗳️ blake2-256:                  0x78b96c7dad6eaff174ad80b3eab02afa526c8719628825db545b9689879b43ca
🗳️ proposal (authorizeUpgrade): 0xb75c23cb9bea45cb0c99034c51e6b098bfc1fa7725040546cd81d5e9a4c26b9f
📦 IPFS:                        Qme3gR55ZtBt5Gw9QZgxAN1NJGqfVg1wFoV2e5LWH8BBN5

Astar

✨ spec_version:                61
🏋 Runtime Size:                1492623
🗜 Compressed:                  Yes
🎁 Metadata version:            14
🗳️ sha256:                      0x78a958fbf71e61e73f0d23760739e738c0ed1aee6e4a45a4f2b91a75c6b8c0d7
🗳️ blake2-256:                  0x031db842c12b9d51da078c3cfa2002692571f78046e141cd9f4ff088fd769c53
🗳️ proposal (authorizeUpgrade): 0x1b2d576f579e443305b8abe7b5ad4540efeb8fa5ddaf8f66917134d1fcef3e89
📦 IPFS:                        QmWoJViwh5NHij7FDNdA6719Ap7suaQR7Rh3EEp2hBgsbz

Build Info

WASM runtime built using rustc 1.66.1 (90743e729 2023-01-10)

Changes

Client

None

Runtime

  • XCM Transact safe call filter update (#956)

Others

  • adding runner disk cleanup to workflow (#953)
  • Merge astar-frame (#957)

Dependency Changes

Astar: v5.10.0...v5.11.0
Substrate: paritytech/substrate@8c4b845...8c4b845
Polkadot: paritytech/polkadot@c22e1c4...c22e1c4
Cumulus: paritytech/cumulus@d6eef14...d6eef14
Frontier: AstarNetwork/frontier@873d9f5...873d9f5

Download Links

Arch Link
MacOS x86_64 Download
Ubuntu x86_64 Download
Ubuntu aarch64 Download

v5.10.0

07 Jun 11:11
v5.10.0
a952a4d
Compare
Choose a tag to compare

Description

XTokens integrated into Shiden runtime, and Proxy added to `Astar.
No client changes.

Upgrade priority: LOW

Runtimes

Shibuya

✨ spec_version:                101
🏋 Runtime Size:                1661089
🗜 Compressed:                  Yes
🎁 Metadata version:            14
🗳️ sha256:                      0xe797a86af8be033e0457085e67ca8930d997908e932d083181f23b065eb05fe1
🗳️ blake2-256:                  0x24d87f49854ca393df81237ee4ac5b2ccba56120ace379f37e0ca327eff967ac
🗳️ proposal (authorizeUpgrade): 0xa94845329b7aae2eff3b3fd3930c9237bc25b5d3234671e37d88efe46c9eeb03
📦 IPFS:                        QmWBMmX51Pd4aSSyavDim4vfYBfhK4sNrUK4sRNiqw5pLi

Shiden

✨ spec_version:                100
🏋 Runtime Size:                1520042
🗜 Compressed:                  Yes
🎁 Metadata version:            14
🗳️ sha256:                      0xb5a1f7bea4b4a32b1442b0da358302ddcf62af0c6636b3bcd97a3a6b12e05515
🗳️ blake2-256:                  0xfa1838d8578a2d41b34920256288c9e8421cd33b0a977a998a44d6d0e5f94e31
🗳️ proposal (authorizeUpgrade): 0x1dc2378524e3a72d084ea1b470ea21268308bbf2983d880a3aebef1c4565442c
📦 IPFS:                        QmNkg1jMNeDUw5HzYSff1ivFKxAbdfWuz1exf2LGqssPs7

Astar

✨ spec_version:                60
🏋 Runtime Size:                1493591
🗜 Compressed:                  Yes
🎁 Metadata version:            14
🗳️ sha256:                      0x9bfd24bc8ad6cd46287071dbb4362d28eba30db7e6dea6483713102af5cf0cb3
🗳️ blake2-256:                  0xe45cb54bfa0be949e08c5f49f50c0ede34a4048b6b84b6abf841fedee08cc017
🗳️ proposal (authorizeUpgrade): 0x42208bf4b8ffa91529d25da74208fcace85728a542c34ef775d8df2bed86db2b
📦 IPFS:                        QmTZ9rojcz6Trp9bk26cjHVet4zKGUm3rGB7JLqqFNccbW

Build Info

WASM runtime built using rustc 1.66.1 (90743e729 2023-01-10)

Changes

Client

None

Runtime

  • Integrate orml-xtokens into Shiden (#944)
  • feat: add pallet proxy to astar (#926)
  • Bump shiden spec version (#951)

Others

  • Integration tests setup (#947)

Dependency Changes

Astar: v5.9.0...v5.10.0
Substrate: paritytech/substrate@8c4b845...8c4b845
Polkadot: paritytech/polkadot@c22e1c4...c22e1c4
Cumulus: paritytech/cumulus@d6eef14...d6eef14
Frontier: AstarNetwork/frontier@873d9f5...873d9f5
Astar-frame: AstarNetwork/astar-frame@a3f2149...a3f2149

Download Links

Arch Link
MacOS x86_64 Download
Ubuntu x86_64 Download
Ubuntu aarch64 Download

v5.9.0

26 May 06:49
v5.9.0
479a501
Compare
Choose a tag to compare

Description

  • XTokens pallet integrated into Shibuya
  • State trie migration preparation for all runtimes
  • Extending proxy types

Upgrade priority: LOW

Runtimes

Shibuya

✨ spec_version:                101
🏋 Runtime Size:                1660911
🗜 Compressed:                  Yes
🎁 Metadata version:            14
🗳️ sha256:                      0xe6aca5b72644ca37b56b02ebbf5e65649c3a1c6b9d08bde94143f0bc468f1470
🗳️ blake2-256:                  0x36c8bdc7d29f438e26b7c0a594f5af7a76d677885c2c1ba1d07e0440651332e7
🗳️ proposal (authorizeUpgrade): 0x60503747eef7a856ad660e66ca7ead8e41962b1e8dbcb43cb99da6ba2b3ac3d6
📦 IPFS:                        QmbQaXxrqsMTNQ6vVdy32WQvN5f3qAAe38tPoJ6Jc2t6Yi

Shiden

✨ spec_version:                99
🏋 Runtime Size:                1500964
🗜 Compressed:                  Yes
🎁 Metadata version:            14
🗳️ sha256:                      0xa00ebb9e573a3e6f28f0db8bbd063c437581af24c9a5f16915af635ca49d0fbc
🗳️ blake2-256:                  0xd7e3b511d1281f3f452b846fc9e67846e4fadb0c3dacb7e0f3fb77ad027761d0
🗳️ proposal (authorizeUpgrade): 0x8856d973402b06edaeac5a9b92fbc56d4f2ff3bebe62f20818e8f8456ebc7228
📦 IPFS:                        QmVZtgStdHFNwFzDHbFCt6vaNBUh6ADoBS6v8xCDsYZYBZ

Astar

✨ spec_version:                59
🏋 Runtime Size:                1472048
🗜 Compressed:                  Yes
🎁 Metadata version:            14
🗳️ sha256:                      0xe49724099c04588dc4527e727e287f4ad24a10ed0e262813caaadbf5a7b9f536
🗳️ blake2-256:                  0xfecd02a38f694b7fac318da19fc8e7fe30fa9a8e0d02b10909789ca2b95d4c29
🗳️ proposal (authorizeUpgrade): 0x6cae1ace94c0e5c4c24ee61d4d7475ce00474b4e4b88d13eb272d8b0b5791da9
📦 IPFS:                        QmPdGhQqMKrvunLYyuGHHGJPZk3MaDs6NUZpep1z34vUz2

Build Info

WASM runtime built using rustc 1.66.1 (90743e729 2023-01-10)

Changes

Client

  • Update tokyo chainspecs (#943)
  • Enable warp sync (#901)

Runtime

  • feat: Additional Proxy Types on shiden (#920)
  • feat: update proxy types for shibuya and update specs (#921)
  • fix: update spec_version (#923)
  • Pallet state trie migration integration (#927)
  • Integrate orml-xtokens into Shibuya (#929)
  • EVM withdraw WeightInfo (#938)
  • feat: add StakerRewardClaim proxy (#934)

Others

  • Update Discord link (#912)
  • fixes registration and transfer for xcm v3 (#902)
  • Feat/more xcm simulator tests (#918)
  • Add runtime upgrade test (#936)
  • docs: move labels info to contributions.md (#933)
  • Update contributing guidelines: signing commits required. (#932)
  • feat: enforce pr labels (#924)
  • Add EVM tracing artifacts to release CI (#919)
  • patch: fix octokit api (#940)

Dependency Changes

Astar: v5.4.0...v5.9.0
Substrate: paritytech/substrate@1837f42...8c4b845
Polkadot: paritytech/polkadot@c22e1c4...c22e1c4
Cumulus: paritytech/cumulus@d6eef14...d6eef14
Frontier: AstarNetwork/frontier@7030ab4...873d9f5
Astar-frame: AstarNetwork/astar-frame@9bbcb8d...a3f2149

Download Links

Arch Link
MacOS x86_64 Download
Ubuntu x86_64 Download
Ubuntu aarch64 Download