Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
269 changes: 126 additions & 143 deletions package-lock.json

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions packages/binarytree/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ 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).

## 10.0.1 - 2025-10-21

## 10.0.0 (EXPERIMENTAL) - 2025-04-29

**Note:** This library is in an **experimental** stage and should not be used in production!
Expand Down
6 changes: 3 additions & 3 deletions packages/binarytree/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ethereumjs/binarytree",
"version": "10.0.0",
"version": "10.0.1",
"description": "Implementation of binary trees as used in Ethereum.",
"keywords": ["binary", "tree", "trie", "ethereum"],
"homepage": "https://github.com/ethereumjs/ethereumjs-monorepo/tree/master/packages/binarytree#readme",
Expand Down Expand Up @@ -54,8 +54,8 @@
"tsc": "../../config/cli/ts-compile.sh"
},
"dependencies": {
"@ethereumjs/rlp": "^10.0.0",
"@ethereumjs/util": "^10.0.0",
"@ethereumjs/rlp": "^10.0.1",
"@ethereumjs/util": "^10.0.1",
"@noble/hashes": "^1.7.2",
"debug": "^4.4.0",
"ethereum-cryptography": "^3.2.0",
Expand Down
2 changes: 2 additions & 0 deletions packages/block/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ 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).

## 10.0.1 - 2025-10-21

## 10.0.0 - 2025-04-29

### Overview
Expand Down
12 changes: 6 additions & 6 deletions packages/block/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ethereumjs/block",
"version": "10.0.0",
"version": "10.0.1",
"description": "Provides Block serialization and help functions",
"keywords": ["ethereum", "block"],
"homepage": "https://github.com/ethereumjs/ethereumjs-monorepo/tree/master/packages/block#readme",
Expand Down Expand Up @@ -50,11 +50,11 @@
"tsc": "../../config/cli/ts-compile.sh"
},
"dependencies": {
"@ethereumjs/common": "^10.0.0",
"@ethereumjs/rlp": "^10.0.0",
"@ethereumjs/mpt": "^10.0.0",
"@ethereumjs/tx": "^10.0.0",
"@ethereumjs/util": "^10.0.0",
"@ethereumjs/common": "^10.0.1",
"@ethereumjs/rlp": "^10.0.1",
"@ethereumjs/mpt": "^10.0.1",
"@ethereumjs/tx": "^10.0.1",
"@ethereumjs/util": "^10.0.1",
"ethereum-cryptography": "^3.2.0"
},
"devDependencies": {
Expand Down
2 changes: 2 additions & 0 deletions packages/blockchain/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ 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).

## 10.0.1 - 2025-10-21

## 10.0.0 - 2025-04-29

### Overview
Expand Down
12 changes: 6 additions & 6 deletions packages/blockchain/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ethereumjs/blockchain",
"version": "10.0.0",
"version": "10.0.1",
"description": "A module to store and interact with blocks",
"keywords": ["ethereum", "blockchain"],
"homepage": "https://github.com/ethereumjs/ethereumjs-monorepo/tree/master/packages/blockchain#readme",
Expand Down Expand Up @@ -50,11 +50,11 @@
"tsc": "../../config/cli/ts-compile.sh"
},
"dependencies": {
"@ethereumjs/block": "^10.0.0",
"@ethereumjs/common": "^10.0.0",
"@ethereumjs/mpt": "^10.0.0",
"@ethereumjs/rlp": "^10.0.0",
"@ethereumjs/util": "^10.0.0",
"@ethereumjs/block": "^10.0.1",
"@ethereumjs/common": "^10.0.1",
"@ethereumjs/mpt": "^10.0.1",
"@ethereumjs/rlp": "^10.0.1",
"@ethereumjs/util": "^10.0.1",
"debug": "^4.4.0",
"eventemitter3": "^5.0.1",
"lru-cache": "11.0.2"
Expand Down
22 changes: 11 additions & 11 deletions packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,19 +52,19 @@
"tsc": "../../config/cli/ts-compile.sh"
},
"dependencies": {
"@ethereumjs/block": "10.0.0",
"@ethereumjs/blockchain": "10.0.0",
"@ethereumjs/common": "10.0.0",
"@ethereumjs/block": "10.0.1",
"@ethereumjs/blockchain": "10.0.1",
"@ethereumjs/common": "10.0.1",
"@ethereumjs/devp2p": "10.0.0",
"@ethereumjs/ethash": "10.0.0",
"@ethereumjs/evm": "10.0.0",
"@ethereumjs/genesis": "10.0.0",
"@ethereumjs/mpt": "10.0.0",
"@ethereumjs/rlp": "10.0.0",
"@ethereumjs/statemanager": "10.0.0",
"@ethereumjs/tx": "10.0.0",
"@ethereumjs/util": "10.0.0",
"@ethereumjs/vm": "10.0.0",
"@ethereumjs/evm": "10.0.1",
"@ethereumjs/genesis": "10.0.1",
"@ethereumjs/mpt": "10.0.1",
"@ethereumjs/rlp": "10.0.1",
"@ethereumjs/statemanager": "10.0.1",
"@ethereumjs/tx": "10.0.1",
"@ethereumjs/util": "10.0.1",
"@ethereumjs/vm": "10.0.1",
"@js-sdsl/ordered-map": "^4.4.2",
"@multiformats/multiaddr": "^12.4.0",
"@paulmillr/trusted-setups": "^0.2.0",
Expand Down
2 changes: 2 additions & 0 deletions packages/common/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ 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).

