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.
- 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)
- 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)
- Initial release.