Skip to content
This repository was archived by the owner on Mar 5, 2025. It is now read-only.
Merged
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
68 changes: 64 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -1049,7 +1049,7 @@ should use 4.0.1-alpha.0 for testing.

- These types were added: ProviderRpcError, EthSubscription, ProviderMessage, ProviderConnectInfo (#5683)

## [Unreleased]
## [4.0.1-alpha.5]

### Removed

Expand All @@ -1061,18 +1061,78 @@ should use 4.0.1-alpha.0 for testing.

- `build` entry from `package.json` (#5755)

### Fixed
### Changed

#### web3-core

- web3.js dependencies (#5757)

#### web3-errors

- web3.js dependencies (#5757)

#### web3-eth

- Enable transaction with local wallet index in the `to` field (#5731)
- web3.js dependencies (#5757)

#### web3-eth-abi

- web3.js dependencies (#5757)

#### web3-eth-accounts

- web3.js dependencies (#5757)

#### web3-eth-contract

- web3.js dependencies (#5757)

#### web3-eth-ens

- web3.js dependencies (#5757)

#### web3-eth-iban

- web3.js dependencies (#5757)

#### web3-eth-personal

- web3.js dependencies (#5757)

#### web3-eth-net

- web3.js dependencies (#5757)

#### web3-providers-http

- web3.js dependencies (#5757)

#### web3-providers-ipc

- web3.js dependencies (#5757)

#### web3-providers-ws

- web3.js dependencies (#5757)

#### web3-rpc-methods

- web3.js dependencies (#5757)

#### web3-utils

- web3.js dependencies (#5757)

### Fixed

#### web3-eth

- Add error for invalid transaction receiver (#5731)
- Enable transaction with local wallet index in the `to` field (#5731)

### Added

#### web3-types

- Add `TransactionWithFromLocalWalletIndex`, `TransactionWithToLocalWalletIndex` and `TransactionWithFromAndToLocalWalletIndex` types (#5731)

## [Unreleased]
6 changes: 6 additions & 0 deletions packages/web3-core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,4 +70,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- `tsc` compiled files moved to `lib/` directory from `dist/` (#5739)

## [4.0.1-alpha.5]

### Changed

- web3.js dependencies (#5757)

## [Unreleased]
18 changes: 9 additions & 9 deletions packages/web3-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "web3-core",
"version": "4.0.1-alpha.4",
"version": "4.0.1-alpha.5",
"description": "Web3 core tools for sub-packages. This is an internal package.",
"main": "lib/index.js",
"repository": "https://github.com/ChainSafe/web3.js",
Expand All @@ -25,14 +25,14 @@
"test:integration": "jest --config=./test/integration/jest.config.js --passWithNoTests"
},
"dependencies": {
"web3-errors": "^0.1.1-alpha.3",
"web3-eth-iban": "^4.0.1-alpha.4",
"web3-providers-http": "^4.0.1-alpha.4",
"web3-providers-ipc": "^4.0.1-alpha.4",
"web3-providers-ws": "^4.0.1-alpha.4",
"web3-types": "^0.1.1-alpha.3",
"web3-utils": "^4.0.1-alpha.4",
"web3-validator": "^0.1.1-alpha.4"
"web3-errors": "^0.1.1-alpha.4",
"web3-eth-iban": "^4.0.1-alpha.5",
"web3-providers-http": "^4.0.1-alpha.5",
"web3-providers-ipc": "^4.0.1-alpha.5",
"web3-providers-ws": "^4.0.1-alpha.5",
"web3-types": "^0.1.1-alpha.4",
"web3-utils": "^4.0.1-alpha.5",
"web3-validator": "^0.1.1-alpha.5"
},
"devDependencies": {
"@types/jest": "^28.1.6",
Expand Down
6 changes: 6 additions & 0 deletions packages/web3-errors/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,4 +65,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- `main` and `files` entries in `package.json` changed to `lib/` directory from `dist/` (#5739)

## [4.0.1-alpha.5]

### Changed

- web3.js dependencies (#5757)

## [Unreleased]
4 changes: 2 additions & 2 deletions packages/web3-errors/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "web3-errors",
"version": "0.1.1-alpha.3",
"version": "0.1.1-alpha.4",
"description": "This package has web3 error classes",
"main": "lib/index.js",
"repository": "https://github.com/ChainSafe/web3.js",
Expand All @@ -25,7 +25,7 @@
"test:integration": "jest --config=./test/integration/jest.config.js --passWithNoTests"
},
"dependencies": {
"web3-types": "^0.1.1-alpha.3"
"web3-types": "^0.1.1-alpha.4"
},
"devDependencies": {
"@types/jest": "^28.1.6",
Expand Down
6 changes: 6 additions & 0 deletions packages/web3-eth-abi/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,4 +72,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- `tsc` compiled files moved to `lib/` directory from `dist/` (#5739)

## [4.0.1-alpha.5]

### Changed

- web3.js dependencies (#5757)

## [Unreleased]
8 changes: 4 additions & 4 deletions packages/web3-eth-abi/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "web3-eth-abi",
"version": "4.0.1-alpha.4",
"version": "4.0.1-alpha.5",
"description": "Web3 module encode and decode EVM in/output.",
"main": "lib/index.js",
"repository": "https://github.com/ethereum/web3.js/tree/4.x/packages/web3-eth-abi",
Expand All @@ -26,9 +26,9 @@
},
"dependencies": {
"@ethersproject/abi": "^5.6.4",
"web3-errors": "^0.1.1-alpha.3",
"web3-types": "^0.1.1-alpha.3",
"web3-utils": "^4.0.1-alpha.4"
"web3-errors": "^0.1.1-alpha.4",
"web3-types": "^0.1.1-alpha.4",
"web3-utils": "^4.0.1-alpha.5"
},
"devDependencies": {
"@humeris/espresso-shot": "^4.0.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/web3-eth-accounts/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- `tsc` compiled files moved to `lib/` directory from `dist/` (#5739)

## [4.0.1-alpha.5]

### Changed

- web3.js dependencies (#5757)

## [Unreleased]
10 changes: 5 additions & 5 deletions packages/web3-eth-accounts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "web3-eth-accounts",
"version": "4.0.1-alpha.4",
"version": "4.0.1-alpha.5",
"description": "Package for managing Ethereum accounts and signing",
"main": "lib/index.js",
"repository": "https://github.com/ChainSafe/web3.js",
Expand Down Expand Up @@ -42,9 +42,9 @@
"dependencies": {
"@ethereumjs/tx": "^3.5.2",
"ethereum-cryptography": "^1.1.2",
"web3-errors": "^0.1.1-alpha.3",
"web3-types": "^0.1.1-alpha.3",
"web3-utils": "^4.0.1-alpha.4",
"web3-validator": "^0.1.1-alpha.4"
"web3-errors": "^0.1.1-alpha.4",
"web3-types": "^0.1.1-alpha.4",
"web3-utils": "^4.0.1-alpha.5",
"web3-validator": "^0.1.1-alpha.5"
}
}
6 changes: 6 additions & 0 deletions packages/web3-eth-contract/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -208,4 +208,10 @@ const transactionHash = receipt.transactionHash;

- `tsc` compiled files moved to `lib/` directory from `dist/` (#5739)

## [4.0.1-alpha.5]

### Changed

- web3.js dependencies (#5757)

## [Unreleased]
18 changes: 9 additions & 9 deletions packages/web3-eth-contract/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "web3-eth-contract",
"version": "4.0.1-alpha.4",
"version": "4.0.1-alpha.5",
"description": "Web3 module to interact with Ethereum smart contracts.",
"main": "lib/index.js",
"repository": "https://github.com/ethereum/web3.js/tree/4.x/packages/web3-eth-contract",
Expand Down Expand Up @@ -28,13 +28,13 @@
"test:e2e:firefox": "npx cypress run --headless --browser firefox --env grep='ignore',invert=true"
},
"dependencies": {
"web3-core": "^4.0.1-alpha.4",
"web3-errors": "^0.1.1-alpha.3",
"web3-eth": "^4.0.1-alpha.4",
"web3-eth-abi": "^4.0.1-alpha.4",
"web3-types": "^0.1.1-alpha.3",
"web3-utils": "^4.0.1-alpha.4",
"web3-validator": "^0.1.1-alpha.4"
"web3-core": "^4.0.1-alpha.5",
"web3-errors": "^0.1.1-alpha.4",
"web3-eth": "^4.0.1-alpha.5",
"web3-eth-abi": "^4.0.1-alpha.5",
"web3-types": "^0.1.1-alpha.4",
"web3-utils": "^4.0.1-alpha.5",
"web3-validator": "^0.1.1-alpha.5"
},
"devDependencies": {
"@humeris/espresso-shot": "^4.0.0",
Expand All @@ -50,6 +50,6 @@
"prettier": "^2.7.1",
"ts-jest": "^28.0.7",
"typescript": "^4.7.4",
"web3-eth-accounts": "^4.0.1-alpha.4"
"web3-eth-accounts": "^4.0.1-alpha.5"
}
}
6 changes: 6 additions & 0 deletions packages/web3-eth-ens/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- `tsc` compiled files moved to `lib/` directory from `dist/` (#5739)

## [4.0.1-alpha.5]

### Changed

- web3.js dependencies (#5757)

## [Unreleased]
16 changes: 8 additions & 8 deletions packages/web3-eth-ens/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "web3-eth-ens",
"version": "4.0.1-alpha.4",
"version": "4.0.1-alpha.5",
"description": "This package has ENS functions for interacting with Ethereum Name Service.",
"main": "lib/index.js",
"repository": "https://github.com/ChainSafe/web3.js",
Expand Down Expand Up @@ -42,12 +42,12 @@
},
"dependencies": {
"idna-uts46-hx": "^3.5.0",
"web3-core": "^4.0.1-alpha.4",
"web3-errors": "^0.1.1-alpha.3",
"web3-eth": "^4.0.1-alpha.4",
"web3-eth-contract": "^4.0.1-alpha.4",
"web3-net": "^4.0.1-alpha.4",
"web3-types": "^0.1.1-alpha.3",
"web3-utils": "^4.0.1-alpha.4"
"web3-core": "^4.0.1-alpha.5",
"web3-errors": "^0.1.1-alpha.4",
"web3-eth": "^4.0.1-alpha.5",
"web3-eth-contract": "^4.0.1-alpha.5",
"web3-net": "^4.0.1-alpha.5",
"web3-types": "^0.1.1-alpha.4",
"web3-utils": "^4.0.1-alpha.5"
}
}
6 changes: 6 additions & 0 deletions packages/web3-eth-iban/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- `tsc` compiled files moved to `lib/` directory from `dist/` (#5739)

## [4.0.1-alpha.5]

### Changed

- web3.js dependencies (#5757)

## [Unreleased]
8 changes: 4 additions & 4 deletions packages/web3-eth-iban/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "web3-eth-iban",
"version": "4.0.1-alpha.4",
"version": "4.0.1-alpha.5",
"description": "This package converts Ethereum addresses to IBAN addresses and vice versa.",
"main": "lib/index.js",
"repository": "https://github.com/ChainSafe/web3.js",
Expand Down Expand Up @@ -39,8 +39,8 @@
"typescript": "^4.7.4"
},
"dependencies": {
"web3-errors": "^0.1.1-alpha.3",
"web3-types": "^0.1.1-alpha.3",
"web3-utils": "^4.0.1-alpha.4"
"web3-errors": "^0.1.1-alpha.4",
"web3-types": "^0.1.1-alpha.4",
"web3-utils": "^4.0.1-alpha.5"
}
}
6 changes: 6 additions & 0 deletions packages/web3-eth-personal/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,4 +69,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- `tsc` compiled files moved to `lib/` directory from `dist/` (#5739)

## [4.0.1-alpha.5]

### Changed

- web3.js dependencies (#5757)

## [Unreleased]
16 changes: 8 additions & 8 deletions packages/web3-eth-personal/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "web3-eth-personal",
"version": "4.0.1-alpha.4",
"version": "4.0.1-alpha.5",
"description": "Web3 module to interact with the Ethereum blockchain accounts stored in the node.",
"main": "lib/index.js",
"repository": "https://github.com/ChainSafe/web3.js",
Expand All @@ -25,12 +25,12 @@
"test:integration": "jest --config=./test/integration/jest.config.js"
},
"dependencies": {
"web3-core": "^4.0.1-alpha.4",
"web3-eth": "^4.0.1-alpha.4",
"web3-rpc-methods": "^0.1.0-alpha.3",
"web3-types": "^0.1.1-alpha.3",
"web3-utils": "^4.0.1-alpha.4",
"web3-validator": "^0.1.1-alpha.4"
"web3-core": "^4.0.1-alpha.5",
"web3-eth": "^4.0.1-alpha.5",
"web3-rpc-methods": "^0.1.0-alpha.4",
"web3-types": "^0.1.1-alpha.4",
"web3-utils": "^4.0.1-alpha.5",
"web3-validator": "^0.1.1-alpha.5"
},
"devDependencies": {
"@types/jest": "^28.1.6",
Expand All @@ -45,6 +45,6 @@
"prettier": "^2.7.1",
"ts-jest": "^28.0.7",
"typescript": "^4.7.4",
"web3-providers-ws": "^4.0.1-alpha.4"
"web3-providers-ws": "^4.0.1-alpha.5"
}
}
Loading