Skip to content
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

Add support for Metamask Snap #1327

Open
wants to merge 32 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
bedc510
add snap support
Nick-1979 Dec 24, 2023
b40edf8
Update utils.ts
Nick-1979 Dec 30, 2023
801dd71
Update defaults.ts
Nick-1979 Dec 30, 2023
deb3cbf
fix firefox issue
Nick-1979 Jan 5, 2024
930f03d
Update defaults.ts
Nick-1979 Jan 5, 2024
8dabb51
Update utils.ts
Nick-1979 Jan 5, 2024
0df7b7e
update copyright
Nick-1979 Jan 14, 2024
792c474
Update defaults.ts
Nick-1979 Jan 20, 2024
2d32950
Update utils.ts
Nick-1979 Jan 20, 2024
da59ba3
Update defaults.ts
Nick-1979 Jan 25, 2024
7761c78
Create index.spec.ts
AMIRKHANEF Jan 20, 2024
d5fa1d6
Update tests
AMIRKHANEF Jan 21, 2024
0cd6409
Update index.spec.ts
Nick-1979 Jan 25, 2024
4d6550c
rename to polkagate snap
Nick-1979 Feb 13, 2024
0a56ef4
Update utils.ts
Nick-1979 Mar 14, 2024
e40bc58
update copyright date
Nick-1979 Mar 14, 2024
7bcf7e5
fix ci issues
Nick-1979 Mar 14, 2024
b059e27
add snap only enable
Nick-1979 Apr 6, 2024
ce54241
fix overwrite issue if using w3ux
Nick-1979 Apr 6, 2024
819babf
fix linting
Nick-1979 Apr 6, 2024
3d66f97
Update bundle.ts
Nick-1979 Apr 6, 2024
fa9cec1
prevent enabling extensions if a dapp has requested snap_only to just…
Nick-1979 Apr 10, 2024
f1dc74c
remove DEFAULTS
Nick-1979 Jun 27, 2024
5506b26
refactor
Nick-1979 Jul 2, 2024
2085336
build
Nick-1979 Jul 2, 2024
bd662d7
resolve conflicts
Nick-1979 Jul 4, 2024
526a273
update polkadot types
Nick-1979 Jul 4, 2024
fa4aedf
Update yarn.lock
Nick-1979 Jul 4, 2024
0ec598a
Merge branch 'resolve-minor-confilicts' of https://github.com/PolkaGa…
Nick-1979 Jul 31, 2024
e23e2dc
sync with origin
Nick-1979 Jul 31, 2024
7a0f23a
fix related linting
Nick-1979 Jul 31, 2024
86cecfe
fix new type issue
Nick-1979 Jul 31, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update index.spec.ts
Nick-1979 committed Jul 4, 2024
commit 0cd6409b7e2fc85162967072ab725b48794d9f83
2 changes: 1 addition & 1 deletion packages/extension-dapp/src/snap/index.spec.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2019-2023 @polkadot/extension authors & contributors
// Copyright 2019-2024 @polkadot/extension authors & contributors
// SPDX-License-Identifier: Apache-2.0

import { getMetaDataList, injectedMetamaskSnap } from ".";