Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
luu-alex committed Jul 10, 2024
1 parent f89ea76 commit b44bc55
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 10 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2623,6 +2623,8 @@ If there are any bugs, improvements, optimizations or any new feature proposal f

- When error is returned with code 429, throw rate limit error (#7102)

#### web3-utils

#### web3

- `web3.eth.Contract` will get transaction middleware and use it, if `web3.eth` has transaction middleware. (#7138)

## [Unreleased]
15 changes: 7 additions & 8 deletions packages/web3/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -381,13 +381,6 @@ Documentation:

- `getName` reverse resolution

## [Unreleased]

### Added

#### web3

- `web3.eth.Contract` will get transaction middleware and use it, if `web3.eth` has transaction middleware. (#7138)

## [4.11.0]

Expand Down Expand Up @@ -428,4 +421,10 @@ Documentation:

#### web3-rpc-providers

- When error is returned with code 429, throw rate limit error (#7102)
- When error is returned with code 429, throw rate limit error (#7102)

#### web3

- `web3.eth.Contract` will get transaction middleware and use it, if `web3.eth` has transaction middleware. (#7138)

## [Unreleased]

0 comments on commit b44bc55

Please sign in to comment.