Skip to content

Commit

Permalink
Bump versions for verkle, vm and wallet
Browse files Browse the repository at this point in the history
  • Loading branch information
holgerd77 committed Mar 11, 2024
1 parent 2abe156 commit ba01f73
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@
"@ethereumjs/trie": "6.2.0",
"@ethereumjs/tx": "5.3.0",
"@ethereumjs/util": "9.0.3",
"@ethereumjs/verkle": "^0.0.1",
"@ethereumjs/vm": "7.2.1",
"@ethereumjs/verkle": "^0.0.2",
"@ethereumjs/vm": "7.3.0",
"@polkadot/util": "^12.6.2",
"@polkadot/wasm-crypto": "^7.3.2",
"abstract-level": "^1.0.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/statemanager/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"@ethereumjs/rlp": "^5.0.2",
"@ethereumjs/trie": "^6.2.0",
"@ethereumjs/util": "^9.0.3",
"@ethereumjs/verkle": "^0.0.1",
"@ethereumjs/verkle": "^0.0.2",
"debug": "^4.3.3",
"ethereum-cryptography": "^2.1.3",
"js-sdsl": "^4.1.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/verkle/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ethereumjs/verkle",
"version": "0.0.1",
"version": "0.0.2",
"description": "Implementation of verkle trees as used in Ethereum.",
"keywords": [
"verkle",
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": "7.2.1",
"version": "7.3.0",
"description": "An Ethereum VM implementation",
"keywords": [
"ethereum",
Expand Down
2 changes: 1 addition & 1 deletion packages/wallet/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ethereumjs/wallet",
"version": "2.0.2",
"version": "2.0.3",
"description": "Utilities for handling Ethereum keys",
"keywords": [
"ethereum",
Expand Down

0 comments on commit ba01f73

Please sign in to comment.