Skip to content

Commit

Permalink
bump revm v1.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rakita committed Aug 9, 2022
1 parent 4f81fcf commit b19acaa
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
Because this is workspace with multi libraries, tags will be simplified, and with this document you can match version of project with git tag.

# v14 tag
date: 09.08.2022

* revm: v1.9.0

# v13 tag
date: 01.08.2022

Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

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

10 changes: 9 additions & 1 deletion crates/revm/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# v1.9.0
date: 09.08.2022

Small release. Optimizations

* Cache bytecode hash
* Move override_spec config from Inspector to cfg

# v1.8.0
date: 1.8.2022
date: 01.08.2022

Medium release, good performance boost. Database trait has changed to support Bytecode.

Expand Down
2 changes: 1 addition & 1 deletion crates/revm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ keywords = ["no_std", "ethereum", "evm", "revm"]
license = "MIT"
name = "revm"
repository = "https://github.com/bluealloy/revm"
version = "1.8.0"
version = "1.9.0"
readme = "../../README.md"

[dependencies]
Expand Down

0 comments on commit b19acaa

Please sign in to comment.