Skip to content

Commit

Permalink
Update mpt_trie API (0xPolygonZero#57)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hamy Ratoanina committed Feb 23, 2024
1 parent efd602f commit 6fb1df2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed

- Refactor accessed lists as sorted linked lists ([#30](https://github.com/0xPolygonZero/zk_evm/pull/30))
- Change visibility of `compact` mod ([#57](https://github.com/0xPolygonZero/zk_evm/pull/57))

## [0.1.0] - 2024-02-21
* Initial release.
* Initial release.
2 changes: 1 addition & 1 deletion trace_decoder/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#![allow(unused)]
#![allow(private_interfaces)]

mod compact;
pub mod compact;
pub mod decoding;
mod deserializers;
pub mod processed_block_trace;
Expand Down

0 comments on commit 6fb1df2

Please sign in to comment.