Skip to content

Commit

Permalink
Update changelog for 1.2.9-rc.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cgewecke committed Jun 2, 2020
1 parent 42c2414 commit 2f99d7e
Showing 1 changed file with 21 additions and 4 deletions.
25 changes: 21 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]

0 comments on commit 2f99d7e

Please sign in to comment.