Skip to content

Commit

Permalink
feat: serializable journal for bundlestate (#53)
Browse files Browse the repository at this point in the history
* feat: serializable journal for bundlestate

* fix: add license to index

* doc: usage example #1

* doc: more usage examples

* nit: error fmt
  • Loading branch information
prestwich authored Sep 18, 2024
1 parent 375459f commit 365f9e0
Show file tree
Hide file tree
Showing 5 changed files with 1,001 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "trevm"
version = "0.10.0"
version = "0.10.1"
rust-version = "1.79.0"
edition = "2021"
authors = ["init4"]
Expand Down Expand Up @@ -40,6 +40,7 @@ revm = { version = "14.0.0", default-features = false, features = ["std"] }
zenith-types = "0.7"

thiserror = "1.0"
alloy-rlp = "0.3"

[dev-dependencies]
revm = { version = "14.0.0", features = ["test-utils", "serde-json", "std", "alloydb"] }
Expand Down
Loading

0 comments on commit 365f9e0

Please sign in to comment.