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: packages/web3-core/CHANGELOG.md
+3-1
Original file line number
Diff line number
Diff line change
@@ -179,7 +179,7 @@ Documentation:
179
179
180
180
- Added to `Web3Config` property `contractDataInputFill` allowing users to have the choice using property `data`, `input` or `both` for contract methods to be sent to the RPC provider when creating contracts. (#6377) (#6400)
181
181
182
-
## [Unreleased]
182
+
## [4.3.0]
183
183
184
184
### Changed
185
185
@@ -190,3 +190,5 @@ Documentation:
190
190
### Fixed
191
191
192
192
- Fix the issue: "Uncaught TypeError: Class extends value undefined is not a constructor or null #6371". (#6398)
Copy file name to clipboardExpand all lines: packages/web3-eth-contract/CHANGELOG.md
+3-1
Original file line number
Diff line number
Diff line change
@@ -308,8 +308,10 @@ Documentation:
308
308
- Added to `Web3Config` property `contractDataInputFill` allowing users to have the choice using property `data`, `input` or `both` for contract methods to be sent to the RPC provider when creating contracts. (#6377)
309
309
310
310
311
-
## [Unreleased]
311
+
## [4.1.1]
312
312
313
313
### Changed
314
314
315
315
- The `events` property was added to the `receipt` object (#6410)
0 commit comments