## 10.0.1 - 2025-10-21

## 10.0.0 - 2025-04-29

### Overview
Expand Down
4 changes: 2 additions & 2 deletions packages/common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ethereumjs/common",
"version": "10.0.0",
"version": "10.0.1",
"description": "Resources common to all Ethereum implementations",
"keywords": [
"ethereum",
Expand Down Expand Up @@ -63,7 +63,7 @@
"tsc": "../../config/cli/ts-compile.sh"
},
"dependencies": {
"@ethereumjs/util": "^10.0.0",
"@ethereumjs/util": "^10.0.1",
"eventemitter3": "^5.0.1"
},
"devDependencies": {
Expand Down
10 changes: 5 additions & 5 deletions packages/devp2p/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,9 @@
"tsc": "../../config/cli/ts-compile.sh"
},
"dependencies": {
"@ethereumjs/common": "^10.0.0",
"@ethereumjs/rlp": "^10.0.0",
"@ethereumjs/util": "^10.0.0",
"@ethereumjs/common": "^10.0.1",
"@ethereumjs/rlp": "^10.0.1",
"@ethereumjs/util": "^10.0.1",
"@scure/base": "^1.2.4",
"debug": "^4.4.0",
"ethereum-cryptography": "^3.2.0",
Expand All @@ -77,8 +77,8 @@
"snappyjs": "^0.7.0"
},
"devDependencies": {
"@ethereumjs/block": "^10.0.0",
"@ethereumjs/tx": "^10.0.0",
"@ethereumjs/block": "^10.0.1",
"@ethereumjs/tx": "^10.0.1",
"@types/debug": "^4.1.12",
"@types/k-bucket": "^5.0.4",
"@types/node": "^22.13.10",
Expand Down
8 changes: 4 additions & 4 deletions packages/e2store/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,10 @@
"tsc": "../../config/cli/ts-compile.sh"
},
"dependencies": {
"@ethereumjs/block": "^10.0.0",
"@ethereumjs/blockchain": "^10.0.0",
"@ethereumjs/rlp": "^10.0.0",
"@ethereumjs/util": "^10.0.0",
"@ethereumjs/block": "^10.0.1",
"@ethereumjs/blockchain": "^10.0.1",
"@ethereumjs/rlp": "^10.0.1",
"@ethereumjs/util": "^10.0.1",
"level": "^9.0.0",
"micro-eth-signer": "^0.15.0",
"snappyjs": "^0.7.0"
Expand Down
8 changes: 4 additions & 4 deletions packages/ethash/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,14 +48,14 @@
"tsc": "../../config/cli/ts-compile.sh"
},
"dependencies": {
"@ethereumjs/block": "^10.0.0",
"@ethereumjs/rlp": "^10.0.0",
"@ethereumjs/util": "^10.0.0",
"@ethereumjs/block": "^10.0.1",
"@ethereumjs/rlp": "^10.0.1",
"@ethereumjs/util": "^10.0.1",
"bigint-crypto-utils": "^3.3.0",
"ethereum-cryptography": "^3.2.0"
},
"devDependencies": {
"@ethereumjs/common": "^10.0.0"
"@ethereumjs/common": "^10.0.1"
},
"engines": {
"node": ">=18"
Expand Down
2 changes: 2 additions & 0 deletions packages/evm/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ 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).

## 10.0.1 - 2025-10-21

## 10.0.0 - 2025-04-29

### Overview
Expand Down
10 changes: 5 additions & 5 deletions packages/evm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ethereumjs/evm",
"version": "10.0.0",
"version": "10.0.1",
"description": "JavaScript Ethereum Virtual Machine (EVM) implementation",
"keywords": ["ethereum", "EVM", "JavaScript", "TypeScript"],
"homepage": "https://github.com/ethereumjs/ethereumjs-monorepo/tree/master/packages/evm#readme",
Expand Down Expand Up @@ -54,10 +54,10 @@
"visualize:bundle": "npx vite build --config=./vite.config.bundler.ts --emptyOutDir=false --outDir ."
},
"dependencies": {
"@ethereumjs/binarytree": "^10.0.0",
"@ethereumjs/common": "^10.0.0",
"@ethereumjs/statemanager": "^10.0.0",
"@ethereumjs/util": "^10.0.0",
"@ethereumjs/binarytree": "^10.0.1",
"@ethereumjs/common": "^10.0.1",
"@ethereumjs/statemanager": "^10.0.1",
"@ethereumjs/util": "^10.0.1",
"@noble/curves": "^1.9.0",
"debug": "^4.4.0",
"ethereum-cryptography": "^3.2.0",
Expand Down
2 changes: 2 additions & 0 deletions packages/genesis/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ 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).

## 10.0.1 - 2025-10-21

## 10.0.0 - 2025-04-29

