Skip to content

v0.11.1

Compare
Choose a tag to compare
@darioush darioush released this 28 Oct 22:01
· 325 commits to master since this release
b71eeac
  • Add cache size config parameters for trie-clean-cache, trie-dirty-cache, trie-dirty-commit-target, and snapshot-cache
  • Increase default trie-clean-cache size from 256 MB to 512 MB
  • Increase default snapshot-cache size from 128 MB to 256 MB
  • Add optional flag to skip chain config upgrade check on startup (allows VM to start after missing a network upgrade)
  • Make Avalanche blockchainID (separate from EVM ChainID) available within the EVM
  • Record block height when performing state sync
  • Add support for VM-to-VM messaging
  • Move eth_getChainConfig under the BlockChainAPI
  • Remove block builder timer logic to rely on ProposerVM to meter block production