-
Notifications
You must be signed in to change notification settings - Fork 1
chore: bitcoin snap integration into packages #27
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
Changes from all commits
Commits
Show all changes
10 commits
Select commit
Hold shift + click to select a range
c1bdfcd
chore: move bitcoin snap from merged-packages to packages
taran-a fd8bea3
chore: add resolutions to fix bitcoin build issue related to incompat…
taran-a 8e3dcc2
chore: lint and formatting fixes
taran-a 1346154
chore: fix typescript issues
taran-a a9cdc34
chore: add bitcoin pkg to teams.json and codeowners
taran-a 857ff74
chore: downgrade @metamask/snaps-sdk resolution to supported version …
taran-a fdf9e88
chore: add oxfmt to bitcoin package to fix build and formatting issues
taran-a 31c18f8
chore: remove redundant resolutions for bitcoin snap
taran-a 567e031
chore: install concurrently v9.2.1 same as in source btc snap
taran-a 1aca299
chore: update concurrently to ^10.0.3
taran-a 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1 +1,136 @@ | ||
| {} | ||
| { | ||
| "packages/bitcoin-wallet-snap/integration-test/client-request.test.ts": { | ||
| "@typescript-eslint/no-explicit-any": { | ||
| "count": 1 | ||
| }, | ||
| "jest/no-disabled-tests": { | ||
| "count": 1 | ||
| }, | ||
| "no-restricted-syntax": { | ||
| "count": 1 | ||
| } | ||
| }, | ||
| "packages/bitcoin-wallet-snap/integration-test/cron-sync.test.ts": { | ||
| "n/no-sync": { | ||
| "count": 1 | ||
| }, | ||
| "no-restricted-syntax": { | ||
| "count": 1 | ||
| } | ||
| }, | ||
| "packages/bitcoin-wallet-snap/integration-test/keyring-request.test.ts": { | ||
| "no-restricted-syntax": { | ||
| "count": 1 | ||
| } | ||
| }, | ||
| "packages/bitcoin-wallet-snap/integration-test/keyring.test.ts": { | ||
| "jest/no-disabled-tests": { | ||
| "count": 1 | ||
| }, | ||
| "no-restricted-syntax": { | ||
| "count": 3 | ||
| } | ||
| }, | ||
| "packages/bitcoin-wallet-snap/scripts/build-preinstalled-snap.js": { | ||
| "n/no-sync": { | ||
| "count": 2 | ||
| } | ||
| }, | ||
| "packages/bitcoin-wallet-snap/scripts/populate-en-locale.js": { | ||
| "n/no-sync": { | ||
| "count": 1 | ||
| } | ||
| }, | ||
| "packages/bitcoin-wallet-snap/snap.config.ts": { | ||
| "import-x/no-nodejs-modules": { | ||
| "count": 1 | ||
| }, | ||
| "no-restricted-globals": { | ||
| "count": 14 | ||
| } | ||
| }, | ||
| "packages/bitcoin-wallet-snap/src/handlers/KeyringHandler.test.ts": { | ||
| "@typescript-eslint/explicit-function-return-type": { | ||
| "count": 4 | ||
| } | ||
| }, | ||
| "packages/bitcoin-wallet-snap/src/handlers/RpcHandler.test.ts": { | ||
| "@typescript-eslint/explicit-function-return-type": { | ||
| "count": 2 | ||
| }, | ||
| "@typescript-eslint/no-explicit-any": { | ||
| "count": 12 | ||
| } | ||
| }, | ||
| "packages/bitcoin-wallet-snap/src/handlers/UserInputHandler.ts": { | ||
| "no-restricted-syntax": { | ||
| "count": 1 | ||
| } | ||
| }, | ||
| "packages/bitcoin-wallet-snap/src/handlers/mappings.test.ts": { | ||
| "@typescript-eslint/explicit-function-return-type": { | ||
| "count": 3 | ||
| }, | ||
| "@typescript-eslint/no-explicit-any": { | ||
| "count": 17 | ||
| } | ||
| }, | ||
| "packages/bitcoin-wallet-snap/src/handlers/validation.test.ts": { | ||
| "@typescript-eslint/explicit-function-return-type": { | ||
| "count": 4 | ||
| } | ||
| }, | ||
| "packages/bitcoin-wallet-snap/src/infra/SnapClientAdapter.test.ts": { | ||
| "@typescript-eslint/explicit-function-return-type": { | ||
| "count": 1 | ||
| } | ||
| }, | ||
| "packages/bitcoin-wallet-snap/src/infra/jsx/components/SendForm.tsx": { | ||
| "id-length": { | ||
| "count": 1 | ||
| } | ||
| }, | ||
| "packages/bitcoin-wallet-snap/src/infra/jsx/confirmations/SignMessageConfirmationView.tsx": { | ||
| "id-length": { | ||
| "count": 1 | ||
| } | ||
| }, | ||
| "packages/bitcoin-wallet-snap/src/infra/jsx/confirmations/SignPsbtConfirmationView.tsx": { | ||
| "id-length": { | ||
| "count": 1 | ||
| } | ||
| }, | ||
| "packages/bitcoin-wallet-snap/src/infra/jsx/send-flow/ReviewTransactionView.tsx": { | ||
| "id-length": { | ||
| "count": 1 | ||
| } | ||
| }, | ||
| "packages/bitcoin-wallet-snap/src/infra/jsx/send-flow/SendFormView.tsx": { | ||
| "id-length": { | ||
| "count": 1 | ||
| } | ||
| }, | ||
| "packages/bitcoin-wallet-snap/src/infra/jsx/unified-send-flow/UnifiedSendFormView.tsx": { | ||
| "id-length": { | ||
| "count": 1 | ||
| } | ||
| }, | ||
| "packages/bitcoin-wallet-snap/src/store/BdkAccountRepository.test.ts": { | ||
| "@typescript-eslint/explicit-function-return-type": { | ||
| "count": 1 | ||
| } | ||
| }, | ||
| "packages/bitcoin-wallet-snap/src/store/InMemoryCache.test.ts": { | ||
| "@typescript-eslint/no-explicit-any": { | ||
| "count": 1 | ||
| } | ||
| }, | ||
| "packages/bitcoin-wallet-snap/src/use-cases/SendFlowUseCases.test.ts": { | ||
| "@typescript-eslint/explicit-function-return-type": { | ||
| "count": 1 | ||
| }, | ||
| "@typescript-eslint/no-explicit-any": { | ||
| "count": 5 | ||
| } | ||
| } | ||
| } |
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
File renamed without changes.
File renamed without changes.
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
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes.
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
File renamed without changes.
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
File renamed without changes.
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
File renamed without changes.
File renamed without changes.
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 |
|---|---|---|
|
|
@@ -8,4 +8,3 @@ const config = { | |
| }; | ||
|
|
||
| export default config; | ||
|
|
||
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
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.
Uh oh!
There was an error while loading. Please reload this page.