### Overview
Expand Down
6 changes: 3 additions & 3 deletions packages/genesis/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ethereumjs/genesis",
"version": "10.0.0",
"version": "10.0.1",
"description": "A module to provide genesis states of well known networks",
"keywords": ["ethereum", "genesis"],
"homepage": "https://github.com/ethereumjs/ethereumjs-monorepo/tree/master/packages/genesis#readme",
Expand Down Expand Up @@ -78,8 +78,8 @@
"tsc": "../../config/cli/ts-compile.sh"
},
"dependencies": {
"@ethereumjs/common": "^10.0.0",
"@ethereumjs/util": "^10.0.0"
"@ethereumjs/common": "^10.0.1",
"@ethereumjs/util": "^10.0.1"
},
"engines": {
"node": ">=18"
Expand Down
2 changes: 2 additions & 0 deletions packages/mpt/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ 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).

## 10.0.1 - 2025-10-21

## 10.0.0 - 2025-04-29

### Overview
Expand Down
8 changes: 4 additions & 4 deletions packages/mpt/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ethereumjs/mpt",
"version": "10.0.0",
"version": "10.0.1",
"description": "Implementation of the modified merkle patricia tree as specified in Ethereum's yellow paper.",
"keywords": ["merkle", "radix", "trie", "ethereum"],
"homepage": "https://github.com/ethereumjs/ethereumjs-monorepo/tree/master/packages/mpt#readme",
Expand Down Expand Up @@ -53,14 +53,14 @@
"tsc": "../../config/cli/ts-compile.sh"
},
"dependencies": {
"@ethereumjs/rlp": "^10.0.0",
"@ethereumjs/util": "^10.0.0",
"@ethereumjs/rlp": "^10.0.1",
"@ethereumjs/util": "^10.0.1",
"debug": "^4.4.0",
"lru-cache": "11.0.2",
"ethereum-cryptography": "^3.2.0"
},
"devDependencies": {
"@ethereumjs/genesis": "^10.0.0",
"@ethereumjs/genesis": "^10.0.1",
"@types/benchmark": "^2.1.5",
"@types/debug": "^4.1.12",
"abstract-level": "^3.0.1",
Expand Down
2 changes: 2 additions & 0 deletions packages/rlp/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ 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).

## 10.0.1 - 2025-10-21

## 10.0.0 - 2025-04-29

### Overview
Expand Down
2 changes: 1 addition & 1 deletion packages/rlp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ethereumjs/rlp",
"version": "10.0.0",
"version": "10.0.1",
"description": "Recursive Length Prefix Encoding Module",
"keywords": ["rlp", "ethereum"],
"homepage": "https://github.com/ethereumjs/ethereumjs-monorepo/tree/master/packages/rlp#readme",
Expand Down
2 changes: 2 additions & 0 deletions packages/statemanager/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ 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).

## 10.0.1 - 2025-10-21

## 10.0.0 - 2025-04-29

### Overview
Expand Down
16 changes: 8 additions & 8 deletions packages/statemanager/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ethereumjs/statemanager",
"version": "10.0.0",
"version": "10.0.1",
"description": "An Ethereum statemanager implementation",
"keywords": ["ethereum", "statemanager"],
"homepage": "https://github.com/ethereumjs/ethereumjs-monorepo/tree/master/packages/statemanager#readme",
Expand Down Expand Up @@ -47,20 +47,20 @@
"tsc": "../../config/cli/ts-compile.sh"
},
"dependencies": {
"@ethereumjs/binarytree": "^10.0.0",
"@ethereumjs/common": "^10.0.0",
"@ethereumjs/rlp": "^10.0.0",
"@ethereumjs/mpt": "^10.0.0",
"@ethereumjs/util": "^10.0.0",
"@ethereumjs/binarytree": "^10.0.1",
"@ethereumjs/common": "^10.0.1",
"@ethereumjs/rlp": "^10.0.1",
"@ethereumjs/mpt": "^10.0.1",
"@ethereumjs/util": "^10.0.1",
"@js-sdsl/ordered-map": "^4.4.2",
"@noble/hashes": "^1.7.2",
"debug": "^4.4.0",
"ethereum-cryptography": "^3.2.0",
"lru-cache": "11.0.2"
},
"devDependencies": {
"@ethereumjs/block": "^10.0.0",
"@ethereumjs/genesis": "^10.0.0",
"@ethereumjs/block": "^10.0.1",
"@ethereumjs/genesis": "^10.0.1",
"@types/debug": "^4.1.12",
"micro-eth-signer": "0.15.0"
}
Expand Down
4 changes: 2 additions & 2 deletions packages/testdata/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"tsc": "../../config/cli/ts-compile.sh"
},
"devDependencies": {
"@ethereumjs/block": "^10.0.0",
"@ethereumjs/util": "^10.0.0"
"@ethereumjs/block": "^10.0.1",
"@ethereumjs/util": "^10.0.1"
}
}
2 changes: 2 additions & 0 deletions packages/tx/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ 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).

## 10.0.1 - 2025-10-21

## 10.0.0 - 2025-04-29

### Overview
Expand Down
Loading
Loading