-
Notifications
You must be signed in to change notification settings - Fork 4.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
21 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -201,17 +201,34 @@ Released with 1.0.0-beta.37 code base. | |
- Stop swallowing errors when WS connection has died after exhausting reconnection attempts. (#3492) | ||
- Fix setContenthash docs formatting (#3511) | ||
|
||
## [Unreleased] | ||
|
||
## [1.2.9] | ||
|
||
### Added | ||
|
||
- Add `sending` and `sent` events for tx submissions (#3438) | ||
- Add `latestBlockHash` arg to `confirmation` event handler payload (#3438) | ||
- Make socket providers' max listeners threshold configurable (#3469) | ||
- Documentation about testing & ci resources for Web3.js development (#3528) | ||
- Add events `sending` and `sent` to transaction submission, add `latestBlockHash` to `confirmation` (#3550) | ||
- More detailed documentation about how to use `method.encodeABI` (#3549) | ||
- Integration tests for `transactionPollingTimeout` (#3513) | ||
|
||
### Changed | ||
|
||
- Websocket package from @web3-js/websocket@1.0.29 to [email protected] (#3371) | ||
- Upgrade `@web3-js/[email protected]` to `[email protected]` | ||
- sendSignedTransaction revert handling synthesizes tx without network call (#3457) | ||
- Make docs grammar more idiomatic, normalize punctuation (#3543) | ||
|
||
### Fixed | ||
|
||
- Fix size property de-referencing crash when calling web3.eth.clearSubscriptions (#3527) | ||
- Size property de-referencing crash when calling web3.eth.clearSubscriptions (#3527) | ||
- Abi param encoding for tuple arrays (#3538) | ||
- `account.hashMessage` with non-ASCII characters (#3523) | ||
- Subscription support check in method confirmations loop (#3432) | ||
- TS bindings for `handleRevert` added (#3452) | ||
- Docs: spelling of pre-defined block number (#3539) | ||
- Docs: missing defaultBlock param option in `method.call` description (#3558) | ||
|
||
## [Unreleased] | ||
|
||
## [1.2.10] |