Skip to content

Commit

Permalink
Version bumps (VM, client)
Browse files Browse the repository at this point in the history
  • Loading branch information
holgerd77 committed Aug 14, 2024
1 parent 9fe7915 commit 911a052
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
4 changes: 3 additions & 1 deletion packages/client/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ 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).

## - 2024-07-23
## 0.10.2 - 2024-07-23

This releases comes with some RPC improvements as well as various updates to catch up for testnets preparing for the Prague hardfork as well as the Verkle tree integration. Note that for running/participating in the latest Prague and Verkle testnets it is still needed to join with a build from `master` since testnets are evolving so quickly that it is not practical to catch up with official client releases!

### Verkle Updates

Expand Down
4 changes: 2 additions & 2 deletions packages/client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ethereumjs/client",
"version": "0.10.1",
"version": "0.10.2",
"description": "EthereumJS Execution Layer (EL) Client Implementation",
"keywords": [
"ethereum",
Expand Down Expand Up @@ -68,7 +68,7 @@
"@ethereumjs/tx": "5.4.0",
"@ethereumjs/util": "9.1.0",
"@ethereumjs/verkle": "^0.1.0",
"@ethereumjs/vm": "8.0.0",
"@ethereumjs/vm": "8.1.0",
"@multiformats/multiaddr": "^12.2.1",
"@polkadot/util": "^12.6.2",
"@polkadot/wasm-crypto": "^7.3.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/vm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ethereumjs/vm",
"version": "8.0.0",
"version": "8.1.0",
"description": "An Ethereum VM implementation",
"keywords": [
"ethereum",
Expand Down

0 comments on commit 911a052

Please sign in to comment.