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

Commit 7cc4f35

Browse files
committed
add changelog
1 parent 4a942f4 commit 7cc4f35

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2689,4 +2689,9 @@ If there are any bugs, improvements, optimizations or any new feature proposal f
26892689
- The returnred properties of `contract.deploy(...)` are structured with a newly created class named `DeployerMethodClass`. (#7197)
26902690
- Add a missed accepted type for the `abi` parameter, at `dataInputEncodeMethodHelper` and `getSendTxParams`. (#7197)
26912691

2692-
## [Unreleased]
2692+
## [Unreleased]
2693+
### Fixed
2694+
2695+
#### web3-eth-accounts
2696+
2697+
- Revert `TransactionFactory.registerTransactionType` if there is a version mistatch between `web3-eth` and `web3-eth-accounts` and fix nextjs problem. (#7216)

packages/web3-eth-accounts/CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,4 +177,8 @@ Documentation:
177177
### Fixed
178178
- Fix `TransactionFactory.registerTransactionType` not working, if there is a version mistatch between `web3-eth` and `web3-eth-accounts` by saving `extraTxTypes` at `globals`. (#7197)
179179

180-
## [Unreleased]
180+
## [Unreleased]
181+
182+
### Fixed
183+
- Revert `TransactionFactory.registerTransactionType` if there is a version mistatch between `web3-eth` and `web3-eth-accounts` and fix nextjs problem. (#7216)
184+

0 commit comments

Comments
 (0)