Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
avkos committed Apr 18, 2024
1 parent 72aee9d commit 5913c9e
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2470,6 +2470,8 @@ If there are any bugs, improvements, optimizations or any new feature proposal f

#### web3-types

- Added `signature` to type `AbiFunctionFragment` (#6922)
- update type `Withdrawals`, `block` and `BlockHeaderOutput` to include properties of eip 4844, 4895, 4788 (#6933)

### Fixed

Expand Down
5 changes: 5 additions & 0 deletions packages/web3-types/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -190,3 +190,8 @@ Documentation:
- Type `FeeData` to be filled by `await web3.eth.calculateFeeData()` to be used with EIP-1559 transactions (#6795)

## [Unreleased]

### Added

- Added `signature` to type `AbiFunctionFragment` (#6922)
- update type `Withdrawals`, `block` and `BlockHeaderOutput` to include properties of eip 4844, 4895, 4788 (#6933)
4 changes: 4 additions & 0 deletions packages/web3-validator/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -169,3 +169,7 @@ Documentation:
- Multi-dimensional arrays(with a fix length) are now handled properly when parsing ABIs (#6798)

## [Unreleased]

### Fixed

- Nodejs Buffer is not recognized as valid bytes value

0 comments on commit 5913c9e

Please sign in to comment.