forked from Koniverse/SubWallet-Extension
-
Notifications
You must be signed in to change notification settings - Fork 1
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
Support dApp Providers (Bitcoin Provider) #162
Merged
Merged
Changes from 53 commits
Commits
Show all changes
60 commits
Select commit
Hold shift + click to select a range
9a16db3
Update EVM provider folder structure
saltict 148107d
Init provider core
saltict c5019c5
[Issue-85] Update getAddresses method for dApp provider
668e8f5
[Issue-85] Update getAddresses type
d682f4b
Add method signMessage for bitcoin provider
Thiendekaco 50fe756
[Issue-85] Add type bitcoinSignPsbtRequest
c36ae34
[Issue-85] Init BitcoinSignPsbtConfirmation
23a85ad
Add method signPsbt for bitcoin provider
Thiendekaco 0e1245d
Merge remote-tracking branch 'origin/openbit-provider-dev' into openb…
d23be2a
Merge remote-tracking branch 'origin/openbit-dev' into openbit-provider
73b2069
Add message to get psbt from transaction
f507590
Add method signPsbt for bitcoin provider #2
Thiendekaco d778225
Merge remote-tracking branch 'origin/openbit-dev' into openbit-provider
55fcdd7
[UI] Update manage website access logic
d8fdcb6
Update NotSupportConfirmation
ccea3ab
Update broadcast logic for signPsbt
d466411
Merge remote-tracking branch 'origin/openbit-dev' into openbit-provider
69ca415
[UI] Update response type for getAddresses
3117a86
Merge remote-tracking branch 'origin/master' into openbit-provider
30770a2
Merge remote-tracking branch 'origin/openbit-dev' into openbit-provider
5b378aa
Merge remote-tracking branch 'refs/remotes/origin/openbit-provider' i…
Thiendekaco 40ad089
Update logic for showing auth accounts
7cce940
Update keyring lib
ff5937c
Merge remote-tracking branch 'refs/remotes/origin/openbit-provider' i…
Thiendekaco 0a1b897
update: Bip-322 standard sign message for bitcoin provider
Thiendekaco cef32cc
Highlight current account proxy on connect dApp modal
df8ce1c
update: sign Psbt for bitcoin provider
Thiendekaco d12ed94
Merge remote-tracking branch 'origin/openbit-provider-dev' into openb…
7dd3969
update: send Transfer for bitcoin provider
Thiendekaco af7e081
update: send Transfer for bitcoin provider #1
Thiendekaco 1808bd8
update: send Transfer for bitcoin provider #2
Thiendekaco 125617c
update: send Transfer for bitcoin provider #3
Thiendekaco b4c68b3
update: send Transfer for bitcoin provider #4
Thiendekaco 5f184be
update: send Transfer for bitcoin provider #5
Thiendekaco 58704e7
Merge branch 'openbit-provider-dev' into openbit-provider
4be5763
update: send Transfer for bitcoin provider #6
Thiendekaco 5433b7a
Merge remote-tracking branch 'origin/openbit-provider-dev' into openb…
5ba0ecb
update: send Transfer for bitcoin provider #7
Thiendekaco b9fedb9
Merge remote-tracking branch 'origin/openbit-dev' into openbit-provid…
4817d1c
Update sendTransfer confirmation
322ba31
Merge remote-tracking branch 'origin/openbit-dev' into openbit-provid…
4db4590
Merge branch 'openbit-provider-dev' into openbit-provider
62aaf97
Update yarn.lock
dungnguyen-art d16cce0
Fix eslint issues
5ba6605
update: send Transfer for bitcoin provider #8
Thiendekaco 2972e76
Fix eslint issues
80f425f
Update yarn.lock
dungnguyen-art 2859659
update: completed send Transfer for bitcoin provider
Thiendekaco 36d5501
Merge remote-tracking branch 'refs/remotes/origin/openbit-provider' i…
Thiendekaco 358d874
Fix sign issue
1884455
Merge remote-tracking branch 'refs/remotes/origin/openbit-provider' i…
Thiendekaco f92c3a4
fix: optional signAtIndex of signPsbt method
Thiendekaco 48a6d6f
fix: type address follow bittest-84 standard
Thiendekaco cbeecc9
Update yarn lock
95a1f0d
Merge remote-tracking branch 'origin/openbit-dev' into openbit-provider
62e3301
Fix eslint issue
02fa41d
fix: loading page after transfer
Thiendekaco 719fa35
fix: transaction response for dapp
Thiendekaco 93d510f
Update signPSBT logic
8b0dee1
Fix issue related to send fund
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 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 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 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 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 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 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 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 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 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 |
---|---|---|
|
@@ -89,9 +89,11 @@ | |
"web3-core-subscriptions": "1.10.0", | ||
"web3-eth": "1.10.0", | ||
"web3-eth-contract": "^1.10.0", | ||
"web3-utils": "^1.10.0" | ||
"web3-utils": "^1.10.0", | ||
"yup": "^1.4.0" | ||
}, | ||
"devDependencies": { | ||
"@btckit/types": "^0.0.19", | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. No use for this library found |
||
"@types/uuid": "^9.0.1" | ||
} | ||
} |
Oops, something went wrong.
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.
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.
No use for this library found