Skip to content

Commit

Permalink
update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Muhammad-Altabba committed Jun 20, 2023
1 parent ea722de commit bc6ab8a
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion packages/web3-core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,17 @@ Documentation:

## [Unreleased]

### Added

- Web3Subscription constructor accept a Subscription Manager (as an alternative to accepting Request Manager that is now marked marked as deprecated) (#6210)

### Changed

- Web3Subscription constructor overloading that accept a Request Manager is marked as deprecated (#6210)

### Fixed

- Fixed Batch requests erroring out on one request (#6164)
- Fixed the issue: Subscribing to multiple blockchain events causes every listener to be fired for every registered event (#6210).
- Fixed the issue: Subscribing to multiple blockchain events causes every listener to be fired for every registered event (#6210)
- Fixed the issue: Unsubscribe at a Web3Subscription class will still have the id of the subscription at the Web3SubscriptionManager (#6210)
- Fixed the issue: A call to the provider is made for every subscription object. This means multiple subscription is made at the provider for each subscription object (#6210)

0 comments on commit bc6ab8a

Please sign in to comment.