Skip to content

Moonbeam v0.22.0

Compare
Choose a tag to compare
@github-actions github-actions released this 05 Apr 17:04
· 1 commit to 17723e25eb84696ffe9592399139c5c68ab1f023 since this release
9fa830c

Priority

  • low (no requirement to deploy before runtime 1400)

Breaking changes

  • moonbeam binary --eth-log-block-cache & --eth-statuses-cache are now using byte size instead of block counts.

New prometheus metrics

#1371 added 6 new prometheus metrics:

  • moonbeam_frontier_eth_blocks_cache_size: size of the blocks cache in bytes
  • moonbeam_frontier_eth_blocks_cache_hits: hits of the blocks cache since the node starting
  • moonbeam_frontier_eth_blocks_cache_miss: miss of the blocks cache since the node starting
  • moonbeam_frontier_eth_statuses_cache_size: size of the statuses cache in bytes
  • moonbeam_frontier_eth_statuses_cache_hits: hits of the statuses cache since the node starting
  • moonbeam_frontier_eth_statuses_cache_miss: miss of the blocks statuses since the node starting

Changes

Dependency changes

Moonbeam: v0.21.1...v0.22.0
Substrate: moonbeam-foundation/substrate@c84f200...fc3fd07
Polkadot: moonbeam-foundation/polkadot@66cb46b...f0dc95a
Cumulus: moonbeam-foundation/cumulus@b43fcff...76cf464
Frontier: moonbeam-foundation/frontier@e37f7d9...8574920