Skip to content

Commit

Permalink
changelog sync and updates
Browse files Browse the repository at this point in the history
  • Loading branch information
jdevcs committed Sep 18, 2023
1 parent 8010a6d commit 585c12c
Show file tree
Hide file tree
Showing 19 changed files with 171 additions and 23 deletions.
66 changes: 64 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -1993,22 +1993,31 @@ If there are any bugs, improvements, optimizations or any new feature proposal f

- Dependencies updated

## [Unreleased]
## [4.1.2]

### Fixed

#### web3

- Fix of incorrect provider warning behaviour
- Fix of incorrect provider warning behavior

#### web3-eth-accounts

- Fixed "The `r` and `s` returned by `sign` to does not always consist of 64 characters" (#6411)

#### web3-eth-contract


#### web3-utils

- `soliditySha3()` with BigInt support

### Added

#### web3-core

- Added to `Web3Config` property `contractDataInputFill` allowing users to have the choice using property `data`, `input` or `both` for contract methods to be sent to the RPC provider when creating contracts. (#6377) (#6400)

#### web3-eth

- Added to `Web3Config` property `contractDataInputFill` allowing users to have the choice using property `data`, `input` or `both` for contract methods to be sent to the RPC provider when creating contracts. (#6377) (#6400)
Expand All @@ -2021,3 +2030,56 @@ If there are any bugs, improvements, optimizations or any new feature proposal f
#### web3-types

- add `asEIP1193Provider` to `Web3BaseProvider` so every inherited class can have the returned value of `request` method, fully compatible with EIP-1193. (#6407)

### Changed

#### web3-core

- Dependencies updated

#### web3-errors

- Dependencies updated

#### web3-eth-abi

- Dependencies updated

#### web3-eth-ens

- Dependencies updated

#### web3-eth-iban

- Dependencies updated

#### web3-eth-personal

- Dependencies updated

#### web3-net

- Dependencies updated

#### web3-providers-http

- Dependencies updated

#### web3-providers-ipc

- Dependencies updated

#### web3-providers-ws

- Dependencies updated

#### web3-rpc-methods

- Dependencies updated

#### web3-validator

- Dependencies updated


## [Unreleased]
8 changes: 7 additions & 1 deletion packages/web3-core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -173,4 +173,10 @@ Documentation:

- To fix issue #6190, added the functionality to introduce different timeout value for Web3. (#6336)

## [Unreleased]
## [4.2.0]

### Added

- Added to `Web3Config` property `contractDataInputFill` allowing users to have the choice using property `data`, `input` or `both` for contract methods to be sent to the RPC provider when creating contracts. (#6377) (#6400)

## [Unreleased]
8 changes: 7 additions & 1 deletion packages/web3-errors/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -148,4 +148,10 @@ Documentation:

- ESM import bug (#6359)

## [Unreleased]
## [1.1.2]

### Changed

- Dependencies updated

## [Unreleased]
8 changes: 7 additions & 1 deletion packages/web3-eth-abi/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,4 +136,10 @@ Documentation:

- Dependencies updated

## [Unreleased]
## [4.1.2]

### Changed

- Dependencies updated

## [Unreleased]
5 changes: 4 additions & 1 deletion packages/web3-eth-accounts/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,8 +130,11 @@ Documentation:

- Dependencies updated

## [Unreleased]
## [4.0.6]

### Fixed

- Fixed "The `r` and `s` returned by `sign` to does not always consist of 64 characters" (#6411)


## [Unreleased]
7 changes: 4 additions & 3 deletions packages/web3-eth-contract/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -300,11 +300,12 @@ Documentation:

- In case of error events there will be inner error also available for details

## [Unreleased]

### Fixed
## [4.1.0]

### Added

- Added `dataInputFill` as a ContractInitOption, allowing users to have the choice using property `data`, `input` or `both` for contract methods to be sent to the RPC provider. (#6355)
- Added to `Web3Config` property `contractDataInputFill` allowing users to have the choice using property `data`, `input` or `both` for contract methods to be sent to the RPC provider when creating contracts. (#6377)


## [Unreleased]
8 changes: 7 additions & 1 deletion packages/web3-eth-ens/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,4 +123,10 @@ Documentation:

- Dependencies updated

## [Unreleased]
## [4.0.6]

### Changed

- Dependencies updated

## [Unreleased]
8 changes: 7 additions & 1 deletion packages/web3-eth-iban/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,4 +113,10 @@ Documentation:

- Dependencies updated

## [Unreleased]
## [4.0.6]

### Changed

- Dependencies updated

## [Unreleased]
8 changes: 7 additions & 1 deletion packages/web3-eth-personal/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,4 +129,10 @@ Documentation:

- Dependencies updated

## [Unreleased]
## [4.0.6]

### Changed

- Dependencies updated

## [Unreleased]
4 changes: 3 additions & 1 deletion packages/web3-eth/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -185,8 +185,10 @@ Documentation:

- Added return type for `formatSubscriptionResult` in class `NewHeadsSubscription` (#6368)

## [Unreleased]
## [4.2.0]

### Added

- Added to `Web3Config` property `contractDataInputFill` allowing users to have the choice using property `data`, `input` or `both` for contract methods to be sent to the RPC provider when creating contracts. (#6377) (#6400)

## [Unreleased]
8 changes: 7 additions & 1 deletion packages/web3-net/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,4 +129,10 @@ Documentation:

- Dependencies updated

## [Unreleased]
## [4.0.6]

### Changed

- Dependencies updated

## [Unreleased]
8 changes: 7 additions & 1 deletion packages/web3-providers-http/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,4 +113,10 @@ Documentation:

- Dependencies updated

## [Unreleased]
## [4.0.6]

### Changed

- Dependencies updated

## [Unreleased]
8 changes: 7 additions & 1 deletion packages/web3-providers-ipc/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,4 +123,10 @@ Documentation:

- Dependencies updated

## [Unreleased]
## [4.0.6]

### Changed

- Dependencies updated

## [Unreleased]
9 changes: 8 additions & 1 deletion packages/web3-providers-ws/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,4 +116,11 @@ Documentation:

- Dependencies updated

## [Unreleased]
## [4.0.6]

### Changed

- Dependencies updated


## [Unreleased]
8 changes: 7 additions & 1 deletion packages/web3-rpc-methods/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,4 +114,10 @@ Documentation:

- Dependencies updated

## [Unreleased]
## [1.1.2]

### Changed

- Dependencies updated

## [Unreleased]
5 changes: 4 additions & 1 deletion packages/web3-types/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -157,8 +157,11 @@ Documentation:

- Dependencies updated

## [Unreleased]
## [1.2.0]

### Added

- add `asEIP1193Provider` to `Web3BaseProvider` so every inherited class can have the returned value of `request` method, fully compatible with EIP-1193. (#6407)


## [Unreleased]
4 changes: 3 additions & 1 deletion packages/web3-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,8 +152,10 @@ Documentation:

- Dependencies updated

## [Unreleased]
## [4.0.6]

### Fixed

- `soliditySha3()` with BigInt support

## [Unreleased]
8 changes: 7 additions & 1 deletion packages/web3-validator/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,4 +141,10 @@ Documentation:

- ESM import bug (#6359)

## [Unreleased]
## [2.0.2]

### Changed

- Dependencies updated

## [Unreleased]
6 changes: 4 additions & 2 deletions packages/web3/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,8 +145,10 @@ Documentation:

- To fix issue #6190, added the functionality to introduce different timeout value for Web3. (#6336)

## [Unreleased]
## [4.1.2]

### Fixed

- Fix of incorrect provider warning behaviour
- Fix of incorrect provider warning behavior

## [Unreleased]

0 comments on commit 585c12c

Please sign in to comment.