forked from 0xsequence/sequence.js
-
Notifications
You must be signed in to change notification settings - Fork 2
0xsequence master #533
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
0xsequence master #533
Changes from all commits
Commits
Show all changes
151 commits
Select commit
Hold shift + click to select a range
a0d71be
Bump the npm_and_yarn group across 1 directory with 1 update
dependabot[bot] ca06c8f
Create SECURITY.md
Dargon789 3af5a88
Set up CI with Azure Pipelines
Dargon789 fa3e0a9
Merge branch '0xsequence:master' into master
Dargon789 f2761ef
Merge branch '0xsequence:master' into master
Dargon789 7a74500
Merge branch '0xsequence:master' into master
Dargon789 709280e
codesandbox dev-project wagmi-dapp
Dargon789 29c9084
Merge branch 'master' of https://github.com/Dargon789/sequence.js
Dargon789 1275488
Create CNAME
Dargon789 9b5807f
Merge branch '0xsequence:master' into master
Dargon789 c1fedd5
Merge branch '0xsequence:master' into master
Dargon789 2f0a536
Merge branch '0xsequence:master' into master
Dargon789 4b1880a
Merge branch '0xsequence:master' into master
Dargon789 c292dd5
Merge branch '0xsequence:master' into master
Dargon789 caab6bc
Merge branch 'master' into dependabot/npm_and_yarn/npm_and_yarn-secur…
Dargon789 bb78b92
Merge pull request #1 from Dargon789/dependabot/npm_and_yarn/npm_and_…
Dargon789 b12a5dc
Create fortify.yml
Dargon789 5cbdca4
Update issue templates
Dargon789 1d8c21c
Update CNAME
Dargon789 a5b1d91
fix: upgrade @tanstack/react-query from 5.45.1 to 5.64.2
snyk-bot 2ec6a7c
Merge pull request #34 from Dargon789/snyk-upgrade-03178c54d4c5401412…
Dargon789 3e905fe
Create config.yml (#46)
Dargon789 2e02a66
Bump next in the npm_and_yarn group across 1 directory
dependabot[bot] 16474c1
Merge branch '0xsequence:master' into master
Dargon789 039742e
Merge branch '0xsequence:master' into master
Dargon789 ceb95d4
Update issue templates
Dargon789 13549e5
Update fortify.yml
Dargon789 1869b3b
Potential fix for code scanning alert no. 84: Insecure randomness
Dargon789 d9fee19
Bump the npm_and_yarn group across 3 directories with 1 update
dependabot[bot] 0f335ff
Bump happy-dom in the npm_and_yarn group across 1 directory (#69)
dependabot[bot] 8f663e9
Create SECURITY.md for security policy (#70)
Dargon789 d332645
Update SECURITY.md
Dargon789 df86471
0xsequence/master (#79)
Dargon789 82e7a65
Bump the npm_and_yarn group across 3 directories with 1 update
dependabot[bot] 4dbfca2
Merge branch '0xsequence:v1' into v1
Dargon789 ffd17e6
Update tests.yml (#82)
Dargon789 6fde7c5
Update SECURITY.md
Dargon789 ccb30b3
Update packages/wallet/dapp-client/src/DappTransport.ts
Dargon789 b50b3e9
Update package.json
Dargon789 896e285
Update SECURITY.md
Dargon789 74f382b
Update wagmi-project/package.json
Dargon789 08616b0
Update wagmi-project/package.json
Dargon789 69327ef
Update wagmi-project/src/App.tsx
Dargon789 3487525
Create FUNDING.json (#90)
Dargon789 4fb3c51
Create config.yml (#91)
Dargon789 f342784
Update App.tsx (#92)
Dargon789 2aa79b5
Update relayer.gen.ts and TransactionPrecondition interface
taylanpince 762371f
Support multiple identity signers in sessions configuration
ScreamingHawk fc32664
Device signers can approve implicit sessions
ScreamingHawk 2107489
Remove invalid test
ScreamingHawk abf4a18
Fix recursion
ScreamingHawk d387a8e
Fix comment
ScreamingHawk d84f173
Improve test stability by reducing race conditions
ScreamingHawk 5323e8d
Do not set passkey signer as identity signer
ScreamingHawk b2d1897
Use length checks
ScreamingHawk 1b74174
Throw on missing identity signer
ScreamingHawk 1a8f595
Encoding requires identity signer to encode
ScreamingHawk 11e3629
Fix test
ScreamingHawk 86abf3f
Refactor/types namings tsdoc redundant code (#880)
VGabriel45 d82371d
Fix check for explicit session for the updated type in dapp-client
tolgahan-arikan b6563d1
Update api.gen.ts and relayer.gen.ts
taylanpince 26816e1
Add missing chainId for dapp client event
tolgahan-arikan f1a9fb9
Fix initializing new chain session manager on redirect
tolgahan-arikan 282c0b3
Add support for non-viem, custom Sequence chains (#882)
taylanpince 40e483a
Provider sent to prepareBlankEnvelope
ScreamingHawk a3f8af8
Add session signature decoding
ScreamingHawk 227c4d4
const for node length
ScreamingHawk 8a5f2fa
Clearer blacklist size encoding
ScreamingHawk 0c0bd73
identity signer node length
ScreamingHawk f7b52db
Add feeTokens endpoint to relayer (#885)
ScreamingHawk 9629d7e
add getFeeTokens to dapp client (#889)
VGabriel45 8e7b7eb
make getFeeTokens independent of chain session manager and initialize…
VGabriel45 39715d5
Throw specific error when trying to sign with an expired session (#887)
ScreamingHawk b5d47f7
Make dapp-client implicit sessions chain agnostic (#893)
tolgahan-arikan 3823f34
Add Monad, remove LAOS and Root Network
taylanpince e020483
Add support for sessionless dapp connection (#896)
tolgahan-arikan 3bd493b
Refactor relayer package & update dependant packages (#891)
VGabriel45 885f036
refactor exports for relayer (#900)
VGabriel45 12368bd
Add Arc Testnet
taylanpince 3993540
Fix changelog config
taylanpince 7d47a51
Sessionless connection upgrade and error handling in DappClient (#902)
tolgahan-arikan 834b8e5
dapp-client: add sessionless snapshot restore flow
tolgahan-arikan ede175f
Allow to logout a wallet with skipRemoveDevice even if the wallet is …
corbanbrook 69e51ec
Pass request to PromptCodeHandler in guard registerUI (#909)
corbanbrook 875a8c9
guard: allow using recovery code as 2FA token (#910)
patrislav 2011165
Add a way to reset 2fa when using a backup code (#911)
patrislav 6584047
Add rc4 contracts
Agusx1211 0015053
Set rc4 as default and add it to lists
Agusx1211 13afc12
Session enhanced replay protection
ScreamingHawk 3b1db90
New sessions replay protection hashes payload
ScreamingHawk dda7f32
Use the 4337 factory wrapper
ScreamingHawk d5f9b35
Update keymachine url in dapp-client constants
tolgahan-arikan be9d3b3
Update keymachine url in Provider constructor
tolgahan-arikan e91087b
SSR safety (#915)
ScreamingHawk c6c92dc
Guard dapp-client for SSR (lazy transport, browser checks, gated stor…
tolgahan-arikan ef07c27
Fix guard topology (#918)
Agusx1211 4723f58
Switch prod manager settings (#917)
taylanpince 8cd590a
Small JS tweaks (#919)
Agusx1211 c54088d
Update relayer.gen.ts and TransactionPrecondition interface
taylanpince 686a785
Merge branch 'relayer/upgrade-relayer.gen.ts' of https://github.com/0…
Dargon789 7a285e9
Update SECURITY.md
Dargon789 14a9019
Update wagmi-project/package.json
Dargon789 be69fd2
Update wagmi-project/package.json
Dargon789 917cd2e
Update config.yml (#102)
Dargon789 ac87b04
Update config.yml (#103)
Dargon789 c9cc69f
fix: extras/web/package.json to reduce vulnerabilities (#101)
snyk-io[bot] 8f4a807
fix: extras/docs/package.json to reduce vulnerabilities (#100)
snyk-io[bot] 78a6152
Merge branch 'v1' into fix-merge-branch-0xsequence/master
Dargon789 aa230b5
Merge branch '0xsequence/master'
Dargon789 d4028f5
Merge branch 'v1' into 0xsequence/master
Dargon789 1b479e6
Merge branch '0xsequence/master'
Dargon789 233891c
fix: package.json to reduce vulnerabilities (#104)
snyk-io[bot] 4e91bed
Merge branch 'fix-merge-branch-0xsequence/master'
Dargon789 b77f3ec
Merge branch 'master' of https://github.com/Dargon789/sequence.js
Dargon789 cba7894
Merge remote-tracking branch 'upstream/master'
Dargon789 fd0fdf9
Merge remote-tracking branch 'origin/dependabot/npm_and_yarn/npm_and_…
Dargon789 cc6b5e9
Revert "Merge remote-tracking branch 'origin/dependabot/npm_and_yarn/…
Dargon789 aab8538
fix: extras/web/package.json to reduce vulnerabilities (#109)
Dargon789 64c12ad
fix: extras/docs/package.json to reduce vulnerabilities (#106)
Dargon789 38d1a6b
Bump next in the npm_and_yarn group across 1 directory (#110)
dependabot[bot] 214211e
Delete .github/workflows/fortify.yml (#111)
Dargon789 42b5d42
fix: extras/web/package.json to reduce vulnerabilities (#107)
Dargon789 b3b5a8c
Merge branch 'relayer/upgrade-relayer.gen.ts'
Dargon789 3d54615
Bump the npm_and_yarn group across 1 directory with 3 updates (#115)
dependabot[bot] c85cf3e
Merge remote-tracking branch 'upstream/master'
Dargon789 95cbf49
Update tests.yml (#119)
Dargon789 5c2bfd5
Update config.yml (#120)
Dargon789 8532416
Update packages/services/identity-instrument/src/index.ts
Dargon789 62954a3
feat: upgrade @wagmi/cli from 0.1.15 to 2.8.0 (#126)
Dargon789 666c383
Potential fix for code scanning alert no. 82: Workflow does not conta…
Dargon789 4257ad5
Potential fix for code scanning alert no. 62: Information exposure th…
Dargon789 edc0b09
[Snyk] Upgrade @tanstack/react-query from 5.64.2 to 5.90.11 (#125)
Dargon789 cbb6c14
feat: upgrade vite from 5.4.21 to 7.2.4 (#124)
Dargon789 095c4b3
feat: upgrade wagmi from 0.12.19 to 3.0.2 (#123)
Dargon789 3c73b56
feat: upgrade react-dom from 18.3.1 to 19.2.0 (#122)
Dargon789 186f843
fix: extras/docs/package.json to reduce vulnerabilities (#136)
Dargon789 b56f318
[Snyk] Upgrade @types/react from 18.3.27 to 19.2.7 (#127)
Dargon789 bc418b1
Master ceb95d4 (#129)
Dargon789 28a268e
Update wagmi-project/src/App.tsx
Dargon789 51a6432
Update wagmi-project/src/App.tsx
Dargon789 640be8f
Update wagmi-project/src/App.tsx
Dargon789 7fe4a92
Update wagmi-project/src/App.tsx
Dargon789 893eedb
Merge remote-tracking branch 'origin/v1' into v1
Dargon789 63611b9
Merge branch '0xsequence:master' into v1.0
Dargon789 c84e847
Refactor CircleCI config for testing workflow (#495)
Dargon789 7bef631
Bump the npm_and_yarn group across 3 directories with 3 updates (#496)
dependabot[bot] 0a5845a
Merge branch 'master' into 0xsequence-master
googleworkspace-bot 4bf8966
Merge branch 'master' into 0xsequence-master
googleworkspace-bot 2a9ba72
Update packages/wallet/dapp-client/src/DappTransport.ts
Dargon789 bdd6f4d
Update wagmi-project/package.json
Dargon789 74416cc
Merge branch 'master' into 0xsequence-master
googleworkspace-bot 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,22 @@ | ||
| version: 2.1 | ||
|
|
||
| jobs: | ||
| test: | ||
| docker: | ||
| - image: ghcr.io/foundry-rs/foundry:latest | ||
| steps: | ||
| - checkout | ||
| - run: | ||
| name: Install submodules | ||
| command: git submodule update --init --recursive | ||
| - run: | ||
| name: Build | ||
| command: forge build | ||
| - run: | ||
| name: Test | ||
| command: forge test -vvv | ||
|
|
||
| workflows: | ||
| main: | ||
| jobs: | ||
| - test |
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,5 +1,9 @@ | ||
| name: pnpm-format-label | ||
|
|
||
| permissions: | ||
| contents: read | ||
| issues: write | ||
|
|
||
| on: | ||
| pull_request: | ||
| types: [labeled] | ||
|
|
||
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
Binary file added
BIN
+1.51 MB
...de_moduleszS.pnpmzS@preconstruct+cli@2.8.7zSnode_moduleszS@preconstructzSclizSbin.js.BLOB
Binary file not shown.
1 change: 1 addition & 0 deletions
1
...ode_moduleszS.pnpmzS@preconstruct+cli@2.8.7zSnode_moduleszS@preconstructzSclizSbin.js.MAP
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file added
BIN
+1.51 MB
...de_moduleszS.pnpmzS@preconstruct+cli@2.8.7zSnode_moduleszS@preconstructzSclizSbin.js.BLOB
Binary file not shown.
1 change: 1 addition & 0 deletions
1
...ode_moduleszS.pnpmzS@preconstruct+cli@2.8.7zSnode_moduleszS@preconstructzSclizSbin.js.MAP
Large diffs are not rendered by default.
Oops, something went wrong.
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,25 @@ | ||
| # Logs | ||
| logs | ||
| *.log | ||
| npm-debug.log* | ||
| yarn-debug.log* | ||
| yarn-error.log* | ||
| pnpm-debug.log* | ||
| lerna-debug.log* | ||
|
|
||
| node_modules | ||
| dist | ||
| dist-ssr | ||
| *.local | ||
|
|
||
| # Editor directories and files | ||
| .vscode/* | ||
| !.vscode/extensions.json | ||
| .idea | ||
| .DS_Store | ||
| *.suo | ||
| *.ntvs* | ||
| *.njsproj | ||
| *.sln | ||
| *.sw? | ||
| .vercel |
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 @@ | ||
| legacy-peer-deps = true |
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 @@ | ||
| This is a [Vite](https://vitejs.dev) project bootstrapped with [`create-wagmi`](https://github.com/wevm/wagmi/tree/main/packages/create-wagmi). |
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,13 @@ | ||
| { | ||
| "formatter": { | ||
| "enabled": true, | ||
| "indentStyle": "space", | ||
| "lineWidth": 120 | ||
| }, | ||
| "linter": { | ||
| "enabled": true | ||
| }, | ||
| "organizeImports": { | ||
| "enabled": true | ||
| } | ||
| } |
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,12 @@ | ||
| <!doctype html> | ||
| <html lang="en"> | ||
| <head> | ||
| <meta charset="UTF-8" /> | ||
| <meta name="viewport" content="width=device-width, initial-scale=1.0" /> | ||
| <title>Create Wagmi</title> | ||
| </head> | ||
| <body> | ||
| <div id="root"></div> | ||
| <script type="module" src="/src/main.tsx"></script> | ||
| </body> | ||
| </html> |
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,29 @@ | ||
| { | ||
| "name": "wagmi-project", | ||
| "private": true, | ||
| "version": "0.0.0", | ||
| "type": "module", | ||
| "scripts": { | ||
| "dev": "vite", | ||
| "build": "tsc && vite build", | ||
| "lint": "biome check .", | ||
| "preview": "vite preview" | ||
| }, | ||
| "dependencies": { | ||
| "@tanstack/react-query": "5.64.2", | ||
| "react": "^18.3.1", | ||
| "react-dom": "^18.3.1", | ||
| "viem": "^2.21.0", | ||
| "wagmi": "^2.12.0" | ||
| }, | ||
| "devDependencies": { | ||
| "@biomejs/biome": "^1.8.0", | ||
| "@types/react": "^18.3.1", | ||
| "@types/react-dom": "^18.3.0", | ||
| "@vitejs/plugin-react": "^4.2.1", | ||
| "@wagmi/cli": "latest", | ||
| "buffer": "^6.0.3", | ||
| "typescript": "^5.4.5", | ||
| "vite": "^7.3.2" | ||
| } | ||
| } |
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.