Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 1 KB

File metadata and controls

28 lines (20 loc) · 1 KB

Release Notes

  • Parallelize trie index re-generation
  • Optimize FeeHistory API
  • Add protection to prevent accidental corruption of archival node trie index
  • Add capability to restore complete trie index on best effort basis
  • Round up fastcache sizes to utilize all mmap'd memory in chunks of 64MB
  • Migrate go-ethereum v1.10.16 changes
  • Increase FeeHistory maximum historical limit to improve MetaMask UI on C-Chain
  • Enable chain state metrics
  • Add support for offline pruning
  • Refactor VM networking layer
  • Enable metrics by default
  • Mark RPC call specific metrics as expensive
  • Add Abigen support for native asset call precompile
  • Fix bug in BLOCKHASH opcode during traceBlock
  • Fix bug in handling updated chain config on startup