moonbeam

An Ethereum-compatible smart contract parachain on Polkadot

GPL-3.0 License

Downloads
3.3K
Stars
920
Committers
59

Bot releases are visible (Hide)

moonbeam - Moonbeam v0.40.1

Published by github-actions[bot] 23 days ago

moonbeam - Runtime 3102

Published by github-actions[bot] 29 days ago

⚠️ For Moonbeam Only

This release contains only changes for Moonbeam and will not be deployed to other networks

Runtimes

Moonbeam

✨ spec_version                : 3102
🏋 size                        : 1944760
#️⃣ sha256                      : 0x651e3f78879cd12d700ac5570b95929515cae2f3f631e31e748ab7e46a28f4c8
#️⃣ blake2-256                  : 0xeaf083e08a4cec77bc258dc52c94ce842ea2b7076455a0e5e787060c8da211ee
🗳️ proposal (authorizeUpgrade) : 0xc6dc5beaa497cd1dfd31b3db5ea438de9976e81b2bab1a57a42729ed5f5d3b2a

Build information

WASM runtime built using rustc 1.77.0 (aedd173a2 2024-03-17)

Changes

  • Set the block size to 60mln gas (https://github.com/moonbeam-foundation/moonbeam/pull/2921)
  • Divide ref time XCM fees by four (#2929)
    • Restore XCM fee costs to values equivalent to the pre-block gas limit increase
  • Fix AssetHub not allowed as reserve for DOT from Moonbeam (#2938)
  • Propagate OutOfGas to outer call if caused by proof size check or MBIP5 (#2950)
    • Avoid low gas estimation for transactions that have high PoV or MBIP5 costs

Dependency changes

Moonbeam: https://github.com/moonbeam-foundation/moonbeam/compare/runtime-3101...runtime-3102
Polkadot-sdk: https://github.com/moonbeam-foundation/polkadot-sdk/compare/08968b28...08968b28
Frontier: https://github.com/moonbeam-foundation/frontier/compare/45d16ae4...f070fb0e
Moonkit: https://github.com/Moonsong-Labs/moonkit/compare/509c4f44...95372c7a

moonbeam - Runtime 3200

Published by github-actions[bot] about 1 month ago

⚠️ Breaking Changes

  • XCM instructions weights should comply with EVM foreign assets (#2883)
    • The XCM instructions WithdrawAsset, DepositAsset, and TransferAsset cost more when they handle EVM foreign assets
  • [Moonbeam]
    • Set the block size to 60mln gas (#2921)

Runtimes

Moonbase

✨ spec_version                : 3200
🏋 size                        : 2004745
#️⃣ sha256                      : 0x12a34b1505aa884b9df9b89733ba287a9fe0101ab8f7bac3b752b57058bf76e3
#️⃣ blake2-256                  : 0xca60b06d00d051148af7611c8f283f288baec8c2368f12af397e42f51f9e942f
🗳️ proposal (authorizeUpgrade) : 0xb38da51b50a5d8e06f7800c4e28ae1b2d8af60af312308a8942cbeb779ab9134

Moonriver

✨ spec_version                : 3200
🏋 size                        : 1967252
#️⃣ sha256                      : 0x11d90e94eed33da66c4a0cb588ccad57e526dfbe9de4a1ecd7bcdacdbf29c9a3
#️⃣ blake2-256                  : 0x35a86ae9645408cb921b178e49bcf12f164132479c4c9aeee99b62d7a26549b4
🗳️ proposal (authorizeUpgrade) : 0x0caebbd921bd1e6d3ef4a6b5e737c5e63be2bc34be1bdcdc243c63585805a077

Moonbeam

✨ spec_version                : 3200
🏋 size                        : 1968811
#️⃣ sha256                      : 0x0c51ac3d029a531725e216d16a271dc4399693b8d79d51b2b8bdbeb990ff60ea
#️⃣ blake2-256                  : 0xd2136a02e29c572b40525b00110d1e24aae4ccb83282499adb4b9a3048068bda
🗳️ proposal (authorizeUpgrade) : 0xda9e826b70872c7ceec889fc614d01eb9fb40ac11aaa569b63934cdf3c3a772f

Build information

WASM runtime built using rustc 1.77.0 (aedd173a2 2024-03-17)

Changes

  • Fix propagate OutOfGas to outer call if caused by proof size check or MBIP5 (#2950)
    • prevent suppressing OutOfGas caused by PoV or MBIP5
  • Fix auto-pause XCM: incoming XCMP messages were dropped when auto-pause (#2913)
  • EVM foreign asset: change_asset_location should not erase already existing location (#2925)
  • Divide ref time XCM fees by four (#2929)
    • Restore XCM fee costs to values equivalent to the pre-block gas limit increase
  • Add support for metadata hash extension (#2916)
  • Allow to use EVM foreign assets to pay XCM fees (#2908)
  • Add missing benchmarks (#2909)
  • Update rocksDB weights (#2786)
  • Remove past migrations (#2885)
  • Add lazy migration to set EVM contract metadata (#2919)
  • [Moonbase Alpha]
    • Add pallet_parameters (moonbase only) (#2923)
  • [Moonbeam]
    • Set the block size to 60mln gas (#2921)
    • FIX: Send back xcDOT to AssetHub from Moonbeam (#2938)

Dependency changes

Moonbeam: https://github.com/moonbeam-foundation/moonbeam/compare/runtime-3102...runtime-3200
Polkadot-sdk: https://github.com/moonbeam-foundation/polkadot-sdk/compare/08968b28...125e709e
Frontier: https://github.com/moonbeam-foundation/frontier/compare/45d16ae4...42a7a8e1
Moonkit: https://github.com/Moonsong-Labs/moonkit/compare/509c4f44...597e9e5f

moonbeam - Moonbeam v0.40.0

Published by github-actions[bot] about 1 month ago

Changes

  • Add evm::tracing::Event::Log event (#2918)
  • Enable storage weight reclaiming (#2931)
  • Add withLog parameter to debug_traceCall (#2897)
  • Add RPC method moon_getEthSyncBlockRange (#2922)

Experimental feature

  • Add Lazy loading mode (#2840) - Starting a node in lazy loading mode allows it to run a network fork (as with Chopsticks) but with a native Moonbeam client, giving access to all the Ethereum RPCs from the Moonbeam node. A version of the client built with this experimental feature is provided in this release artifacts with the name moonbeam-experimental-lazyload

Dependency changes

Moonbeam: https://github.com/moonbeam-foundation/moonbeam/compare/v0.39.1...v0.40.0
Polkadot-sdk: https://github.com/moonbeam-foundation/polkadot-sdk/compare/a4592a4d...125e709e
Frontier: https://github.com/moonbeam-foundation/frontier/compare/fc64fd20...9a74ea7a
Moonkit: https://github.com/Moonsong-Labs/moonkit/compare/509c4f44...597e9e5f

moonbeam - Runtime runtime-3101

Published by github-actions[bot] about 2 months ago

⚠️ Breaking Changes

  • Increase the block gas limit to 60mln gas (#2921)

⚠️ For Moonbeam Only

This release contains only changes for Moonbeam and will not be deployed to other networks

Moonbeam

✨ spec_version                : 3101
🏋 size                        : 2019343
#️⃣ sha256                      : 0x63fc475056fc711ab0271b274537d510839df59a2e4ade4b7307ed6653827289
#️⃣ blake2-256                  : 0xa29154dd44d4ce5f2fe4b751056d94dd49e250efaa4b3ac43f04e3a00f415c44
🗳️ proposal (authorizeUpgrade) : 0x97991477991b9616434ea74beb6945f8575ffa7281d9512ccb11b51ed22c938a

Build information

WASM runtime built using rustc 1.77.0 (aedd173a2 2024-03-17)

Dependency changes

Moonbeam: https://github.com/moonbeam-foundation/moonbeam/compare/runtime-3100...runtime-3101
Polkadot-sdk: https://github.com/moonbeam-foundation/polkadot-sdk/compare/08968b28...08968b28
Frontier: https://github.com/moonbeam-foundation/frontier/compare/45d16ae4...45d16ae4
Moonkit: https://github.com/Moonsong-Labs/moonkit/compare/509c4f44...509c4f44

moonbeam - Moonbeam v0.39.1 (tracing nodes only) Latest Release

Published by github-actions[bot] 2 months ago

moonbeam - Runtime runtime-3100

Published by github-actions[bot] 3 months ago

⚠️ Breaking Changes

  • [Moonbase Alpha] Introduce native EVM foreign assets (#2869)
    • changes the process to manage XCM derivative assets
  • [Moonbeam] Increase block gas limit from 15 mlns to 30 mlns (#2866)
  • [Moonriver] Increase block gas limit from 30 mlns to 60 mlns (#2867)

Runtimes

Moonbase

✨ spec_version                : 3100
🏋 size                        : 2060773
#️⃣ sha256                      : 0x92da7706c5fc55ef713d116f54731f40fb90359c113c18a6e325cbcea3f215c8
#️⃣ blake2-256                  : 0xff111b62106cee2c5fd2d1792a148e3da440d0967b7a0aaf811753d5a8e9650f
🗳️ proposal (authorizeUpgrade) : 0xc656642ab34bedc012db33dc9e1924f76b3056ab0b17c01fc7908e6b3b92397a

Moonriver

✨ spec_version                : 3100
🏋 size                        : 2012007
#️⃣ sha256                      : 0x1d3c68f6cdfce04f6d1e870e12cfe535232565d2d339ecd6642f654ededd00cb
#️⃣ blake2-256                  : 0xb41359621d03e2f48ff31defa3adc4d672ac1135a348d73e6ec752d3b85bfb42
🗳️ proposal (authorizeUpgrade) : 0xab14e79a41381aeca2e2770ddc3f5bd1f7bb3d3497dabe4135b9c415f2782e08

Moonbeam

✨ spec_version                : 3100
🏋 size                        : 2019360
#️⃣ sha256                      : 0x022af470d8f83f26e1b50220c7d344e5faab52856897e8fd9a7ad83cf0ddc887
#️⃣ blake2-256                  : 0x338b2f79a830e26f1a5a48baefb2dd0f737b7067bfad31edd207aa46d78b39d9
🗳️ proposal (authorizeUpgrade) : 0x41118714dd9ac23f0fa8cbcd0d19261ffb4a72f63ee5de3838934e684ab9d05e

Build information

WASM runtime built using rustc 1.77.0 (aedd173a2 2024-03-17)

Changes

  • Upgrade to polkadot-sdk v1.11.0 (#2838)
  • Add XcmPayment runtime API (#2857)
    • Allows for XCM gas estimation
  • Add secp256r1 precompile (#2859)
    • Introduces support for passkeys signature scheme
  • Allow bridged assets from Asset Hub (#2844)
  • Add new substrate event ExecutedFromXcm to link XCM message hash with Ethereum tx hash (#2874)
  • fix: auto-compound fail when free balance is too low (#2853)
  • Uses precompile_utils from frontier (#2812)
  • benchmarks for 3100 (#2878)

Migrations

  • Fix reserved deposits (#2872)

Dependency changes

Moonbeam: https://github.com/moonbeam-foundation/moonbeam/compare/runtime-3001...runtime-3100
Polkadot-sdk: https://github.com/moonbeam-foundation/polkadot-sdk/compare/2073906e...08968b28
Frontier: https://github.com/moonbeam-foundation/frontier/compare/7f424fb9...45d16ae4
Moonkit: https://github.com/Moonsong-Labs/moonkit/compare/04d420f3...509c4f44

moonbeam - Moonbeam v0.39.0

Published by github-actions[bot] 3 months ago

⚠️ Breaking Changes

The following breaking changes have been introduced in the polkadot-sdk v1.11.0

Changes

  • Upgrade to polkadot-sdk v1.11.0 (#2838)
  • Expose moon_getLatestSyncedBlock RPC endpoint (#2858 )
    • This endpoint retrieves the last synced block hash from the SQL storage
  • Update repo URL in command.rs (#2846)

Notes

  • The client cannot be downgraded after runtime version >= 3100 is enacted.

Dependency changes

Moonbeam: https://github.com/moonbeam-foundation/moonbeam/compare/v0.38.0...v0.39.0
Polkadot-sdk: https://github.com/moonbeam-foundation/polkadot-sdk/compare/2073906e...a4592a4d
Frontier: https://github.com/moonbeam-foundation/frontier/compare/7f424fb9...fc64fd20
Moonkit: https://github.com/Moonsong-Labs/moonkit/compare/04d420f3...509c4f44

moonbeam - Runtime 3001

Published by github-actions[bot] 4 months ago

Runtimes

⚠️ For Moonbeam Only

This release contains only changes for Moonbeam and will not be deployed to other networks

Moonbeam

✨ spec_version                : 3001
🏋 size                        : 1968757
#️⃣ sha256                      : 0xabba24064316aca821b34e2a9041d4f57030d20465523b2f841e8b2ef7493f1e
#️⃣ blake2-256                  : 0x975dd6826238a36694d9d0fbada9dfecc915b50c73e94bca81e405cffe3a3cc3
🗳️ proposal (authorizeUpgrade) : 0x7ff7fc37dc8b3705a5a8566fabf839622dfb1ec4553b523aaaf1af5d3d6a30bb

Build information

WASM runtime built using rustc 1.77.0 (aedd173a2 2024-03-17)

Changes

  • [Moonbeam] Add migration ComputeTheoreticalFirstSlot (#2845)
  • [Moonbeam] Set the first_slot to zero and fallback to the ideal duration for one round (#2852)

Dependency changes

Moonbeam: https://github.com/moonbeam-foundation/moonbeam/compare/runtime-3000...runtime-3001
Polkadot-sdk: https://github.com/moonbeam-foundation/polkadot-sdk/compare/2073906e...2073906e
Frontier: https://github.com/moonbeam-foundation/frontier/compare/7f424fb9...7f424fb9
Moonkit: https://github.com/Moonsong-Labs/moonkit/compare/04d420f3...04d420f3

moonbeam - Runtime 3000

Published by github-actions[bot] 5 months ago

⚠️ Breaking Changes

  • [Moonbeam]
    • Block time halved to 6s (enable async-backing) (#2805)
    • Decrease the target block fullness to 35% (#2816)
  • [Moonriver]
    • Block time halved to 6s (enable async-backing) (#2804) (#2776)
    • Block gas limit doubled to 30mln (#2818)
    • Decrease the target block fullness to 35% (#2816)
  • [Moonbase Alpha]
    • Decrease the target block fullness to 35% (#2816)

Runtimes

Moonbase

✨ spec_version                : 3000
🏋 size                        : 1993590
#️⃣ sha256                      : 0xa61a3a0aba8d4545979329bfc600c8f4178aafbef4989d03b57b8b644cd2b071
#️⃣ blake2-256                  : 0xcbcb4eab0cb9b27435d60b30a4f0cc9327297495c98130ec0d2481c99fb85ffb
🗳️ proposal (authorizeUpgrade) : 0x2b907e8a42b44e770263f55c0a24efd8424aad882e16915a2d447ccb21027f69

Moonriver

✨ spec_version                : 3000
🏋 size                        : 1963180
#️⃣ sha256                      : 0x25a999f176bbee31eeb5cb83b23bf8021f6c89fd0cb0318fac1bea72125eee74
#️⃣ blake2-256                  : 0x2e44773bbd5cea8d442504afa0128bd35c0d7da88e8bd8a48649479103489c64
🗳️ proposal (authorizeUpgrade) : 0xe68e10b9950ca6877cae3153c849a87cbba194b9af7d9ff8ff4c18c04be604b7

Moonbeam

✨ spec_version                : 3000
🏋 size                        : 1965951
#️⃣ sha256                      : 0x5d3812f942443e8cd91f790a8f59a15a24896911b15c96df0fc7e55a9120479b
#️⃣ blake2-256                  : 0xd281fc0cb80ca591ce357bd067b36c2a4b586daf0f3543a1fe447f625a2142a7
🗳️ proposal (authorizeUpgrade) : 0xebdb7ed7a160120f9a0e932278648c169d8c33b948ef8015ccd11ad5f93782ed

Build information

WASM runtime built using rustc 1.77.0 (aedd173a2 2024-03-17)

Changes

  • Add Cancun compatibility (#2795)
    • Add support for Solidity v0.8.25
  • [Moonbase Alpha] Enable pallet-xcm precompile (#2803)
  • Update pallet weights (#2802)
  • Remove localAssets lazy migration (#2797)
  • Remove moonbase migration (#2807)
  • Remove old runtime migrations (#2813)
  • Update rust version to 1.77.0 (#2817)
  • Update weights (#2820)

Dependency changes

Moonbeam: https://github.com/moonbeam-foundation/moonbeam/compare/runtime-2902...runtime-3000
Polkadot-sdk: https://github.com/moonbeam-foundation/polkadot-sdk/compare/2073906e...2073906e
Frontier: https://github.com/moonbeam-foundation/frontier/compare/5d6bf0c7...7f424fb9
Moonkit: https://github.com/Moonsong-Labs/moonkit/compare/bca9e28b...04d420f3

moonbeam - Moonbeam v0.38.0

Published by github-actions[bot] 5 months ago

Changes

  • [Moonbeam] Enable support for async-backing (#2805)
  • [Moonriver] Enable support for async-backing (#2804)
  • Fixes 🔨 trace_filter RPC call by filtering out unknown ethereum transactions (#2800)
  • Add debug_traceCall RPC method (#2796)
  • Set the default client authoring duration to 2s (#2814)
  • Add Onfinality bootnodes (#2771)
  • MoonbeamFinalityApi to fully async/await (#2784)
  • Update Rust version to 1.77.0 (#2817)

Notes

  • The client cannot be downgraded for Moonriver and Moonbeam after runtime 3000 is enacted

Dependency changes

Moonbeam: https://github.com/moonbeam-foundation/moonbeam/compare/v0.37.3...v0.38.0
Polkadot-sdk: https://github.com/moonbeam-foundation/polkadot-sdk/compare/2073906e...2073906e
Frontier: https://github.com/moonbeam-foundation/frontier/compare/91f1c7a4...7f424fb9
Moonkit: https://github.com/Moonsong-Labs/moonkit/compare/bca9e28b...04d420f3

moonbeam - Moonbeam v0.37.3

Published by github-actions[bot] 5 months ago

Changes

  • Support eth_estimateGas for past blocks with old runtimes (#2787)
    • This changes is related to the fix released in client v0.37.2 for the eth_call method

Dependency changes

Moonbeam: https://github.com/moonbeam-foundation/moonbeam/compare/v0.37.2...v0.37.3
Polkadot-sdk: https://github.com/moonbeam-foundation/polkadot-sdk/compare/2073906e...2073906e
Frontier: https://github.com/moonbeam-foundation/frontier/compare/2c05f9d4...91f1c7a4
Moonkit: https://github.com/Moonsong-Labs/moonkit/compare/bca9e28b...bca9e28b

moonbeam - Moonbeam v0.37.2

Published by github-actions[bot] 6 months ago

Changes

  • support eth_call for past blocks with old runtimes (#2780)
    • fix a regression that will result on the error Module(ModuleError { index: 51, error: [0, 0, 0, 0], message: None })
    • fix a problem with past runtimes that will result on a Failed to decode return value of EthereumRuntimeRPCApi_call

Dependency changes

Moonbeam: https://github.com/moonbeam-foundation/moonbeam/compare/v0.37.1...v0.37.2
Polkadot-sdk: https://github.com/moonbeam-foundation/polkadot-sdk/compare/2073906e...2073906e
Frontier: https://github.com/moonbeam-foundation/frontier/compare/5d6bf0c7...2c05f9d4
Moonkit: https://github.com/Moonsong-Labs/moonkit/compare/bca9e28b...bca9e28b

moonbeam - Moonbeam v0.37.1

Published by github-actions[bot] 6 months ago

Changes

  • enable async backing client side for all runtimes (#2778)
    • fix a condition where a collator may not be able to produce blocks

Dependency changes

Moonbeam: https://github.com/moonbeam-foundation/moonbeam/compare/v0.37.0...v0.37.1
Polkadot-sdk: https://github.com/moonbeam-foundation/polkadot-sdk/compare/2073906e...2073906e
Frontier: https://github.com/moonbeam-foundation/frontier/compare/5d6bf0c7...5d6bf0c7
Moonkit: https://github.com/Moonsong-Labs/moonkit/compare/bca9e28b...bca9e28b

moonbeam - Runtime runtime-2902

Published by github-actions[bot] 6 months ago

⚠️ For Moonbase Alpha Only

This release contains only changes for Moonbase Alpha and will not be deployed to Moonriver or Moobeam

Runtimes

Moonbase

✨ spec_version                : 2902
🏋 size                        : 1930596
#️⃣ sha256                      : 0x6b53811668a50f2ebff9b4be0c22371340c7b2c5ed7b2d3c6192faa6c55a1189
#️⃣ blake2-256                  : 0xeb19c388bcf3ccfebaf7dad22d8e6462fb7c2db1afadaf51b43af277029e9c36
🗳️ proposal (authorizeUpgrade) : 0x1ac7a0a0c68e2c08ef73463877a6b45f9c9de315e636eee0b660f123c24d4fd8

Moonriver

✨ spec_version                : 2902
🏋 size                        : 1911810
#️⃣ sha256                      : 0xa00cc759bb08a9cfdfde61f800b44058b6926c03e0500f6ea68077ef62f4d32e
#️⃣ blake2-256                  : 0x0a817caa67f88b2d7d04bb535e1a264134bfcd43c539347d3c0b9b84db99ea12
🗳️ proposal (authorizeUpgrade) : 0x18f17b0cb0532c123abd783984659e2de46a07b8b287a0305eefae4a306b017d

Moonbeam

✨ spec_version                : 2902
🏋 size                        : 1912372
#️⃣ sha256                      : 0x44238f0a6dec441fb4d65e512d9b7039dd57714e06bc1090d0f21dc891085514
#️⃣ blake2-256                  : 0xc1c3e912fc2bad3be84359eccaa2a8f92e0f76a65f172c715d9d30c6fd6fd30e
🗳️ proposal (authorizeUpgrade) : 0x53a123a8766607c476595c8da8dce6ec62ad256f8fac84407d85806ddc3fbb39

Build information

WASM runtime built using rustc 1.74.0 (79e9716c9 2023-11-13)

Changes

  • [Moonbase-Alpha] Multiply Erc20TransferGasLimit constant by 4 (from 200k to 800k) (#2768)

Dependency changes

Moonbeam: https://github.com/moonbeam-foundation/moonbeam/compare/runtime-2901...runtime-2902
Polkadot-sdk: https://github.com/moonbeam-foundation/polkadot-sdk/compare/2073906e...2073906e
Frontier: https://github.com/moonbeam-foundation/frontier/compare/5d6bf0c7...5d6bf0c7
Moonkit: https://github.com/Moonsong-Labs/moonkit/compare/bca9e28b...bca9e28b

moonbeam - Runtime 2901

Published by github-actions[bot] 6 months ago

⚠️ Breaking Changes

  • Remove local-assets logic from assets-manager (#2670)
  • Remove democracy pallet (#2685)
  • Upgrade polkadot-sdk to version 1.7.2 (#2700)
  • Fix tracing for multiple XCM transactions in the same block (#2701)

Runtimes

Moonbase

✨ spec_version                : 2901
🏋 size                        : 1930593
#️⃣ sha256                      : 0x089364b7d2803f19fa3ba45ccaf78d1c8bb200cf9ae6ec2b79035c175aa02479
#️⃣ blake2-256                  : 0xc7ccb97f7b37ec1c13aaa1be7a60a59851b34057f01c8e6380fcab48b94f3788
🗳️ proposal (authorizeUpgrade) : 0x74966c6327f5e26dce573b3a853af544fc58bdbb551a7232cce0aa59879f7408

Moonriver

✨ spec_version                : 2901
🏋 size                        : 1911792
#️⃣ sha256                      : 0x65f703b00bd940f09493ea51a1bc879f891890f622518493d25ec09b46581a0b
#️⃣ blake2-256                  : 0x8aa12851e80f6f1b6de01f23496a738d64f58e84a4ad7038d6edc2c3a6352cdb
🗳️ proposal (authorizeUpgrade) : 0xf0099222686d950dab1a6889de38c49179c0155138fafa6fc95c71d828725a7d

Moonbeam

✨ spec_version                : 2901
🏋 size                        : 1912379
#️⃣ sha256                      : 0xaa085a3cb0dba72012cd2045a6acac771c5eae04a4638495220e500320398a85
#️⃣ blake2-256                  : 0x12e2d5e2469bfaf03c35591380c54691b52ea4229ef83a6e2daf5398aab96608
🗳️ proposal (authorizeUpgrade) : 0x6d9ab32c6e3ec5bf8d8c5156e8896a4947be475a6fca8cab49c245bad0d24e03

Build information

WASM runtime built using rustc 1.74.0 (79e9716c9 2023-11-13)

Changes

  • Set async backing velocity to 1 (#2705)
  • [XCM-Transactor] Make fee_payer field optional in transact_through_sovereign (#2709)
  • Update benchmarks template and add extra read weight to pallet proxy (#2727)
  • Add migration to remove collective v1 storage (#2711)
  • Fix ExpectedBlockTime const (#2737)
  • Use 'DelegationBondLessDelay' instead of 'RevokeDelegationDelay' in delegation_schedule_bond_decrease (#2734)
  • Enable Relay Data Verifier Precompile in Moonriver and Moonbeam (#2729)
  • Add Storage Cleaner Precompile (#2725)
  • Fast General Admin Track for opening HRMP channels (#2736)
    • New OpenGov track limited to opening and accepting HRMP channels
  • [Moonbase Alpha] Add emergency-para-xcm to Moonbase (#2745)
  • [Moonbase Alpha] Increase block gas limit (#2735)
    • The gas limit per block have been increased 4x
  • Add benchmarks for runtime 2900 (#2744)
  • Add pallet identity migration (#2763)

Migrations

  • Council and Tech Committee addresses removal
  • Democracy pallet removal

Dependency changes

Moonbeam: https://github.com/moonbeam-foundation/moonbeam/compare/runtime-2801...runtime-2901
Polkadot-sdk: https://github.com/moonbeam-foundation/polkadot-sdk/compare/771cd751...2073906e
Frontier: https://github.com/moonbeam-foundation/frontier/compare/8c90bb75...5d6bf0c7
Moonkit: https://github.com/Moonsong-Labs/moonkit/compare/a34e9ba4...bca9e28b

moonbeam - Runtime 2900

Published by github-actions[bot] 6 months ago

⚠️ superseded by Runtime 2901

Runtimes

Moonbase

✨ spec_version                : 2900
🏋 size                        : 1928522
#️⃣ sha256                      : 0x6727b2b52cbe14eceae0b033c79293929638c2b4a22b9b00af9ececa8c29e1e0
#️⃣ blake2-256                  : 0xb9a44beba95ab445e161f52251508fc710826d63167432c550f0896c76d74c68
🗳️ proposal (authorizeUpgrade) : 0xec7a1e66e6503148f45bfcf3e956c8fcce9ca8606f8aea6628af09c827008ad0

Moonriver

✨ spec_version                : 2900
🏋 size                        : 1910374
#️⃣ sha256                      : 0x8cad92eda96d3f4f3bf54153efa61d6902f2a6ff06f05bc0e12836156f50c0b5
#️⃣ blake2-256                  : 0x14937ddc3494d68be27cb169a9291f977b5ec7eb43b473d4c9b8df04a5b119cb
🗳️ proposal (authorizeUpgrade) : 0x292e5739d632bcafcb4fd0b8433ac3e15d443e803ea334daa8c1ee48aa8971e1

Moonbeam

✨ spec_version                : 2900
🏋 size                        : 1910254
#️⃣ sha256                      : 0x8b59fe4a07002d70ffb3c2daa6e669916e672a9dcdae3cce1db52f88384ccb87
#️⃣ blake2-256                  : 0x1080f2b48c896f61436abeae45f78e9bac7e82bfc23660d029234ecafad8c998
🗳️ proposal (authorizeUpgrade) : 0xd2a50f25f48771c47617fa54a8832bfafb77dcb89f8aea7ab54ac2ef0547b87d

Build information

WASM runtime built using rustc 1.74.0 (79e9716c9 2023-11-13)

moonbeam - Moonbeam v0.37.0

Published by noandrea 6 months ago

⚠️ Breaking Changes

  • Ignore user provided nonce for gas estimation (#2738)
    • eth_estimageGas will ignore the provided nonce
  • Update Moonriver and Moonbeam bootnodes (#2749)
    • limited to the Moonbeam Foundation nodes

Changes

  • Upgrade polkadot-sdk to version 1.7.2 (#2700)
  • add cli option --block-authoring-duration (#2726)
    • this feature is experimental and may be removed in future releases

Dependency changes

Moonbeam: https://github.com/moonbeam-foundation/moonbeam/compare/v0.36.1...v0.37.0
Polkadot-sdk: https://github.com/moonbeam-foundation/polkadot-sdk/compare/771cd751...2073906e
Frontier: https://github.com/moonbeam-foundation/frontier/compare/f55fd073...5d6bf0c7
Moonkit: https://github.com/Moonsong-Labs/moonkit/compare/a34e9ba4...bca9e28b

moonbeam - Moonbeam v0.36.1

Published by github-actions[bot] 7 months ago

Changes

  • Fix eth_getBlockByHash for HEADS (#2708)
    • [Moonbase Alpha] Fix missing logs when subscribing to events after enabling Async Backing
  • Fix evm-tracing should replay on_idle (#2707)
  • [Moonbase Alpha] update bootnodes (#2719)

Dependency changes

Moonbeam: https://github.com/moonbeam-foundation/moonbeam/compare/v0.36.0...v0.36.1
Polkadot-sdk: https://github.com/moonbeam-foundation/polkadot-sdk/compare/771cd751...771cd751
Frontier: https://github.com/moonbeam-foundation/frontier/compare/8c90bb75...f55fd073

moonbeam - Runtime 2801

Published by github-actions[bot] 8 months ago

⚠️ Breaking Changes

  • [Moonbase Alpha] Enable async backing (#2623)
    • Block time changes from 12s to 6s on average
  • [Moonbase Alpha] Inflation is calculated using the relay slot as clocktime (#2690)
    • Rounds are block-based (constant in blocks)
    • The number of blocks per round is doubled, from 600 to 1200 blocks
    • Adds a new field RoundInfo.firstSlot tracking the first relay slot for a round
    • Removed the parachainStaking.staked storage item
  • Remove the LocalAssets pallet-asset instance (#2634)
  • Remove Gov V1 collectives (#2643)
    • Council and TechCommittee are removed
    • Calls to precompiles at addresses 2062 and 2063 will revert by default
  • Migrate Fee payment to use Fungible Adapter (#2624)
    • fix spendable amounts inconsistencies for accounts with both reserved and locked amounts
  • Increase target block fullness to 50% (from 25%) (#2692)
    • Fees increase when a block is more than 50% full and decrease when it goes below 50%
  • Update benchmarks for runtime 2800 (#2669)

Runtimes

Moonbase

✨ spec_version                : 2801
🏋 size                        : 1729722
#️⃣ sha256                      : 0x8a03dac2c9fdd7239c9e7eb8a0402d0a2a22f1c492dd7810f928ea68ebd290c7
#️⃣ blake2-256                  : 0x7758fb99a29e5f0f66cd24d93b83a2523e66b3d787699f1987aae5111f96bd29
🗳️ proposal (authorizeUpgrade) : 0xe26e477a3783df55a98294b8a3eefe50373e4f6dbbd6b08fb7870b90702d5072

Moonriver

✨ spec_version                : 2801
🏋 size                        : 1708732
#️⃣ sha256                      : 0x1e0151fef56e4faadb82e75823127bc131a5401adaf82ee1cbbdabd3c4274335
#️⃣ blake2-256                  : 0x547575b83af462ed607def02f661f1c38e4a622d08201a2291de83715e04ac87
🗳️ proposal (authorizeUpgrade) : 0xb99c82fbb46d4028106c8292a3fec74ebaf420aa0482f184c5b5a241b597b126

Moonbeam

✨ spec_version                : 2801
🏋 size                        : 1710938
#️⃣ sha256                      : 0xd1e0b6d8a2f35bfd150cd2e61150e67e24940ce27a786b5cb1d599f64248e0da
#️⃣ blake2-256                  : 0xe1b13964995b26f4f0327a17bf7d865ad0702d1b9176c039db89345c73e69f25
🗳️ proposal (authorizeUpgrade) : 0xcadcc618cd20b15b29d986a3d1034515a2b411bc6c38158416dc841b4312f842

Build information

WASM runtime built using rustc 1.74.0 (79e9716c9 2023-11-13)

Changes

  • [Moonbase Alpha] Add Relay Chain Data Verifier Precompile (#2650)
    • The precompile allows verifying storage proof (eg. balances) on the relay chain from a contract
    • The relay storage roots are tracked in the relayStorageRoots pallet state.
  • [Moonbase Alpha] Add a fast admin track to opengov for Hrmp manipulation (#2649)
  • [Moonbase Alpha] Set minimum period to 3s(#2666)
  • Add an extrinsic to clear storage entries for suicided contracts (#2561)
  • Gov V1 removal: Add manual migration unlock_democracy_funds (#2651)
  • Cleanup migrations executed during the last runtime upgrade (#2658)
  • Update rust to v1.74 (#2647)

Migrations

  • Council and Tech Committee storage removal
  • Update rounds parameters to compute the new RoundInfo.firstSlot field

Dependency changes

Moonbeam: https://github.com/moonbeam-foundation/moonbeam/compare/runtime-2700...runtime-2801
Polkadot-sdk: https://github.com/moonbeam-foundation/polkadot-sdk/compare/542721dd...771cd751
Frontier: https://github.com/moonbeam-foundation/frontier/compare/00bd4a66...8c90bb75