Skip to content
This repository was archived by the owner on Mar 5, 2025. It is now read-only.

Commit 3371c43

Browse files
chore: changelog
1 parent d3bfbd8 commit 3371c43

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2728,3 +2728,9 @@ If there are any bugs, improvements, optimizations or any new feature proposal f
27282728
- The callback function provided to the static `Web3.onNewProviderDiscovered` function expects a parameter of type `EIP6963ProvidersMapUpdateEvent` as opposed to `EIP6963AnnounceProviderEvent`. (#7242)
27292729

27302730
## [Unreleased]
2731+
2732+
### Changed
2733+
2734+
#### web3-eth
2735+
2736+
- Allow `getEthereumjsTxDataFrom` to return additional fields that may be passed if using a `customTransactionSchema`.

packages/web3-eth/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -280,3 +280,7 @@ Documentation:
280280
- Adds the same `{transactionSchema?: ValidationSchemaInput}` that exists in `formatTransaction` to `validateTransactionForSigning`
281281

282282
## [Unreleased]
283+
284+
### Changed
285+
286+
- Allow `getEthereumjsTxDataFrom` to return additional fields that may be passed if using a `customTransactionSchema`.

0 commit comments

Comments
 (0)