Skip to content

Releases: moonbeam-foundation/moonbeam

Runtime 2403

27 Jul 16:28
14269dd
Compare
Choose a tag to compare

Runtimes

Moonbase

✨ spec_version                : 2403
🏋 size                        : 1656718
#️⃣ sha256                      : 0x657ac2de091c4451c5d130181c1b38dfe2c3d08a853474b042222e2131f1bb15
#️⃣ blake2-256                  : 0x27a2bd1969e0896eee4cd754ccf828c49256d5ffb19cbdb541912cccf854711e
🗳️ proposal (authorizeUpgrade) : 0xf235fe4a89ade3f291ffab0209b4c586ee05e7956a8a39684dffd5cabdae709f

Moonriver

✨ spec_version                : 2403
🏋 size                        : 1655444
#️⃣ sha256                      : 0xf85876853d21f0234abde636eedd4f023aca8a1d9b40ffd02889dfab75d9414e
#️⃣ blake2-256                  : 0x4dd120baa3497ed64fc72163ade6f55366c3fb0d58c5bcc4e307cba4811e5881
🗳️ proposal (authorizeUpgrade) : 0xceeef026ec87a1e24a7200ec00ed6006a75148e5c6937b4694e0f604db3a74e6

Moonbeam

✨ spec_version                : 2403
🏋 size                        : 1655723
#️⃣ sha256                      : 0x00e09399e59128b36ca1f3f486c55440bde35e01a07b3166b1213285a4aac154
#️⃣ blake2-256                  : 0x7e98d985f3d5fe85c76a7389e44a093edef9aefcee712a6a3cfbd99f733a6850
🗳️ proposal (authorizeUpgrade) : 0xeeddc70133ce7a482333b75851edf18ff8be6e7746543f8284679f1099c1b6fd

Build information

WASM runtime built using rustc 1.69.0 (84c898d65 2023-04-16)

Changes

This runtime fix an issue with the ERC20-XCM feature:

