You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 5, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+13Lines changed: 13 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1475,6 +1475,12 @@ should use 4.0.1-alpha.0 for testing.
1475
1475
#### web3-types
1476
1476
1477
1477
- Added `filters` param to the `Filter` type (#6010)
1478
+
- Export for `HardforksOrdered` enum (#6102)
1479
+
- Export for `Web3ValidationErrorObject` type (#6102)
1480
+
1481
+
#### web3-errors
1482
+
1483
+
-`InvalidPropertiesForTransactionTypeError` with error code `429` (#6102)
1478
1484
1479
1485
### Fixed
1480
1486
@@ -1488,3 +1494,10 @@ should use 4.0.1-alpha.0 for testing.
1488
1494
1489
1495
-`formatTransaction` no longer throws a `TransactionDataAndInputError` if it's passed a transaction object with both `data` and `input` properties set (as long as they are the same value) (#6064)
1490
1496
- Refactored documentation for `rpc_method_wrappers` to point to the previously duplicated documentation found under the `Web3Eth` class documentation (#6054)
1497
+
- Refactored `defaultTransactionTypeParser` to return correct EIP-2718 types, prior implementation was prioritizing `transaction.hardfork` and ignoring the use of `transaction.gasLimit`. `defaultTransactionTypeParser` will now throw `InvalidPropertiesForTransactionTypeError`s for properties are used that are incompatible with `transaction.type` (#6102)
1498
+
1499
+
### Removed
1500
+
1501
+
#### web3-validator
1502
+
1503
+
-`Web3ValidationErrorObject` type is now exported from `web3-types` package (#6102)
Copy file name to clipboardExpand all lines: packages/web3-eth/CHANGELOG.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -131,3 +131,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
131
131
-`formatTransaction` no longer throws a `TransactionDataAndInputError` if it's passed a transaction object with both `data` and `input` properties set (as long as they are the same value) (#6064)
132
132
- Refactored documentation for `rpc_method_wrappers` to point to the previously duplicated documentation found under the `Web3Eth` class documentation (#6054)
133
133
- Replaced Buffer for Uint8Array (#6004)
134
+
- Refactored `defaultTransactionTypeParser` to return correct EIP-2718 types, prior implementation was prioritizing `transaction.hardfork` and ignoring the use of `transaction.gasLimit`. `defaultTransactionTypeParser` will now throw `InvalidPropertiesForTransactionTypeError`s for properties are used that are incompatible with `transaction.type` (#6102)
0 commit comments