Skip to content

Releases: AstarNetwork/Astar

v5.27.0

18 Dec 07:26
253eea3

Choose a tag to compare

Description

For Astar runtime:

  • Added hybrid inflation model to Astar #1103

For Shibuya runtime:

  • Feat/au precompile #1080

Upgrade priority: LOW

Runtimes

Shibuya

✨ spec_version:                117
🏋 Runtime Size:                1801570
🗜 Compressed:                  Yes
🎁 Metadata version:            14
🗳️ sha256:                      0x50c961ee77a772f30a0b310a8a99d3109ac262e7241bbd91c7f71be9e4121514
🗳️ blake2-256:                  0x97fbc38838fc548fd73a637afffd1eae1e3d39507b3b3aaab9c127928be12ea8
🗳️ proposal (authorizeUpgrade): 0x2e59c17a80efb5d34d0af5f2f3a337e0b70bc466bb620a77cb6a9a35ba74d461
📦 IPFS:                        QmQUvAWoreXhJ516dFwsfZaEASWLdpkBF9qpf3REhmESTL

Shiden

✨ spec_version:                114
🏋 Runtime Size:                1620727
🗜 Compressed:                  Yes
🎁 Metadata version:            14
🗳️ sha256:                      0x94269e306efef36c337f20d82c6b9adf24e7fcacff7edcae7bcf3d211601ed7d
🗳️ blake2-256:                  0x54bb45709c00398a4226989452b3d34d8d68ad5cd7e734861006f14a37eb2188
🗳️ proposal (authorizeUpgrade): 0x7347540b9974afc37b41bd4e9679ff54c396d21e19a58496d9f20562ce64ffe6
📦 IPFS:                        QmRuKZ9NDLWxnzvEh2t5HgYUBXnGPERzJxoaRe2jFERAZ8

Astar

✨ spec_version:                74
🏋 Runtime Size:                1611017
🗜 Compressed:                  Yes
🎁 Metadata version:            14
🗳️ sha256:                      0x1230a280caa21c22d2342101e3cd3a53a47d3079f5116443603b2411954a12d5
🗳️ blake2-256:                  0xf0732ca69fec86a221241a3e3ffcbc4fb64a61ebc7aa85e9c0235b3688c25c9b
🗳️ proposal (authorizeUpgrade): 0x7cae113bbc38525f1453cd67a42fbca6be7d7d02c4cb733e1886aef3b85c3b8c
📦 IPFS:                        QmWA3iKDiyMj8d1SaG9p2hvuCRqTYxnVBsHwnLh2CQCVzZ

Build Info

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

Changes

Client

None

Runtime

  • Added hybrid inflation model to Astar #1103
  • Feat/au precompile #1080

Dependency Changes

Astar: v5.26.0...v5.27.0
Substrate: paritytech/substrate@5e49f6e...5e49f6e
Polkadot: paritytech/polkadot@ba42b9c...ba42b9c
Cumulus: paritytech/cumulus@b8999fc...b8999fc
Frontier: AstarNetwork/frontier@a548154...a548154

Download Links

Arch Link
MacOS x86_64 Download
Ubuntu x86_64 Download
Ubuntu aarch64 Download

v5.26.0

06 Dec 08:26
1cff317

Choose a tag to compare

Description

This runtime release includes several changes:

