We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
trace_decoder
zk_evm
1 parent 6033b3a commit c55f9e0Copy full SHA for c55f9e0
CHANGELOG.md
@@ -10,6 +10,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
10
11
### Changed
12
13
+## [0.3.1] - 2024-04-22
14
+
15
+### Changed
16
+- Fix withdrawals accesses in state trie ([#176](https://github.com/0xPolygonZero/zk_evm/pull/176))
17
18
## [0.3.0] - 2024-04-19
19
20
trace_decoder/Cargo.toml
@@ -2,7 +2,7 @@
2
name = "trace_decoder"
3
description = "Processes trace payloads into Intermediate Representation (IR) format."
4
authors = ["Polygon Zero <bgluth@polygon.technology>"]
5
-version = "0.3.0"
+version = "0.3.1"
6
edition.workspace = true
7
license.workspace = true
8
repository.workspace = true
0 commit comments