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 benull
since the transaction has not been added to any block yet. Previously0x0000000000000000000000000000000000000000000000000000000000000000
was returned.to
: The address of the receiver. Nownull
when its a contract creation transaction. Previously0x0000000000000000000000000000000000000000
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