Skip to content

Commit

Permalink
refactor: trace_decoder::decoding (#469)
Browse files Browse the repository at this point in the history
* mark: 0xaatif/refactor-trace-decoder-decoding

* refactor: remove inappropriate static methods

* refactor: remove inappropriate method

* refactor: remove TraceParsingErrorReason

* refactor: remove LocatedError

* refactor: remove EMPTY_ACCOUNT_BYTES_RLPED

* refactor: remove update_val_if_some

* refactor: impl Display for TrieType

* wibble

* refactor: inline TraceParsingResult

* wibble

* wibble: order

* refactor: remove unused variable

* wibble: inline TrieRoots etc

* wibble

* review: WithHash -> CustomFmt<T>
  • Loading branch information
0xaatif authored and atanmarko committed Aug 14, 2024
1 parent abd4ceb commit ce1a8d1
Show file tree
Hide file tree
Showing 4 changed files with 520 additions and 753 deletions.
1 change: 1 addition & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions trace_decoder/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ rlp = { workspace = true }
serde = { workspace = true }
smt_trie = { workspace = true }
stackstack = "0.3.0"
strum = { version = "0.26.3", features = ["derive"] }
thiserror = { workspace = true }
u4 = { workspace = true }
winnow = { workspace = true }
Expand Down
Loading

0 comments on commit ce1a8d1

Please sign in to comment.