For all runtimes:

  • Reducing XCM fees when paid in native. (#1092)

For Shiden runtime:

  • Add Hybrid Inflation (#1095)

For Shibuya runtime:

  • Account Unification: fix(AU): [AST-1] prevent account from being reaped while charging fee (#1094)

Upgrade priority: LOW

Runtimes

Shibuya

✨ spec_version:                116
🏋 Runtime Size:                1802129
🗜 Compressed:                  Yes
🎁 Metadata version:            14
🗳️ sha256:                      0x29d2c975c5c328a90a5f36212e5a9120f772304cc34044dc9a1189f573ccd0bf
🗳️ blake2-256:                  0xb5e34e3cf183087a0e8c0b346e897f1b559e0766db1799aa9818bfa27b6e2b18
🗳️ proposal (authorizeUpgrade): 0xbf93f2f2ab07aeb4772634f11a63f67e829dd421e8a6ca1f57ddd84bdc1243e1
📦 IPFS:                        QmNjd9PBbqgCxbzzejxpR7BdbEvr2qCaE4Vd8Tgscyus3M

Shiden

✨ spec_version:                113
🏋 Runtime Size:                1621335
🗜 Compressed:                  Yes
🎁 Metadata version:            14
🗳️ sha256:                      0x936e03101a7a33c731f488928b1e0181a91230e25b3a77697d485d2155491dbf
🗳️ blake2-256:                  0xaf65e68af0e1212071b01a78529483c89e31c13039ded6ffb3768c01ab454fd3
🗳️ proposal (authorizeUpgrade): 0xf1c88c3fa87473d5f4c2d7fde90ef1269574e336db6848dc08691cdf6d047d26
📦 IPFS:                        Qmc1WfEjn8xV7dugFKZQ9KGSaQvrR5BrMjo9R4khAztUvp

Astar

✨ spec_version:                73
🏋 Runtime Size:                1609887
🗜 Compressed:                  Yes
🎁 Metadata version:            14
🗳️ sha256:                      0x371b9d253dd62f6690c1015911ab721d2c7ce2e07d19096dd524931d2f611c03
🗳️ blake2-256:                  0xa82d879e656d5aedc480d9fff282c4f34af39ed8854e86218c77d1a94778e018
🗳️ proposal (authorizeUpgrade): 0x187dc61aed8f3ea593087e56430bbca2388571b66abfdd651b8e6159afdea546
📦 IPFS:                        QmPXSjLy1tDCog3gKxYamtLtCdXTmGpVtNi11Y32MDRiZp

Build Info

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

Changes

Client

None

Runtime

  • XCM native fee reduction (#1092)
  • fix(AU): [AST-1] prevent account from being reaped while charging fee (#1094)
  • Add Hybrid Inflation to Shiden (#1095)

Others

Dependency Changes

Astar: v5.25.0...v5.26.0
Substrate: paritytech/substrate@5e49f6e...5e49f6e
Polkadot: paritytech/polkadot@ba42b9c...ba42b9c
Cumulus: paritytech/cumulus@b8999fc...b8999fc
Frontier: AstarNetwork/frontier@a548154...a548154

Download Links

Arch Link
MacOS x86_64 Download
Ubuntu x86_64 Download
Ubuntu aarch64 Download

v5.25.0

21 Nov 07:37
v5.25.0
cef3ab1

Choose a tag to compare

Description

This release includes a client fix for the Shiden issue with fetching earliest block via RPC.

Runtimes contain two major updates regarding tokenomics - both are steps towards Tokenomics 2.0:

  • Fee alignment is introduced into Astar, which will bring alignment between native and Ethereum fees
  • Hybrid inflation is introduced for Shibuya, which serves as a bridge between the old and new tokenomics model

Upgrade priority: MID

Runtimes

Shibuya

✨ spec_version:                115
🏋 Runtime Size:                1800827
🗜 Compressed:                  Yes
🎁 Metadata version:            14
🗳️ sha256:                      0x572b86447b73c2388b2cedccd79ae96b6af38c32f1608fe9c61f9442830f5813
🗳️ blake2-256:                  0x41448737d144970b085577e79dfdbdb1e15ab69876dac482ef200981946f73c0
🗳️ proposal (authorizeUpgrade): 0x4a5c03ab4c579f2228da404e2ee170c003a6fe6a32b9fb10d56d6709b557c087
📦 IPFS:                        QmZp3CoaJYU477L5FrDTp8DpMRoxhwzSLx6AknnwsNEi7x

Shiden

✨ spec_version:                112
🏋 Runtime Size:                1619605
🗜 Compressed:                  Yes
🎁 Metadata version:            14
🗳️ sha256:                      0x7026ea0019ed457575af5ec966b1496c42894288b86ff1709027b9f8130a8def
🗳️ blake2-256:                  0x81aaa7c234fd2ba48ad645de7190d9c216cafbbd3d07e19220fe03b1e341482e
🗳️ proposal (authorizeUpgrade): 0x948139f7e398fb32295ce25ff318cb11b25ecc3445bd01a132a6fd2c62a7f178
📦 IPFS:                        QmbqJfvGk2D94ERat21EJugJpmDTz6dD31kWiRDJCvE2jF

Astar

✨ spec_version:                72
🏋 Runtime Size:                1611976
🗜 Compressed:                  Yes
🎁 Metadata version:            14
🗳️ sha256:                      0x22a539c0ebd94f82896c2d7501a1b8d63acc78cda341ed412ecf7b0316b20eb7
🗳️ blake2-256:                  0x938dcdd90b4ffe4e8d484d56cbd87b2694572433b1006415a1b2f9c20777ea7e
🗳️ proposal (authorizeUpgrade): 0x8ea92fe47a48eb8a66a8b7c45a48c4da313d1286c752bcac36c126b586b1e9f4
📦 IPFS:                        QmQrAQeJsuwbeiLofJBsXQFhAcLP6DobkgKk7YdNtwfWxt

Build Info

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

Changes

Client

  • Shiden ethereum get_block_by_number fix (#1084)

Runtime

  • Hybrid Inflation Model (#1077)
  • Astar fee alignment (#1085)

Others

  • v5.25.0 release prep (#1089)
  • License check fix (#1082)
  • Bump axios from 1.4.0 to 1.6.1 in /tests/e2e (#1086)
  • chore: add issue template for release checklist (#1064)

Dependency Changes

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

Download Links

Arch Link
MacOS x86_64 Download
Ubuntu x86_64 Download
Ubuntu aarch64 Download

v5.24.0

08 Nov 14:24
v5.24.0
08a4b7d

Choose a tag to compare

Description

This a runtime release only.
Introduced new precompile utils to all runtimes (no breaking changes for the end users).

Upgrade priority: LOW

Runtimes

Shibuya

✨ spec_version:                114
🏋 Runtime Size:                1801478
🗜 Compressed:                  Yes
🎁 Metadata version:            14
🗳️ sha256:                      0x02ff9f657875c57b1a9c08949c1b02f57a9db5a750fbbf0a78fae347ea93e549
🗳️ blake2-256:                  0xed178bc6bfb8bb26a0c405190d045feffa5cbdf858678308407dae4b90ed5cfa
🗳️ proposal (authorizeUpgrade): 0xb8d73c458511fcd9381e2728e5c9c0e053a88d4157f04f7702c2a9b37a670c3a
📦 IPFS:                        Qmf4CcP9k5AYT7ZWF7QiZhYGJFVkme9JqwWiUVFEXD54WB

Shiden

✨ spec_version:                111
🏋 Runtime Size:                1619722
🗜 Compressed:                  Yes
🎁 Metadata version:            14
🗳️ sha256:                      0x4f85bd35adebccd33d15fca30c1ffef77a76ca11c18b0adac1156666fc7bbc3b
🗳️ blake2-256:                  0xf76f13fb87ddcef8593c03494fc2d307a10bee8a111ea76ceba4a6f18b5a17a3
🗳️ proposal (authorizeUpgrade): 0x2b0573dc2f83b38545268f140ce83ba684c23b18c040903cd8e32e10aad9e19f
📦 IPFS:                        QmVeQF9ZZnjvfWCmsv33MggPAZUh98nbUAL28cnXEy5j8P

Astar

✨ spec_version:                71
🏋 Runtime Size:                1613025
🗜 Compressed:                  Yes
🎁 Metadata version:            14
🗳️ sha256:                      0xd1fe06ede2cdcaa86cb6d30778e223f899c89308681d1426195a3e0af51dcb61
🗳️ blake2-256:                  0x3def61cdb1096c49f9705c59d16d1b16b9e4b71bfe77ee5e5553dff6467c3c12
🗳️ proposal (authorizeUpgrade): 0xda853db404d75d76f17a08c9aee95c419a09ba1fb1ec8eebee559b3f34dff7b7
📦 IPFS:                        QmbtHGhaq9W6x5bEhHmtXU4c2hXyGKVRKzmzD7MSo6uMoF

Build Info

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

Changes

Client

None

Runtime

  • Introduce precompile v2 utils & minor refactoring (#1081)

Others

None

Dependency Changes

Astar: v5.23.0...v5.24.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.23.0

03 Nov 07:53
v5.23.0
8b7214c

Choose a tag to compare

Description

Renamed Xtokens to XTokens to make it consistent with other projects.

Upgrade priority: LOW

Runtimes

Shibuya

✨ spec_version:                113
🏋 Runtime Size:                1800998
🗜 Compressed:                  Yes
🎁 Metadata version:            14
🗳️ sha256:                      0x41659d63d70afa51f802f569b4996f12551c1a51308c3cdbc5bef5698fa74334
🗳️ blake2-256:                  0x76d92a7ebc510b5ea03cca83c8146597be35bddf3dd0dc038cd7cab424b56977
🗳️ proposal (authorizeUpgrade): 0xcdcc658d84fc5bfd4d3e4faf3a08e600abc528fc7fb37f2695808135353f7cf7
📦 IPFS:                        Qmdpka72xRknyhSqtEN4cdGY4ezbdHJxaWWNq95RPsKRr7

Shiden

✨ spec_version:                110
🏋 Runtime Size:                1620922
🗜 Compressed:                  Yes
🎁 Metadata version:            14
🗳️ sha256:                      0xb231b793c267bfb4c3a4b88194bfdc4272517bb3070784b9aa391b7ebd660b08
🗳️ blake2-256:                  0xe4f14dc41fd194c66383a436ebc8f05be7e8952653407a44199e92d9148723e7
🗳️ proposal (authorizeUpgrade): 0xa849207319f035914e6a2ab431e59ac5db63fa61575bbe2b6f6728094a14fa67
📦 IPFS:                        QmP9zxCVixfnjh5YKiper2kxC7oMNbv1Aw1EWU8yRwbtWa

Astar

✨ spec_version:                70
🏋 Runtime Size:                1613277
🗜 Compressed:                  Yes
🎁 Metadata version:            14
🗳️ sha256:                      0x740d52c8dc18ef23e68e0815d64d6ec31ff7a6ec1710dab2e5993688afc49628
🗳️ blake2-256:                  0x231d1c359a7582a0ec179b645030c52502bece9e037589cf6b5dd00062056c46
🗳️ proposal (authorizeUpgrade): 0xf6d0e343678043283a66d8774361d177ae23c5112f1f8f998b900bf34cdaef6c
📦 IPFS:                        QmdmoKL38xmRkPqcwJ27hY7Ku2DbjXNnpkQVwin7Xnhkcd

Build Info

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

Changes

Client

None

Runtime

  • orml-xtokens pallet name typo fix (#1075)
  • Release v5.23.0 prep (#1076)

Others

None

Dependency Changes

Astar: v5.22.0...v5.23.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.22.0

01 Nov 01:12
2f55830

Choose a tag to compare

Description

No client changes, runtime changes only.

Changes to Shiden:

  • Fee alignment - introduce dynamic base fee

Changes to Shibuya

  • Account unification: charge storage fee on claim account
  • Add account unification Chain Extension.
  • Custom pallet-xcm fork removed from runtime
  • XVM minor improvements

Upgrade priority: LOW

Runtimes

Shibuya

✨ spec_version:                112
🏋 Runtime Size:                1801081
🗜 Compressed:                  Yes
🎁 Metadata version:            14
🗳️ sha256:                      0x2078ad9ce7d4de780e72e6fc0da03c83ceef31d26a18367220cc1e7f5209cab2
🗳️ blake2-256:                  0x87c0c40807ec16fd617eebb89edbd514c2e6bb994394be7741aaa11ef6413eb1
🗳️ proposal (authorizeUpgrade): 0x3d7cba7eefcc095f36a8bc065b5a99abe672a9b40c4c391a17fd59b0d935e4b5
📦 IPFS:                        QmZEHcYCuiwvXCKwsQdwmgYNPf4uM2Zw8T6mWA4YFDxJKM

Shiden

✨ spec_version:                109
🏋 Runtime Size:                1620634
🗜 Compressed:                  Yes
🎁 Metadata version:            14
🗳️ sha256:                      0xc9345e2ab9b0828e9360a2da17661e2e7a3e437018f22993b0ca1e3c8586fd78
🗳️ blake2-256:                  0x4d59f84ef193f942b112ed1642ae9275cc7400741094d0c3f6905dc8f99b61e2
🗳️ proposal (authorizeUpgrade): 0x104171b8044a3a84703ab7fb3e656c0076edf2e9f998b2b811ebcb1fed6a42e7
📦 IPFS:                        QmRDwpKKicQGJF9CRqkRQ6wQUdGNaQ4y6xCSYNHEyiQ35M

Astar

✨ spec_version:                69
🏋 Runtime Size:                1613286
🗜 Compressed:                  Yes
🎁 Metadata version:            14
🗳️ sha256:                      0xa3b0d0a3ede5e4c29c11090cc5335a93c26937cb84ccc7585f2b8ccbdecec534
🗳️ blake2-256:                  0x48ec4637543c417a7edf632952f14fc06067153be45485dea430f6cc63617dd3
🗳️ proposal (authorizeUpgrade): 0x98323a81f0b5579e13b72d5ee46879ac9a25299a149f8525bad730a78086f8ac
📦 IPFS:                        QmdsAaRUdbpEHFGDHRASjbuzBEyXMtgcuqLYWcs3s67CKg

Build Info

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

Changes

Client

None

Runtime

  • feat: add UnifiedAddressMapper trait impl bechmarks (#1066)
  • feat: remove AccountMapping trait (#1067)
  • Shiden fee alignment (#1071)
  • v5.22.0 release prep (#1074)

Others

  • XVM CE: Sufficient charged gas check before XVM execution. (#1073)

Dependency Changes

Astar: v5.21.0...v5.22.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.21.0

26 Oct 10:47
a8525aa

Choose a tag to compare

Description

This is a RUNTIME release only.

New XCM precompiles(XCM_v2) are introduced.

Runtimes

Shibuya

✨ spec_version:                111
🏋 Runtime Size:                1799303
🗜 Compressed:                  Yes
🎁 Metadata version:            14
🗳️ sha256:                      0xfb895fc7fabf24e3cf7775060351c52c110398c324605cb0a783ae2040ccc86e
🗳️ blake2-256:                  0x4bcdb31e2c72607b2a29edfebe143bbc4b53323237b470d25492962f7e963240
🗳️ proposal (authorizeUpgrade): 0x851afcbe3de08418408f7013d20e8448a65e66eb2c0a057aeaff15ffa4f66ebe
📦 IPFS:                        QmZp8FWERy6giJYsanQXE5BxT4phu1ftJeNTgm2hsps5ZE

Shiden

✨ spec_version:                108
🏋 Runtime Size:                1621927
🗜 Compressed:                  Yes
🎁 Metadata version:            14
🗳️ sha256:                      0x99724b5ad8880f68636c642c29dfd0b32819d4a59b3375631f29664892d2e10c
🗳️ blake2-256:                  0x512ee0c2a0e8f8e5688a8d2ca15f232456e48978b0039dc99b0363e77beefa25
🗳️ proposal (authorizeUpgrade): 0x73244610a64f4db03208f2e020adc4edc6d1f189bc29caaaa3fb6b1ced65fdd8
📦 IPFS:                        QmbzQfMXLp6wAyes7NBgo7TrjbBeLr5SipisWwLLbqX4fk

Astar

✨ spec_version:                68
🏋 Runtime Size:                1612298
🗜 Compressed:                  Yes
🎁 Metadata version:            14
🗳️ sha256:                      0x484b75413e2d3ca2e05e227fcefb0c49aa0e8be99839b0039ab4e18ba4101f97
🗳️ blake2-256:                  0x665de129373c6fc927cc5320320e120b01af446e8a04430d6649a97099b2de3b
🗳️ proposal (authorizeUpgrade): 0x80601c8829a3536d2d9a54ce3a7f142dfb30d27ec9625f6a190bebf9b10e36d8
📦 IPFS:                        QmdbBAiqiAhyJWTGL6vCsFVH23rjCRFeMjA6xJ23Zupg3W

Build Info

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

Changes

Client

None

Runtime

  • Remove batch precompile (#1047)
  • XCM Update (#1043)
  • XVM: default account mapping for Wasm contracts (#1056)
  • feat(AU): charge storage fee and add initial CE (#1058)
  • Release v5.21.0 prep (#1069)

Others

  • Bump postcss from 8.4.23 to 8.4.31 in /tests/e2e (#1040)
  • Bump zod from 3.21.4 to 3.22.3 in /tests/e2e (#1041)
  • Feat/macos build cache (#1048)
  • Multiple chain support for benchmarking (#1060)
  • Change to custom runner and enable sccache (#1065)

Dependency Changes

Astar: v5.20.0...v5.21.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.20.0

06 Oct 09:25
1317df8

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

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

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