github moonbeam-foundation/moonbeam v0.44.0
Moonbeam v0.44.0

latest release: runtime-3600
8 days ago

Changes

  • Fix local chain specs (#3186)
  • --experimental-block-import-strategy is now the default behaviour (#3204)
  • Replace TxPool RPC with Frontier implementation (#3218)
  • Add eth_pendingTransactions RPC (#3226)

⚠️ Breaking Changes ⚠️

blockHash and to fields are now nullable when calling txpool_content.

  • blockHash: Will now be null since the transaction has not been added to any block yet. Previously 0x0000000000000000000000000000000000000000000000000000000000000000 was returned.
  • to: The address of the receiver. Now null when its a contract creation transaction. Previously 0x0000000000000000000000000000000000000000 was returned.

Dependency changes

Moonbeam: v0.43.1...v0.44.0
Polkadot-sdk: moonbeam-foundation/polkadot-sdk@9e5865c...0159b9c
Frontier: moonbeam-foundation/frontier@48028bb...9e11a44
Moonkit: Moonsong-Labs/moonkit@5abbe74...5abbe74

Don't miss a new moonbeam release

NewReleases is sending notifications on new releases.