The cost of an erc20 transfer through XCM is static (enforced by XCM design), we initially fixed the constant to 80,000 gas, we based our decision on the fact that the ERC20 standard implementation of openzepellin use only around 33,000 gas, so 80,000 seemed a sufficiently wide limit. But with the introduction of the GMP precompile, which uses wormhole wrapped contracts with erc20 transfers through XCM, we realize that we need more gas (around 140 000). Until we find a solution in the medium term to make the cost dynamic, this new runtime increases the constant to 200,000 gas.

  • Increase erc20 xcm gas cost (#2408)

Dependency changes

Moonbeam: runtime-2402...runtime-2403
Substrate: moonbeam-foundation/substrate@e7de773...e7de773
Polkadot: moonbeam-foundation/polkadot@89fd916...89fd916
Cumulus: moonbeam-foundation/cumulus@0d8911b...0d8911b
Frontier: moonbeam-foundation/frontier@688ad3b...688ad3b

Runtime 2402

20 Jul 07:53
030f898
Compare
Choose a tag to compare

Runtimes

This runtime introduces a small change over Runtime 2401:

  • MaxVotes (number of maximum concurrent votes for a given account) for OpenGov is reduced to 20 to prevent weight limit issues (#2400)

Moonbase

✨ spec_version                : 2402
🏋 size                        : 1657215
#️⃣ sha256                      : 0x51b85314d78ee4f0614de8a12a2fe3932761e37152e74828b4156310594164fe
#️⃣ blake2-256                  : 0x335de18e770ba0d21da70eb7e800d1790f7f95f1589a1faa6fae5e7e4d7289b3
🗳️ proposal (authorizeUpgrade) : 0x04e5ad2ed783421c8eff8dcf835467d83123463dfdddf2ecd183ff636f534c77

Moonriver

✨ spec_version                : 2402
🏋 size                        : 1653662
#️⃣ sha256                      : 0x43a3b517cea4bf935adfc4cfdc0598671f248b1b1750b094d6846d0486a200c3
#️⃣ blake2-256                  : 0xbe40cfdac323bc30ecb68fc8a480e9a2f86dc2d55829628d9139f99709accad4
🗳️ proposal (authorizeUpgrade) : 0x83c850e169d132eefef09ba740f8cbdbaf110ab00050e285555dc3439ecafec3

Moonbeam

✨ spec_version                : 2402
🏋 size                        : 1655484
#️⃣ sha256                      : 0xea349d74701beb070c4a4854e60ce84f125abf4330bff41a90865ee4f3e8ba55
#️⃣ blake2-256                  : 0x25a37a3e89a310b6986e3bc61e22397b4827cf5977e53c67f2214e6ea44f813a
🗳️ proposal (authorizeUpgrade) : 0x44e4e411678d5974bdd2fe4fbae6dd1bddb0c945d5eb19151d404474a9ec7031

Build information

WASM runtime built using rustc 1.69.0 (84c898d65 2023-04-16)

Changes

  • MaxVotes (number of maximum concurrent votes for a given account) for OpenGov is reduced to 20 (#2400)

Dependency changes

Moonbeam: runtime-2401...runtime-2402
Substrate: moonbeam-foundation/substrate@e7de773...e7de773
Polkadot: moonbeam-foundation/polkadot@89fd916...89fd916
Cumulus: moonbeam-foundation/cumulus@0d8911b...0d8911b
Frontier: moonbeam-foundation/frontier@688ad3b...688ad3b

Moonbeam v0.32.1

19 Jun 16:26
6ed87ce
Compare
Choose a tag to compare

Changes

  • Fix collators not producing blocks when selected candidates is zero (#2231)
  • Update nimbus (#2267)
  • Update some dependencies (#2263)
  • eth_getLogs return expected error/message for unknown hash (#2350)
  • Client version v0.32.0 (#2352)

Dependency changes

Moonbeam: v0.31.1...v0.32.1
Substrate: moonbeam-foundation/substrate@3323a76...e7de773
Polkadot: moonbeam-foundation/polkadot@197a457...89fd916
Cumulus: moonbeam-foundation/cumulus@9a2e23c...0d8911b
Frontier: moonbeam-foundation/frontier@df4e329...688ad3b

Runtime 2401

19 Jun 20:20
b285495
Compare
Choose a tag to compare

⚠️ Breaking changes

  • parachain-staking.MinCollatorStk has been removed. Collators already need to match MinCandidateStk. (#2265)
  • 20% of the substrate tips is now paid to treasury and 80% is burned, which is consistent with all other fee behavior (#2291)
  • Adds a killswitch to GMP precompile, which disable it by default (will require governance vote to enable it) (#2292)
  • [Moonriver] Fixes Referendum Canceller Governance Track support curve (#2281)
  • [Moonbeam] Open Governance is being added (#2285). Governance v1 is kept until Open Governance is considered stable.
  • Collectives can now be configured using GeneralAdmin Open Governance track (
  • XCM DescendOrigin now derives accounts blake2_256("SiblingChain" | paraId | "AccountKey20" | address) (#2315 superseded by #2344)
  • Parachain staking Candidates are now limited to 200 (#2317)
  • EVM Gas computation now includes support for PoV size. See MBIP-6. (#2316)
  • Storage items DelegationScheduledRequests & AutoCompoundingDelegations are now bounded, introducing metadata changes. (#2202, #2317)
  • Fully migrates to XCMv3. Transactions now require an appropriate proofSize parameter to be provided (#2202)

Runtimes

Moonbase

✨ spec_version                : 2401
🏋 size                        : 1656826
#️⃣ sha256                      : 0xfa075f2d4565a7c2b01b2871f12ac53e70365ce47515ef573f9d1289b22c355a
#️⃣ blake2-256                  : 0x807988f3ebaf656bf2a3856a6adad6034a5a8b96eb677cce3e000614aa9ffd2b
🗳️ proposal (authorizeUpgrade) : 0x46179efb177b32972e16ec27282797c57033dd6ece319dac1f066eec583b16a2

Moonriver

✨ spec_version                : 2401
🏋 size                        : 1653243
#️⃣ sha256                      : 0x2b06f6660676b64e341aeb3bf6f17b8bd7884b35a3e798beeac7543d12452ab2
#️⃣ blake2-256                  : 0x8fd8f22e18638ac29c7139ceba41ac6849a58006ac532b3205280b568f61e98c
🗳️ proposal (authorizeUpgrade) : 0x129191f7301d9cc200c61433c91ef1aa82b3c9f3c4ea0b0489a92b28dfcb7525

Moonbeam

✨ spec_version                : 2401
🏋 size                        : 1655324
#️⃣ sha256                      : 0x11e3e4b5858eb3b50beb292059b3e7133389cdf83172fcccb477b19160519744
#️⃣ blake2-256                  : 0xd676391c0a3c052b862816ded0a9f7412773bb68c819fada927745b7a72a7f2d
🗳️ proposal (authorizeUpgrade) : 0x50dcab4c73f4d653ed654b081f20b97630dba4e309a1f36947b1521484e5a1d0

Build information

WASM runtime built using rustc 1.69.0 (84c898d65 2023-04-16)

Changes

  • Avoid binary search over potentially unsorted data (#2247)
  • Change GMP precompile to rely only on amount transferred (#2244)
  • Add pallet-multisig to Moonbase runtime (#2187)
  • Increase the minimum period for pallet timestamp (#2266)
  • Make XCM fee handler implementation more compliant with MultiAsset non-zero amounts (#2269)
  • Remove MinCollatorStk from parachain-staking pallet (#2265)
  • Add multisigs pallet to Moonriver and Moonbeam (#2264)
  • Fix hrmp-manage in XCM Transactor (#2306)
  • Fixes substrate tips missing treasury distribution (#2291)
  • Add Unlimited weight to Xtokens precompile (#2307)
  • Add GMP precompile killswitch (#2292)
  • Fix Moonriver ReferendumCanceller track support ceiling (#2281)
  • Add OpenGov for Moonbeam (#2285)
  • Dependency (Substrate/Polkadot/Frontier/Cumulus/...) update to v0.9.40 (#2202)
  • Update some dependencies (#2263)
  • Update evm to 0.39 (#2312)
  • XCM: Derive remote accounts according to polkadot standards (#2315)
  • Double DEFAULT_PROOF_SIZE to support staking unbond via xcm transactor (#2320)
  • Enable Xcm->Evm and Erc20Xcm on Moonriver & Moonbeam (#2318)
  • Improves benchmarks for pallet parachain-staking (#2317)
  • Introduce Weight v2 support for EVM (frontier) (#2316, #2343)
  • Add GMP precompile to Moonriver and Moonbeam runtimes (#2327)
  • Support ERC20-XCM on moonriver and moonbeam (#2334)
  • Improves XCM barrier for DescendOrigin (#2335)
  • Fixes benchmark for parachain staking delegate_with_auto_compound (#2336)
  • Adapts XCM remote account derivation to match Polkadot suggestions (#2344)
  • Removes parachain staking delegate2 unused extrinsic (#2348)
  • Ensure safe math for refunding weight (#2346)

Dependency changes

Moonbeam: runtime-2302...runtime-2401
Substrate: moonbeam-foundation/substrate@60f6004...e7de773
Polkadot: moonbeam-foundation/polkadot@197a457...89fd916
Cumulus: moonbeam-foundation/cumulus@9a2e23c...0d8911b
Frontier: moonbeam-foundation/frontier@df4e329...688ad3b

Runtime 2400

15 Jun 13:10
a3e40a9
Compare
Choose a tag to compare

⚠️ Breaking changes

  • parachain-staking.MinCollatorStk has been removed. Collators already need to match MinCandidateStk. (#2265)
  • 20% of the substrate tips is now paid to treasury and 80% is burned, which is consistent with all other fee behavior (#2291)
  • Adds a killswitch to GMP precompile, which disable it by default (will require governance vote to enable it) (#2292)
  • [Moonriver] Fixes Referendum Canceller Governance Track support curve (#2281)
  • [Moonbeam] Open Governance is being added (#2285). Governance v1 is kept until Open Governance is considered stable.
  • Collectives can now be configured using GeneralAdmin Open Governance track (
  • XCM DescendOrigin now derives accounts blake2_256("SiblingChain" | paraId | "AccountKey20" | address) (#2315 superseded by #2344)
  • Parachain staking Candidates are now limited to 200 (#2317)
  • EVM Gas computation now includes support for PoV size. See MBIP-6. (#2316)
  • Fully migrates to XCMv3. Transactions now require an appropriate proofSize parameter to be provided (#2202)

Runtimes

Moonbase

✨ spec_version                : 2400
🏋 size                        : 1657165
#️⃣ sha256                      : 0xebaf9ef1f374f5deffdb882c83edf0eaa5a931c63e68991a6cdd0a3e3864adfd
#️⃣ blake2-256                  : 0xd5720273ef64bba7cc7aa2e055b3b1bdecfe3eb6e17abedb19cc28ff853f476c
🗳️ proposal (authorizeUpgrade) : 0x44be6b1614aa907cbda26bbf260669e9b2b3de7f37ef58a503cb6d86b557d657

Moonriver

✨ spec_version                : 2400
🏋 size                        : 1653162
#️⃣ sha256                      : 0xb53597a7c12c74473e7a436d409ccaa60cc2ffc27228fe658223c480c2c59553
#️⃣ blake2-256                  : 0xd7fd94127b3137cc745dc683d28748e893e809b17102300b76fdaace8e8a4290
🗳️ proposal (authorizeUpgrade) : 0xb94b1b2ada345e40503091a26208ef2edc5d4f8506fc8af3c66884112ee3a519

Moonbeam

✨ spec_version                : 2400
🏋 size                        : 1655430
#️⃣ sha256                      : 0x3d9b4e8552eee8a20f88bf90a6641e7e68572c478adb06da5f0227c759123711
#️⃣ blake2-256                  : 0x60e0bd5ae3e803fd6b30a99b58dc3f63f385177eafca36e4dfd17a3100f4f1cf
🗳️ proposal (authorizeUpgrade) : 0xb91bfbed1fe1d715cea8cf3b3963758d181463d8c7217ec20d9452a16b1cb922

Build information

WASM runtime built using rustc 1.69.0 (84c898d65 2023-04-16)

Changes

  • Avoid binary search over potentially unsorted data (#2247)
  • Change GMP precompile to rely only on amount transferred (#2244)
  • Add pallet-multisig to Moonbase runtime (#2187)
  • Increase the minimum period for pallet timestamp (#2266)
  • Make XCM fee handler implementation more compliant with MultiAsset non-zero amounts (#2269)
  • Remove MinCollatorStk from parachain-staking pallet (#2265)
  • Add multisigs pallet to Moonriver and Moonbeam (#2264)
  • Fix hrmp-manage in XCM Transactor (#2306)
  • Fixes substrate tips missing treasury distribution (#2291)
  • Add Unlimited weight to Xtokens precompile (#2307)
  • Add GMP precompile killswitch (#2292)
  • Fix Moonriver ReferendumCanceller track support ceiling (#2281)
  • Add OpenGov for Moonbeam (#2285)
  • Dependency (Substrate/Polkadot/Frontier/Cumulus/...) update to v0.9.40 (#2202)
  • Update some dependencies (#2263)
  • Update evm to 0.39 (#2312)
  • XCM: Derive remote accounts according to polkadot standards (#2315)
  • Double DEFAULT_PROOF_SIZE to support staking unbond via xcm transactor (#2320)
  • Enable Xcm->Evm and Erc20Xcm on Moonriver & Moonbeam (#2318)
  • Improves benchmarks for pallet parachain-staking (#2317)
  • Introduce Weight v2 support for EVM (frontier) (#2316, #2343)
  • Add GMP precompile to Moonriver and Moonbeam runtimes (#2327)
  • Support ERC20-XCM on moonriver and moonbeam (#2334)
  • Improves XCM barrier for DescendOrigin (#2335)
  • Fixes benchmark for parachain staking delegate_with_auto_compound (#2336)
  • Adapts XCM remote account derivation to match Polkadot suggestions (#2344)
  • Removes parachain staking delegate2 unused extrinsic (#2348)
  • Ensure safe math for refunding weight (#2346)

Dependency changes

Moonbeam: runtime-2302...runtime-2400
Substrate: moonbeam-foundation/substrate@60f6004...e7de773
Polkadot: moonbeam-foundation/polkadot@197a457...89fd916
Cumulus: moonbeam-foundation/cumulus@9a2e23c...0d8911b
Frontier: moonbeam-foundation/frontier@df4e329...c6f66e4

Runtime 2302

20 Apr 18:56
Compare
Choose a tag to compare

This version introduces a hotfix for RT2301 GMP precompile (Alphanet only) and Referenda Precompile (Alphanet & Moonriver)

Runtimes

Moonbase

✨ spec_version                : 2302
🏋 size                        : 1607803
#️⃣ sha256                      : 0x138ff85e038d6d94aa7bb8e88d9c28184f77a9045c17020ab7b51234c40b326c
#️⃣ blake2-256                  : 0x36d67e257fe7313177fd61b841a9f4516b2dfbdb49553e1d47aa75c163811105
🗳️ proposal (authorizeUpgrade) : 0x04a82a6669f3de418a970ce714ab96fdf6d0c1ddc45b4cdf8fe344c2935e08ec

Moonriver

✨ spec_version                : 2302
🏋 size                        : 1564156
#️⃣ sha256                      : 0x8bb9e3b1fbbb0e47701f185353933ede5a094ca17ea9677cdb46a1de241511f5
#️⃣ blake2-256                  : 0x1737bf867592a82cb15d26c1da8f044fe56bff4e36c53ee6eab902e917dbbd8b
🗳️ proposal (authorizeUpgrade) : 0xfd766195127b3ea7e0e0e5ce60b344978f9c43efebdb3c75ed1a988d6389bbb3

Moonbeam

✨ spec_version                : 2302
🏋 size                        : 1482042
#️⃣ sha256                      : 0x4e62a40b1f72e9e527b5bf42b4d38d823526046d044706592271ff301e3c2ab7
#️⃣ blake2-256                  : 0x32e9b1f9c0b02e36ec11b5167c7e7a00d24222061b4769e03517ab2e2ee6170c
🗳️ proposal (authorizeUpgrade) : 0x77c90b9efd2e8b897fbb7a890b4313b344890963379e502c92f38acb24342e3d

Build information

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

Changes

  • Avoid binary search over potentially unsorted data (#2247)
  • GMP: Rely only on amount transferred (#2244)

Dependency changes

Moonbeam: runtime-2301...runtime-2302
Substrate: moonbeam-foundation/substrate@60f6004...60f6004
Polkadot: moonbeam-foundation/polkadot@197a457...197a457
Cumulus: moonbeam-foundation/cumulus@9a2e23c...9a2e23c
Frontier: moonbeam-foundation/frontier@df4e329...df4e329

Moonbeam v0.31.1

17 Apr 20:42
b71106f
Compare
Choose a tag to compare

Changes

  • Update library dependencies (#2178)
  • Update Moonriver bootnodes (#2190)
  • Allows Ethereum Tracing with Collator (#2163)
  • Add Dynamic Fee support for Moonbeam (#2166)
  • Enable eth_call state override (#2219)
  • Update Moonbeam bootnodes (#2223)
  • Update Substrate/Polkadot/Cumulus/Frontier dependency to 0.9.38 (#2145)

Dependency changes

Moonbeam: v0.30.3...v0.31.1
Substrate: moonbeam-foundation/substrate@e66537f...3323a76
Polkadot: moonbeam-foundation/polkadot@b4b818d...197a457
Cumulus: moonbeam-foundation/cumulus@5f977c2...9a2e23c
Frontier: moonbeam-foundation/frontier@8e2ad96...df4e329

Runtime 2301

15 Apr 09:21
Compare
Choose a tag to compare

Breaking changes

  • Referenda Pallet:
    • The following invariants of ReferendumInfo - Approved, Rejected, Cancelled, TimedOut now have their second parameter optional, Option<Deposit<AccountId, Balance>>, which was previously Deposit<AccountId, Balance>. (see #2134)
    • Root (Governance v1) can Kill/Cancel an OpenGov referendum. (see #2151)
    • General Admin track can now be used to set members of collectives (see #2195)
  • Author selection: Moonbeam is now relying on pallet Randomness for block authoring selection. Alphanet & Moonriver were already changed (see #2135)
  • Staking:
    • [Moonriver] Changed both MinCandidateStk and MinCollatorStk constants to the value of 10,000 MOVR. (see #2139)
    • [Moonbeam] Changed both MinCandidateStk and MinCollatorStk constants to the value of 2,000,000 GLMR. (see #2174)
  • The runtimes are not accepting anymore the 0x000...000 address as a valid sender (see #2172)
  • XCM:
    • Migration of XCM Transactor v2 to v3, includes many changes, see #2145 for complete list
    • The maximum number of "weighable" assets has been reduced from 100 to 64.
  • Fees: Moonbeam is now using our dynamic fee algorithm (see #2166)
    • Minimum multiplier set to a gas price of 125 gwei (was previously fixed to 100 gwei)
    • Algorithm responsiveness tuned to double/halve in 1 hour

Runtimes

Moonbase

✨ spec_version                : 2301
🏋 size                        : 1607342
#️⃣ sha256                      : 0x99672d58146eecaac561e5c5d34b729bf0aef8ad32f790d69f446c1319f6b508
#️⃣ blake2-256                  : 0x444d18a9110e2b54b2ae9da894a2a648291699b3ed27bf2aeca7a5e4bc6321e0
🗳️ proposal (authorizeUpgrade) : 0x12a80ae6183d5e9851fe20051feed7370067460437d36fce5b1eab610163f82b

Moonriver

✨ spec_version                : 2301
🏋 size                        : 1564080
#️⃣ sha256                      : 0xc1572b0f9f9bbebf01db95074d66efabbede91e0c0c9dba1439c98baebf39d37
#️⃣ blake2-256                  : 0xaa4d243a65124c49847d6d9c67ebfde9a0e8e316696683f5c14cd3f2200a0d03
🗳️ proposal (authorizeUpgrade) : 0x58cda1603e863766f205999caacb5421115ffa0b4d45e9886d1f1c5ead505e4e

Moonbeam

✨ spec_version                : 2301
🏋 size                        : 1482045
#️⃣ sha256                      : 0xcb2e90ab44c6bc31ff4f816ebd6fca2fbe3f4e64388d6ace19dfeaf661b3e800
#️⃣ blake2-256                  : 0xa98aa21fbe130e083e9ae7eaa54fb5936e1adb84ff2a1a3472362d2634a3f47d
🗳️ proposal (authorizeUpgrade) : 0xbfba2545640461893853e80266e49bc986f17cd8e10d28546f1b2e71ba1e1b22

Build information

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

Changes

  • Bump runtime version to 2300 (#2125)
  • Add pallet referenda migration for referendumInfo (#2134)
  • Add randomness pallet as author filter source to moonbeam (#2135)
  • Add more AuthorMapping precompile getters (#2143)
  • Allow calling proxy.proxy from smart contracts in moonbase (#2148)
  • Allow Root to Kill/Cancel referendum for OpenGov (#2151)
  • Optimize compute_top_candidates (#2123)
  • Update collator candidate self-bond in Moonriver (#2139)
  • Add HRMP Cancel variant to hrmp_manage (#2159)
  • Add CheckNonZeroSender on SignedExtra (#2172)
  • Allow proxy precompile to perform subcalls and to be callable from batch on Moonriver/Moonbeam (#2177)
  • Update some dependencies (#2178)
  • Modify RelayEncoder precompile to accept HRMP Cancel variant (#2179)
  • Add conviction voting Split, SplitAbstain vote options (#2169)
  • Add new precompile PrecompileRegistry (#2138, #2204)
  • Update Substrate/Polkadot/Cumulus/Frontier dependency to 0.9.38 (#2145)
  • Forbid precompile proxy call on behalf of a Smart Contract (#2171)
  • Update collator candidate self-bond in Moonbeam (#2174)
  • Allow GeneralAdmin track to change Council/TC members (#2195)
  • Switch to stable rust and make rust debug build usable (#2207)
  • Add xcm-transactor V2 precompile to moonriver/moonbeam (#2206)
  • Add method removeVoteForTrack to ConvictionVoting precompile (#2201)
  • Limit the max number of assets weighable in XCM (#2215)
  • Add Dynamic Fee support for Moonbeam (#2166)
  • Expose VotingFor and ClassLocksFor in ConvictionVoting precompile (#2220)
  • Add experimental GMP Precompile [Moonbase only] (#2155)
  • Improve XCM v2 compatibility modifying proof size (#2228)

Dependency changes

Moonbeam: runtime-2300...runtime-2301
Substrate: moonbeam-foundation/substrate@60f6004...60f6004
Polkadot: moonbeam-foundation/polkadot@197a457...197a457
Cumulus: moonbeam-foundation/cumulus@9a2e23c...9a2e23c
Frontier: moonbeam-foundation/frontier@df4e329...df4e329

Moonbeam v0.30.3

05 Apr 19:50
Compare
Choose a tag to compare

Priority

High❗for Moonbeam network : This client fix allows to synchronize blocks after #3291299
Low for Alphanet & Moonriver

Changes

  • Prevent Wasm Heap Page allocation from on-chain storage.

Dependency changes

Moonbeam: v0.30.1...v0.30.3
Substrate: moonbeam-foundation/substrate@5892a2a...e66537f

Moonbeam v0.30.1

31 Mar 10:51
Compare
Choose a tag to compare

Warning: the logs still shows v0.30.0 but the binary does contain the fix.

This client version fixes the block production process which could by mistake include a transaction even if it exceeds the allowed Proof Size (limited by the Relay to 5Mb currently)

Priorities

  • Collators: High❗
  • Others: Low

Changes

Dependency changes

Moonbeam: v0.30.0...v0.30.1
Substrate: moonbeam-foundation/substrate@946507b...5892a2a
Polkadot: moonbeam-foundation/polkadot@b4b818d...b4b818d
Cumulus: moonbeam-foundation/cumulus@5f977c2...5f977c2
Frontier: moonbeam-foundation/frontier@8e2ad96...8e2ad96