Skip to content

Commit

Permalink
update vers
Browse files Browse the repository at this point in the history
  • Loading branch information
luu-alex committed Nov 29, 2023
1 parent 4dffacc commit 9ccb2fb
Show file tree
Hide file tree
Showing 15 changed files with 31 additions and 29 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2316,11 +2316,11 @@ If there are any bugs, improvements, optimizations or any new feature proposal f
- Added `safeDisconnect` as a `SocketProvider` method to disconnect only when request queue size and send request queue size is 0 (#6479)
- Add `isContractInitOptions` method (#6555)

### Fixed
#### web3

#### web3-eth-accounts
- Added methods (privateKeyToAddress, parseAndValidatePrivateKey, and privateKeyToPublicKey) to web3.eth.accounts (#6620)

- Fixed `recover` function, `v` will be normalized to value 0,1 (#6344)
### Fixed

#### web3-rpc-methods

Expand Down
2 changes: 1 addition & 1 deletion packages/web3-core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ Documentation:

- Added `isMetaMaskProvider` function to check if provider is metamask (#6534)

## [4.4.0]
## [4.3.2]

### Changed

Expand Down
4 changes: 2 additions & 2 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.4.0",
"version": "4.3.2",
"description": "Web3 core tools for sub-packages. This is an internal package.",
"main": "./lib/commonjs/index.js",
"module": "./lib/esm/index.js",
Expand Down Expand Up @@ -43,7 +43,7 @@
},
"dependencies": {
"web3-errors": "^1.1.4",
"web3-eth-accounts": "^4.1.0",
"web3-eth-accounts": "^4.1.1",
"web3-eth-iban": "^4.0.8",
"web3-providers-http": "^4.1.1",
"web3-providers-ws": "^4.0.8",
Expand Down
2 changes: 2 additions & 0 deletions packages/web3-eth-accounts/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,8 @@ Documentation:

- Fixed `recover` function, `v` will be normalized to value 0,1 (#6344)

## [4.1.1]

### Changed

- Dependencies updated
Expand Down
2 changes: 1 addition & 1 deletion 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.1.0",
"version": "4.1.1",
"description": "Package for managing Ethereum accounts and signing",
"main": "./lib/commonjs/index.js",
"module": "./lib/esm/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/web3-eth-contract/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ Documentation:

- Will populate `data` for transactions in contract for metamask provider instead of `input` (#6534)

## [4.2.0]
## [4.1.4]

### Changed

Expand Down
8 changes: 4 additions & 4 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.2.0",
"version": "4.1.4",
"description": "Web3 module to interact with Ethereum smart contracts.",
"main": "./lib/commonjs/index.js",
"module": "./lib/esm/index.js",
Expand Down Expand Up @@ -45,9 +45,9 @@
"test:e2e:firefox": "npx cypress run --headless --browser firefox --env grep='ignore',invert=true"
},
"dependencies": {
"web3-core": "^4.4.0",
"web3-core": "^4.3.2",
"web3-errors": "^1.1.4",
"web3-eth": "^4.4.0",
"web3-eth": "^4.3.2",
"web3-eth-abi": "^4.1.5",
"web3-types": "^1.3.1",
"web3-utils": "^4.1.0",
Expand All @@ -67,6 +67,6 @@
"prettier": "^2.7.1",
"ts-jest": "^28.0.7",
"typescript": "^4.7.4",
"web3-eth-accounts": "^4.1.0"
"web3-eth-accounts": "^4.1.1"
}
}
6 changes: 3 additions & 3 deletions packages/web3-eth-ens/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,10 @@
},
"dependencies": {
"@adraffy/ens-normalize": "^1.8.8",
"web3-core": "^4.4.0",
"web3-core": "^4.3.2",
"web3-errors": "^1.1.4",
"web3-eth": "^4.4.0",
"web3-eth-contract": "^4.2.0",
"web3-eth": "^4.3.2",
"web3-eth-contract": "^4.1.4",
"web3-net": "^4.0.8",
"web3-types": "^1.3.1",
"web3-utils": "^4.1.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/web3-eth-personal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@
"test:integration": "jest --config=./test/integration/jest.config.js"
},
"dependencies": {
"web3-core": "^4.4.0",
"web3-eth": "^4.4.0",
"web3-core": "^4.3.2",
"web3-eth": "^4.3.2",
"web3-rpc-methods": "^1.1.4",
"web3-types": "^1.3.1",
"web3-utils": "^4.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/web3-eth/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ Documentation:

- Dependencies updated

## [4.4.0]
## [4.3.2]

### Changed

Expand Down
6 changes: 3 additions & 3 deletions packages/web3-eth/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "web3-eth",
"version": "4.4.0",
"version": "4.3.2",
"description": "Web3 module to interact with the Ethereum blockchain and smart contracts.",
"main": "./lib/commonjs/index.js",
"module": "./lib/esm/index.js",
Expand Down Expand Up @@ -63,10 +63,10 @@
},
"dependencies": {
"setimmediate": "^1.0.5",
"web3-core": "^4.4.0",
"web3-core": "^4.3.2",
"web3-errors": "^1.1.4",
"web3-eth-abi": "^4.1.5",
"web3-eth-accounts": "^4.1.0",
"web3-eth-accounts": "^4.1.1",
"web3-net": "^4.0.8",
"web3-providers-ws": "^4.0.8",
"web3-rpc-methods": "^1.1.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/web3-net/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"typescript": "^4.7.4"
},
"dependencies": {
"web3-core": "^4.4.0",
"web3-core": "^4.3.2",
"web3-rpc-methods": "^1.1.4",
"web3-types": "^1.3.1",
"web3-utils": "^4.1.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/web3-rpc-methods/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"typescript": "^4.7.4"
},
"dependencies": {
"web3-core": "^4.4.0",
"web3-core": "^4.3.2",
"web3-types": "^1.3.1",
"web3-validator": "^2.0.3"
}
Expand Down
8 changes: 4 additions & 4 deletions packages/web3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,12 +83,12 @@
"web3-providers-ipc": "^4.0.8"
},
"dependencies": {
"web3-core": "^4.4.0",
"web3-core": "^4.3.2",
"web3-errors": "^1.1.4",
"web3-eth": "^4.4.0",
"web3-eth": "^4.3.2",
"web3-eth-abi": "^4.1.5",
"web3-eth-accounts": "^4.1.0",
"web3-eth-contract": "^4.2.0",
"web3-eth-accounts": "^4.1.1",
"web3-eth-contract": "^4.1.4",
"web3-eth-ens": "^4.0.9",
"web3-eth-iban": "^4.0.8",
"web3-eth-personal": "^4.0.9",
Expand Down
4 changes: 2 additions & 2 deletions tools/web3-plugin-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@
"ts-jest": "^28.0.7",
"typescript": "^4.7.4",
"web3": "^4.3.0",
"web3-core": "^4.4.0",
"web3-core": "^4.3.2",
"web3-eth-abi": "^4.1.5",
"web3-eth-contract": "^4.2.0",
"web3-eth-contract": "^4.1.4",
"web3-types": "^1.3.1",
"web3-utils": "^4.1.0"
},
Expand Down

0 comments on commit 9ccb2fb

Please sign in to comment.