Skip to content

Latest commit

 

History

History
34 lines (27 loc) · 2.11 KB

CHANGELOG.md

File metadata and controls

34 lines (27 loc) · 2.11 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

Changed

  • Clean up logging output upon Kernel failure (#74)
  • Fix CPU Cycle display in logs during simulations (#77)
  • Fix blake2 precompile (#78)
  • Create subtries without ever hashing leaves (#76)
  • Fix generation inputs logging pre-transaction execution (#89)
  • Reduce state trie size for dummy payloads (#88)
  • Fix post-txn trie debugging output for multi-logs receipts (#86)
  • Fixed most failing blocks caused by the merged in aggressive pruning changes (#97)

[0.1.1] - 2024-03-01

Changed

  • Add verification for invalid jumps (#36)
  • Refactor accessed lists as sorted linked lists (#30)
  • Change visibility of compact mod (#57)
  • Fix running doctests in release mode (#60)
  • Fix block padding without withdrawals (#63)
  • Change position of empty node encoding in RLP segment (#62)
  • Unify interpreter and prover witness generation (#56)
  • Add utility method for testing CPU execution (#71)
  • Expose common types and dummy proof method for testing (#73)

[0.1.0] - 2024-02-21

  • Initial release.