Skip to content

Commit

Permalink
Merge pull request #4 from weaveVM/bluealloy-main
Browse files Browse the repository at this point in the history
merge with upstream
  • Loading branch information
allnil authored Sep 6, 2024
2 parents a4ecd28 + 83ef8c3 commit a7da1c1
Show file tree
Hide file tree
Showing 567 changed files with 525,314 additions and 23,631 deletions.
3 changes: 3 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
assets/** linguist-vendored
documentation/** linguist-vendored
tests/** linguist-vendored
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
strategy:
fail-fast: false
matrix:
features: ["", "optimism"]
features: ["", "optimism,kzg-rs"]
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
Expand Down
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
Because this is workspace with multi libraries, tags will be simplified, and with this document you can match version of project with git tag.

# v43 tag
date: 30.08.2024

Logo change and doc fix.

* revm: 14.0.0 -> 14.0.1
* revm-interpreter: 10.0.0 -> 10.0.1
* revm-primitives: 9.0.0 -> 9.0.1
* revm-precompile: 11.0.0 -> 11.0.1
* revme: 0.10.0 -> 0.10.1

# v42 tag
date: 29.08.2024

new EIP-7702 implemented. Passing all EOF and EIP-7702 tests.
Preparation for devnet-3.

* revme: 0.9.0 -> 0.10.0
* revm: 13.0.0 -> 14.0.0
* revm-interpreter: 9.0.0 -> 10.0.0
* revm-primitives: 8.0.0 -> 9.0.0
* revm-precompile: 10.0.0 -> 11.0.0

# v41 tag
date: 08.08.2024

Expand Down
Loading

0 comments on commit a7da1c1

Please sign in to comment.