Skip to content

Commit

Permalink
Add CHANGELOG entries, bump versions, update upstream dependency vers…
Browse files Browse the repository at this point in the history
…ions (EVM/VM)
  • Loading branch information
holgerd77 committed Sep 9, 2024
1 parent 8928f88 commit 52de215
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 5 deletions.
4 changes: 2 additions & 2 deletions packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,15 +60,15 @@
"@ethereumjs/common": "4.4.0",
"@ethereumjs/devp2p": "6.1.3",
"@ethereumjs/ethash": "3.0.4",
"@ethereumjs/evm": "3.1.0",
"@ethereumjs/evm": "3.1.1",
"@ethereumjs/genesis": "0.2.3",
"@ethereumjs/rlp": "5.0.2",
"@ethereumjs/statemanager": "2.4.0",
"@ethereumjs/trie": "6.2.1",
"@ethereumjs/tx": "5.4.0",
"@ethereumjs/util": "9.1.0",
"@ethereumjs/verkle": "^0.1.0",
"@ethereumjs/vm": "8.1.0",
"@ethereumjs/vm": "8.1.1",
"@multiformats/multiaddr": "^12.2.1",
"@polkadot/util": "^12.6.2",
"@polkadot/wasm-crypto": "^7.3.2",
Expand Down
4 changes: 4 additions & 0 deletions packages/evm/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
(modification: no type change headlines) and this project adheres to
[Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## 3.1.1 - 2024-09-09

- Fixes a Transient Storage EIP-1153 bug related to not clearing Transient Storage after creating a contract at tx-level (thanks @yann300 ❤️), PR [#3643](https://github.com/ethereumjs/ethereumjs-monorepo/pull/3643)

## 3.1.0 - 2024-08-15

### EIP-2537 BLS Precompiles (Prague)
Expand Down
2 changes: 1 addition & 1 deletion packages/evm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ethereumjs/evm",
"version": "3.1.0",
"version": "3.1.1",
"description": "JavaScript Ethereum Virtual Machine (EVM) implementation",
"keywords": [
"ethereum",
Expand Down
4 changes: 4 additions & 0 deletions packages/vm/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
(modification: no type change headlines) and this project adheres to
[Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## 8.1.1 - 2024-09-09

- Fixes a Transient Storage EIP-1153 bug in the underlying EVM related to not clearing Transient Storage after creating a contract at tx-level (thanks @yann300 ❤️), PR [#3643](https://github.com/ethereumjs/ethereumjs-monorepo/pull/3643)

## 8.1.0 - 2024-08-15

### EIP-7685 Requests: EIP-6110 (Deposits) / EIP-7002 (Withdrawals) / EIP-7251 (Consolidations)
Expand Down
4 changes: 2 additions & 2 deletions packages/vm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ethereumjs/vm",
"version": "8.1.0",
"version": "8.1.1",
"description": "An Ethereum VM implementation",
"keywords": [
"ethereum",
Expand Down Expand Up @@ -66,7 +66,7 @@
"@ethereumjs/block": "^5.3.0",
"@ethereumjs/blockchain": "^7.3.0",
"@ethereumjs/common": "^4.4.0",
"@ethereumjs/evm": "^3.1.0",
"@ethereumjs/evm": "^3.1.1",
"@ethereumjs/rlp": "^5.0.2",
"@ethereumjs/statemanager": "^2.4.0",
"@ethereumjs/trie": "^6.2.1",
Expand Down

0 comments on commit 52de215

Please sign in to comment.