4.2.0-0.2.0: [enhancement] - Expose Watched Items#191
Merged
lnbc1QWFyb24 merged 2 commits intodevelopfrom May 31, 2022
Merged
Conversation
dmarzzz
added a commit
that referenced
this pull request
Jun 9, 2022
* 4.0.0-0.1.0 : Add fantom network #173 * Add fantom network (fantom-main) to Network type in interfaces.ts and networks object in defaults.ts * Update version * 4.0.0-0.1.1 - Test whether localStorage is accessible before performing operations (#172) * 4.1.0 Release - Develop (#175) * Update version * Add gasGwei values * Feature/ws simulate (#178) 4.1.0-0.1.0: Handles websocket simulation requests * DEVELOP - Release/4.2.0 (#180) 4.2.0 Release * 4.2.0-0.1.0 [Feature] Error Handling for UNSUPPORTED_CHAIN_MSG (#186) * 4.2.0-0.1.0 [ feature ] : Mumbai testnet support (#185) * add support for matic-mumbai * add support for matic-mumbai * add support for matic-mumbai * v4.3.0 * Bump ajv from 6.12.2 to 6.12.6 (#182) Bumps [ajv](https://github.com/ajv-validator/ajv) from 6.12.2 to 6.12.6. - [Release notes](https://github.com/ajv-validator/ajv/releases) - [Commits](ajv-validator/ajv@v6.12.2...v6.12.6) --- updated-dependencies: - dependency-name: ajv dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump minimist from 1.2.5 to 1.2.6 (#179) Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. - [Release notes](https://github.com/substack/minimist/releases) - [Commits](https://github.com/substack/minimist/compare/1.2.5...1.2.6) --- updated-dependencies: - dependency-name: minimist dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Create issue-to-notion.yml (#177) * 4.1.0 Release - Master (#174) * 4.0.0-0.1.0 : Add fantom network #173 * Add fantom network (fantom-main) to Network type in interfaces.ts and networks object in defaults.ts * Update version * 4.0.0-0.1.1 - Test whether localStorage is accessible before performing operations (#172) * Update version * Add gasGwei values Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Arseniy Ivanov <138289+freeatnet@users.noreply.github.com> * Create issue-to-notion.yml Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Arseniy Ivanov <138289+freeatnet@users.noreply.github.com> * 4.2.0-0.2.0: [enhancement] - Expose Watched Items (#191) * Expose watchedItems * Increment version * Fix eventCode error Co-authored-by: Aaron Barnard <abarnard@protonmail.com> Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com> Co-authored-by: Arseniy Ivanov <138289+freeatnet@users.noreply.github.com> Co-authored-by: Julie <julianapeace@users.noreply.github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com>
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
This PR:
watchedTransactions,watchedAccounts,configurations) to the public API rather than having them marked as private.thisrefers to theBlocknativeclass rather thananyThese changes are needed to be able to create a multi-chain SDK that automatically closes connections if there are no longer any subscriptions associated with that connection.
Checklist
package.jsonis incremented following semantic versioning