Priority
- low (no requirement to deploy before runtime 1400)
Breaking changes
moonbeam
binary--eth-log-block-cache
&--eth-statuses-cache
are now usingbyte
size instead ofblock
counts.
New prometheus metrics
#1371 added 6 new prometheus metrics:
moonbeam_frontier_eth_blocks_cache_size
: size of the blocks cache in bytesmoonbeam_frontier_eth_blocks_cache_hits
: hits of the blocks cache since the node startingmoonbeam_frontier_eth_blocks_cache_miss
: miss of the blocks cache since the node startingmoonbeam_frontier_eth_statuses_cache_size
: size of the statuses cache in bytesmoonbeam_frontier_eth_statuses_cache_hits
: hits of the statuses cache since the node startingmoonbeam_frontier_eth_statuses_cache_miss
: miss of the blocks statuses since the node starting
Changes
- Fix
evm-tracing-events
integrations and compilation (#1362, #1370) - v0.9.18 deps update (#1372)
- Plumb cli option
--relay-chain-rpc-url
(#1388) - Mark
sync_state_genSyncSpec
JSON-RPC as safe (paritytech/substrate#10832) - Deprecate "paritydb-experimental" CLI in favour or "paritydb" (paritytech/substrate#10975)
- paritydb support for parachains db (paritytech/polkadot#4838)
- handle non-existent block requests
eth_feeHistory
(https://github.com/PureStake/frontier/pull/594) - FIx Pre-london receipts gas and cumulative gas (https://github.com/PureStake/frontier/pull/576)
- Fix out of range case in gas estimation (paritytech/frontier#596)
- Remove event
baseFee.newBaseFeePerGas
event (paritytech/frontier#604) - Add support for
eth_maxPriorityFeeperGas
(paritytech/frontier#607) - Replace Ethereum blocks cache limit to be in byte size limit (PureStake/frontier@2832fe8)
Dependency changes
Moonbeam: v0.21.1...v0.22.0
Substrate: PureStake/substrate@c84f200...fc3fd07
Polkadot: PureStake/polkadot@66cb46b...f0dc95a
Cumulus: PureStake/cumulus@b43fcff...76cf464
Frontier: PureStake/frontier@e37f7d9...8574920