Skip to content

Commit

Permalink
changelog udpates
Browse files Browse the repository at this point in the history
  • Loading branch information
jdevcs committed Jun 11, 2024
1 parent ffaaa34 commit e633410
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 4 deletions.
6 changes: 5 additions & 1 deletion packages/web3-core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -221,4 +221,8 @@ Documentation:

- Set a try catch block if processesingError fails (#7022)

## [Unreleased]
## [Unreleased]

### Added

- Now when existing packages are added in web3, will be avalible for plugins via context. (#7088)
8 changes: 7 additions & 1 deletion packages/web3-eth/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -248,4 +248,10 @@ Documentation:

- Fixed issue with simple transactions, Within `checkRevertBeforeSending` if there is no data set in transaction, set gas to be `21000` (#7043)

## [Unreleased]
## [Unreleased]

### Added

- `sendTransaction` in `rpc_method_wrappers` accepts optional param of `TransactionMiddleware` (#7088)
- WebEth has `setTransactionMiddleware` and `getTransactionMiddleware` for automatically passing to `sentTransaction` (#7088)
- `TransactionMiddleware` and `TransactionMiddleware` data types are exported (#7088)
8 changes: 7 additions & 1 deletion packages/web3/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -268,4 +268,10 @@ Documentation:

- Updated type `Web3EthInterface.accounts` to includes `privateKeyToAccount`,`privateKeyToAddress`,and `privateKeyToPublicKey` (#6762)

## [Unreleased]
## [Unreleased]

### Added

#### web3

- Now when existing packages are added in web3, will be avalible for plugins via context. (#7088)
6 changes: 5 additions & 1 deletion tools/web3-plugin-example/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,4 +88,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Dependencies updated

## [Unreleased]
## [Unreleased]

### Added

Transaction middleware (#7088)

0 comments on commit e633410

Please sign in to comment.