-
Notifications
You must be signed in to change notification settings - Fork 541
(main) Release: 2.6.0 #1176
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
Merged
Merged
(main) Release: 2.6.0 #1176
Changes from all commits
Commits
Show all changes
28 commits
Select commit
Hold shift + click to select a range
7fb6c25
Merge pull request #1147 from blocknative/release/2.5.0
Adamj1232 c5d81ad
[common-v2.1.5-alpha.1, core-v2.4.0-alpha.7, react-v2.2.3-alpha.5, vu…
mahmud-bn 183ce59
[core: 2.6.0-alpha.2] - [fix] - Autoselect with disabled modals reso…
lnbc1QWFyb24 180d03a
[common-v2.1.7-alpha.2, core-v2.6.0-alpha.3, react-v2.2.5-alpha.3, vu…
mahmud-bn e71f10f
fix: typo in WalletConnect sdk readme example (#1162)
itsmnthn fb81fbb
[core-v2.6.0-alpha.4, react-v2.2.5-alpha.4, vue-v2.1.5-alpha.4] : Fix…
Adamj1232 c1bcc7d
Fix trezor nonce (#1165)
0xjocke db4672d
[core:2.6.0-alpha.3] [common:2.1.7-alpha.2] - [feature] : Gas Module…
lnbc1QWFyb24 bf08241
common-v2.1.7-alpha.2, core-v2.6.0-alpha.3, react-v2.2.5-alpha.2, vue…
mahmud-bn a538d6b
Fix: add "main" to Keystone's package.json (#1164)
katspaugh 6813beb
gas-v2.0.0-alpha.1, core-v2.6.0-alpha.6]: Fix: Trigger Gas Module Pu…
mahmud-bn 1b3fc9e
Updated Binance Wallet provider patch and version bump (#1174)
Adamj1232 5f8c085
Updated versions for release
Adamj1232 9b285dc
[gas:2.0.0-alpha.2] [core:2.6.0-alpha.7] - [enhancement] - Modify Gas…
lnbc1QWFyb24 a6927ee
Merge in changes to gas module
Adamj1232 af5a09f
[common-v2.1.7-alpha.1, core-v2.6.0-alpha.1, react-v2.2.5-alpha.1, vu…
mahmud-bn d7a98de
Merge in latest develop
Adamj1232 7b1eb11
Fix validation for HD wallets ID
Adamj1232 31a107f
feat: add BitKeep (#1177)
0xfaihai 0d05ed5
Merge in develop
Adamj1232 c7fed22
Remove force ID to string as it will always be string/hex internally
Adamj1232 f980452
Tokenary support on all platforms (#1185)
grachyov ab48620
Merge branch 'v2-web3-onboard-develop' into release/2.6.0
Adamj1232 5fecc21
bundler-minify-version (#1186)
mahmud-bn 9288af0
Merge in latest develop branch changes
Adamj1232 9e01c83
[common-v2.1.7-alpha.5, core-v2.6.0-alpha.8, react-v2.2.5-alpha.7]fix…
mahmud-bn 78b317b
Merge in develop
Adamj1232 3a199e6
Remove unneeded log
Adamj1232 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
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
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
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
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,5 @@ | ||
| import BigNumber from 'bignumber.js' | ||
|
|
||
| export function weiToEth(wei: string): string { | ||
| return new BigNumber(wei).div(1e18).toString(10) | ||
| } |
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
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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.