-
Notifications
You must be signed in to change notification settings - Fork 513
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release 06-08 (main) #1051
Merged
Merged
Release 06-08 (main) #1051
Conversation
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
Release: 06-02 (develop)
* Support D'CENT wallet in PC/Mobile * Upgrade eth-dcent-keyring package * Update packages/dcent/package.json Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com> * add README file for D'CENT * Remove console.log, yarn.lock Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>
…leanup (#1041) * Remove unneeded code and logs, formatted file, incremented version for injected wallets for removal of dcent injected, added CI
* Remove unneeded code and logs, formatted file, incremented version for injected wallets for removal of dcent injected, added CI * More cleanup * cleanup types
* refactor: upgrade to React 18 + add `useAppState` * fix: remove unnecessary comma + types version * fix: memoize callbacks * fix: use new types * fix: adjust dependencies + add shim * Merge branch 'v2-web3-onboard-develop' into refactor/useappstate * fix: shim import + `useSetChain` return * package bump * Delete yarn-error.log * package bump * package bump Co-authored-by: Mahmud <mahmud@blocknative.com> Co-authored-by: Mahmud <104795334+mahmud-bn@users.noreply.github.com>
* package bump
* [fix] fix connect wallet with disableModal flag * fix(#1032): update package version
Bumps [cross-fetch](https://github.com/lquixada/cross-fetch) from 2.2.5 to 2.2.6. - [Release notes](https://github.com/lquixada/cross-fetch/releases) - [Commits](lquixada/cross-fetch@v2.2.5...v2.2.6) --- updated-dependencies: - dependency-name: cross-fetch dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…onnected wallets balance (#1038) * async * updatedBalances * update_balance * update balances * merge develop * cleanup * cleanup * cleanup * Readme update * Readme update * cleanup * package bump * package bump and merge develop * package bump * core version bump
* fix(keystone): use let for AirGappedKeyring const * chore(keystone): update package.json for Patch * chore(keystone): update version to 2.1.1-alpha.1 Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com>
…#1046) * border-styling-addition * merge develop
* border-styling-addition * merge develop * core bump
react version bump
Adamj1232
approved these changes
Jun 9, 2022
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Lots of changes and some good cleanup too! Good work fellas!! LGTM!!
mahmud-bn
approved these changes
Jun 9, 2022
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.
Changelog:
useAppState
#915