forked from 0xsequence/sequence.js
-
Notifications
You must be signed in to change notification settings - Fork 2
V3 #257
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
V3 #257
Changes from all commits
Commits
Show all changes
694 commits
Select commit
Hold shift + click to select a range
2b8f10a
Merge pull request #782 from 0xsequence/demo-anypay
shunkakinoki 1d3aa02
fix: update @0xsequence/anypay-sdk and wallet dependencies to use Git…
shunkakinoki 9ac334b
fix: update @0xsequence/anypay-sdk and wallet dependencies to use wor…
shunkakinoki 6212b03
feat: add wrangler configuration for demo-anypay project
shunkakinoki 4ddcd4d
fix: update @0xsequence/api dependency version and adjust build scrip…
shunkakinoki 1997d12
fix: fallback to VITE_PROJECT_ACCESS_KEY for sequence API key in widg…
shunkakinoki aad140c
anypay-sdk: Add indexer client config options
miguelmota f65a38b
Merge
miguelmota 3e5f42c
chore: empty commit for anypay release
shunkakinoki 173653b
fix: update dependencies to latest versions across multiple packages
shunkakinoki e818ba3
Merge remote-tracking branch 'origin/master' into demo-anypay-release
shunkakinoki 29a22c1
fix: update package versions in pnpm-lock.yaml for improved compatibi…
shunkakinoki 07da0ff
fix: update dependencies to use specific GitHub references for improv…
shunkakinoki 03c0a21
Merge pull request #784 from 0xsequence/demo-anypay-release
shunkakinoki ae34766
fix: update dependencies to use workspace references for improved com…
shunkakinoki ed59e3d
anypay-sdk: improve config handling
miguelmota 735ad5a
fix: comment out unused environment variable in widget component
shunkakinoki 937be1f
fix: add environment variable to AnyPayWidget component
shunkakinoki 472491a
Merge branch 'master' of github.com:0xsequence/sequence.js into feat/…
miguelmota 7a046de
anypay-sdk: set chain id to mainnet for ens lookup
miguelmota 62303af
Merge branch 'feat/anypay-sdk-widget' of github.com:0xsequence/sequen…
miguelmota 9ad76d3
Merge pull request #783 from 0xsequence/feat/anypay-sdk-widget
miguelmota 3e2f692
OTP will use signer without ui if available
ScreamingHawk 5b8eaac
fix: update API URL to use v3 endpoint
shunkakinoki a30401b
Merge pull request #770 from 0xsequence/otp
ScreamingHawk dda002b
Fix session increment usage index
ScreamingHawk 98cdab6
Add permission mask constants
ScreamingHawk 0330074
update tee-verifier
patrislav 3d7cc82
Add and update dev2
Agusx1211 56ffaa8
Merge pull request #791 from 0xsequence/permissions
ScreamingHawk aa22909
Merge branch 'master' of github.com:0xsequence/sequence.js into dev2
Agusx1211 8f47976
Fix run tests on anypay
Agusx1211 527e4eb
Merge pull request #789 from 0xsequence/dev2
Agusx1211 547b290
linting
bunnybones1 9429a2f
Add issued at to attestation
ScreamingHawk 3b9ce55
Reduce deadline to uint64
ScreamingHawk bded387
Update sessionmanager address
ScreamingHawk 168128e
Filter transaction.relayerOptions based on the chainId of the relayer
corbanbrook 505e794
Merge pull request #793 from 0xsequence/attestation-issuance
ScreamingHawk 2a61aea
readNonce: pass block tag
attente 14b6bba
Fixing unbounded reference to mapRpcFeeOptionToFeeOption
corbanbrook 8eeb357
export sequence relayer
attente 6ede2f5
Prepend fee transaction
attente 4e32fb9
Use Dev1
ScreamingHawk 715c2c3
Seperate anypay build
ScreamingHawk 7a9a5d0
Update emitter address
ScreamingHawk b4cfd80
Update Dev1 context
ScreamingHawk a5c8cd0
Remove unused import
ScreamingHawk 91a93fb
Remove anypay (#794)
taylanpince b63a632
Update identity instrument gen (#795)
tolgahan-arikan dd08faf
Updating DefaultGuest address
corbanbrook 1a92fb0
move and rename items contracts. They're token contracts with support…
bunnybones1 0287845
Merge pull request #790 from 0xsequence/token-abis
ScreamingHawk 1d195b9
Add login email to manager wallet db (#796)
tolgahan-arikan 9b97753
Adding opStatus: Relayer.OperationStatus to TransactionRelayed
corbanbrook 1466c1c
rpc relayer: fix ophash
attente 6a724ef
Adding getNetwork method to manager
corbanbrook 6af9f91
Adding getNetworks method to manager
corbanbrook 767b975
Don't block on relayer.status when relaying a transaction
corbanbrook d617629
Only clear pending config updates
ScreamingHawk 79a04d2
Fix naming to prevent Windows issue
taylanpince 3c7c736
initial guard v3 integration
patrislav 06739ee
wdk: guard signing aux msg should be serialized typed data
patrislav 77077c6
Do not pass refs on memory store
Agusx1211 6458f87
Save encrypted db key always as lowercase
Agusx1211 d92f815
mnemonic: case-insensitive address check
attente 9d4d5d4
Filter device address correctly
Agusx1211 4a97c61
wdk: sessions.test.ts: case-insensitive address check
attente 0ab4eb0
Temp fix local relayer
Agusx1211 30d7e8a
Merge branch 'master' of github.com:0xsequence/sequence.js
Agusx1211 2e43617
Eip6963 Support (#800)
corbanbrook c4baca4
Adding name and icon to relayer options
corbanbrook 48c1617
Fix address selector mask
ScreamingHawk a6ce065
Add permission builder
ScreamingHawk fb95d0a
Add dynamic param support to PermissionHelper
ScreamingHawk e38e7f4
Add permission builders for ERC20/721/1155
ScreamingHawk 015842a
Remove FIXME comment
ScreamingHawk 22fd4a1
Correct limits on helpers
ScreamingHawk 28c88cd
Limit permissions are cumulative
ScreamingHawk d1bb0e5
Use PermissionHelper in other tests
ScreamingHawk 774de8b
Merge pull request #798 from 0xsequence/permissions
ScreamingHawk a159aa1
address review comments
patrislav 34c9921
Add typed data test
ScreamingHawk f5ff64f
Merge pull request #801 from 0xsequence/typed-data
Agusx1211 7172205
fix build errors
patrislav 7f63f43
Add exact calldata match permission generator
ScreamingHawk 9e866aa
Remove anypay (keeps perconditions)
ScreamingHawk 5f25a40
Merge pull request #803 from 0xsequence/remove-anypay
ScreamingHawk d3f3e5f
core: state: sequence provider
attente 56ac794
core: state: debug multiplexer
attente 9e7a038
core: state: sequence: point to remote service
attente a073367
Revert "core: state: sequence: point to remote service"
attente a2cccd5
core: state: sequence: point to remote service
attente 99a9b5b
Merge pull request #802 from 0xsequence/permissions
ScreamingHawk d2400e0
Fixing unique ids of Eip6963 relayers and adding a relayer type property
corbanbrook 205c315
Adding relayerType to RelayerOption
corbanbrook f526793
4337 support (#804)
Agusx1211 e39bb38
Require chain id for explicit sessions
ScreamingHawk 2cfa36e
Fix PermissionBuilder for exactcalldata
ScreamingHawk f973f6b
always pass block tag for eth_call requests (#805)
attente 4685913
Merge branch 'master' into permissions
ScreamingHawk 6a9c75a
Merge pull request #806 from 0xsequence/permissions
ScreamingHawk 84d88cd
update dev guard address
patrislav 01a49e6
Merge branch 'master' into guard-v3
patrislav 5a8145f
fix chainId issue when communicating with the guard
patrislav b771069
Add session manager leaf if missing (#809)
ScreamingHawk c431e53
Using Address.isEqual
corbanbrook e6df661
New manager api (#808)
Agusx1211 a8e0b04
Constants.ZeroAddress (#813)
corbanbrook f2726c5
Fix completeRedirect method to return target path instead of wallet a…
tolgahan-arikan 2098b1a
Ensure getWallets returns wallet addresses as checksums and deduplpic…
corbanbrook 9281fc7
Fix comment related to isSignUp flag (#816)
tolgahan-arikan abb85d3
Fixing getWitness address normalization bugs in Local state provider
corbanbrook 7eecab8
Adding coverage reporting to wallet/wdk and wallet/core
corbanbrook 5368682
added metadata for fee option token (#815)
VGabriel45 dfd5020
added listDevices
VGabriel45 a6351b3
added remote logout + tests
VGabriel45 3d3158f
Add modify explicit session
ScreamingHawk 286bd28
Merge pull request #812 from 0xsequence/modifySession
ScreamingHawk db44d86
added test for modifyExplicitSession + refactor to reduce code duplic…
VGabriel45 3d47334
Adding test setup for wallet/primitives package
corbanbrook 38fe856
remove viem from test
VGabriel45 6cf53e4
wallet/primitive tests for attestation config and utils
corbanbrook 034922e
wallet/primitives tests for erc 6492, generic tree, and payload
corbanbrook f27c251
wallet/primitives tests for permission, precondition, session-config …
corbanbrook e2716a7
wallet/primitives tests for passkeys, recovery, session-signature and…
corbanbrook b912015
Merge pull request #819 from 0xsequence/feat/sessions_modifyExplicitS…
ScreamingHawk f1d38c3
Updating tests
corbanbrook 4f41344
Merge pull request #817 from 0xsequence/feat/wdk-list-devices
Agusx1211 5c2b285
Fixing passkeys length === 32 bugs
corbanbrook 53492d3
Merge pull request #818 from 0xsequence/feat/wdk-devices-remote-logout
Agusx1211 2761e82
Increase signature test coverage
corbanbrook 24f6107
Fixing sapient encoding types
corbanbrook 6c2c535
Feat/session dapp client (#820)
VGabriel45 7ee2a87
Update dapp-client exports (#822)
tolgahan-arikan f83c903
Fix export type (#823)
tolgahan-arikan c452cb1
added modifyExplicitPermission to dapp-client (#824)
VGabriel45 a694370
added type exports (#825)
VGabriel45 a3f5062
add missing type export ModifySessionPayload
VGabriel45 1c56a0c
Merge pull request #826 from 0xsequence/fix/add_missing_type_export
VGabriel45 5213920
Check related redirect data to get chain id to handle redirect, remov…
tolgahan-arikan bf19d7d
fix redirect mode for modify session & reject request (#828)
VGabriel45 9dac324
Core tests (#829)
corbanbrook b1fbd7f
Merge branch 'master' into guard-v3
patrislav 5c6a5a2
Merge branch 'master' into guard-v3
Agusx1211 297a33b
remove witness signing with guard
patrislav fb825bf
remove unnecessary emit call for 'sessionsUpdated' in _loadStateFromS…
tolgahan-arikan 7a8f637
Merge pull request #799 from 0xsequence/guard-v3
patrislav e90d5d2
Wdk tests (#831)
corbanbrook f1ed01a
refactor: update redirect handling and parameters in DappClient and C…
tolgahan-arikan 0d12d6d
signer-tests (#833)
corbanbrook 65ae29e
Update dapp-client package config to match other packages (#835)
tolgahan-arikan 6093b3f
Fix/dapp client fee option (#836)
VGabriel45 66e808e
identity-instrument: use canonical JSON for request signing
patrislav ced36ca
identity-instrument: use updated KeyType names
patrislav 3c23226
fix tests
patrislav c61bd61
Merge pull request #834 from 0xsequence/seq-id-46
patrislav 83c0fd3
use identity instrument signer scoping
patrislav 53612bb
Merge pull request #837 from 0xsequence/identity-instrument-scope
patrislav 41ebd78
wdk: return Kinds.Guard only if the guard address is defined
patrislav 81bdfab
Update networks list (#838)
ScreamingHawk 8ce43e8
Fix wallet login type and email info regression (#839)
tolgahan-arikan 68b78a3
Update Network chains
ScreamingHawk f2ca063
RPC in network obj
ScreamingHawk 0fded44
Renaming BlockExplorer rootUrl to url
corbanbrook d90a7a0
use getLogoUrl function
corbanbrook dbf8c28
Rename logoURI to logoUrl
corbanbrook 969d5d8
Adding typecheck script to wallet packages
corbanbrook f0eb45b
Renaming rpc to rpcUrl
corbanbrook b91006b
Removing NetworkType.LOCAL and HARDHAT Chains and Network configs
corbanbrook 9a9bc8b
Rename nativeToken to nativeCurrency
corbanbrook ba3c106
Remove deprecated chains
ScreamingHawk 86fe835
Merge pull request #840 from 0xsequence/networks
ScreamingHawk c1e11c8
Remove out of place log
Agusx1211 e4ea0c9
Migrate ChainId from bigint to number (#841)
corbanbrook 7e15d64
wallet-primitives: recurse nested leaves (#843)
patrislav 9f43f1e
Update dapp-client new session creation behavior (#844)
tolgahan-arikan ed51759
Fix typo in CreatePasskeyOptions
corbanbrook 55da752
Adding readySigners to MnemonicHandler so that they can hold onto it …
corbanbrook 7c278a3
Fixing mnemonic tests
corbanbrook 44fe04b
Adding onStatusChange to signup for granular status reporting
corbanbrook fa725f3
dapp-client config changes for projectAccessKey, relayer and nodes ur…
tolgahan-arikan 1197e03
Fix session manager param order
tolgahan-arikan e6c0f9b
Default to validating configuration updates
Agusx1211 f3eb429
Merge pull request #849 from 0xsequence/detect-ignored-update
Agusx1211 5aa1b08
core: sequence state provider: recover passkey signatures (#850)
attente d920b7e
Fix mnemonic and passkey loginType issue (#851)
tolgahan-arikan efb3354
Use guard for sessions (#845)
patrislav be4e216
Store credentials when creating a passkey so we can optimize the logi…
corbanbrook 2200050
Add missing params for saveExplicitSession
tolgahan-arikan 01cdf88
fix broken guard private key
patrislav effd037
Expose access to passkey credential list
corbanbrook 54dcfb3
Dapp client direct txn request (#856)
tolgahan-arikan 718f6e2
Update dapp-client exports (#858)
tolgahan-arikan b8ca546
Add hasPermission method to DappClient (#859)
tolgahan-arikan 228bd3b
Save discovered passkey credentials upon login
corbanbrook b7435a1
Expose name property in PasskeySignupArgs
corbanbrook 66fb9ad
Fix blacklist sort
Agusx1211 897150f
Add multi server script
Agusx1211 1b47188
Merge pull request #860 from 0xsequence/blacklist-fix
ScreamingHawk 5d2ff88
relayer: /SimulateV3 (#857)
attente c6e130c
Add await for handleOpenDB scheduleExpiration
tolgahan-arikan 1b974d9
Update increment to always include native once used
ScreamingHawk 52badd8
Fix session tests
ScreamingHawk 143304f
Merge pull request #862 from 0xsequence/explicit-value
Agusx1211 af81750
Adding lastLoginAt to PasskeyCredential
corbanbrook ef60024
LoginToPasskeyArgs now accept a credentialId which is used to specify…
corbanbrook 4c938a6
Adding onSignatureRequestStatus function to register single use callb…
corbanbrook 6a8a526
When a login is cancelled we can remove the wallet which is logging-in
corbanbrook 1f1f02a
Add RC3 contracts
Agusx1211 a735843
Sessions space restriction
ScreamingHawk d59b9ad
Dedupe signers for encoding
ScreamingHawk 03e7505
Support RC3 sessions
ScreamingHawk 78051eb
Tightly increment call validation
ScreamingHawk 9da60c6
CLI defaults to RC3 wallet code
ScreamingHawk afeba52
Rc3 address test
ScreamingHawk 122994e
Fix hashing tests
ScreamingHawk 5c23e1d
Add deprecated encoding test
ScreamingHawk b8268b5
Merge pull request #866 from 0xsequence/sessions-rc3
ScreamingHawk 289a94d
wdk: throw errors from otp respond callback (#864)
patrislav 1928b4f
Handle guard 2FA (#861)
patrislav 328c9fc
Merge pull request #863 from 0xsequence/rc3
Agusx1211 eb747c8
Update relayer and api gen.ts, force public packages
taylanpince cd3e557
Add standalone fetch queued payloads
Agusx1211 bc25379
Merge pull request #870 from 0xsequence/fetch-queued-txs
Agusx1211 478f73e
Replacing GuardRole enum with string union type, as well as replacing…
corbanbrook b12cce8
Fallback to chain for non-logged in recovery
Agusx1211 7dc4fcf
Add Katana, Sandbox Tesnet, Incentiv Testnet v2 (#873)
taylanpince c416da6
Merge pull request #871 from 0xsequence/fix-recovery-signer
Agusx1211 0a99faf
Update a few remaining dev1 contract addresses to rc3 (#874)
patrislav b03c649
Remove unnecessary console.error where we already throw error
tolgahan-arikan 7cc43b5
Improve DappClient hasPermission method
tolgahan-arikan 97954de
Wallet db try checksum and lowercase
Agusx1211 35c2670
Merge pull request #876 from 0xsequence/normalize-wallet-db-get
Agusx1211 9707954
Update dapp client json utils to include Map reviver and replacer
tolgahan-arikan 2e02a66
Bump next in the npm_and_yarn group across 1 directory
dependabot[bot] e8c516d
Update type name, update exports for dapp client
tolgahan-arikan c3c41b7
Expired explicit sessions can't sign
ScreamingHawk 91d16e7
Improve session validity test
ScreamingHawk 7dfa4f6
session isValid returns invalid reason
ScreamingHawk 6d7c428
InvalidReason is typed
ScreamingHawk 16474c1
Merge branch '0xsequence:master' into master
Dargon789 2b881ae
Merge pull request #877 from 0xsequence/deadline
ScreamingHawk 039742e
Merge branch '0xsequence:master' into master
Dargon789 ceb95d4
Update issue templates
Dargon789 4a6ac5d
Vercel/react server components CVE vu qan1bu (#256)
Dargon789 64367c9
Potential fix for code scanning alert no. 83: Workflow does not conta…
Dargon789 785b063
Potential fix for code scanning alert no. 82: Workflow does not conta…
Dargon789 b44a924
Merge branch 'codesandbox' into v3
Dargon789 966d0ec
Update publish-dists.yml
Dargon789 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,26 @@ | ||
| # Use the latest 2.1 version of CircleCI pipeline process engine. | ||
| # See: https://circleci.com/docs/configuration-reference | ||
|
|
||
| version: 2.1 | ||
| executors: | ||
| my-custom-executor: | ||
| docker: | ||
| - image: cimg/base:stable | ||
| auth: | ||
| # ensure you have first added these secrets | ||
| # visit app.circleci.com/settings/project/github/Dargon789/foundry/environment-variables | ||
| username: $DOCKER_HUB_USER | ||
| password: $DOCKER_HUB_PASSWORD | ||
| jobs: | ||
| web3-defi-game-project-: | ||
|
|
||
| executor: my-custom-executor | ||
| steps: | ||
| - checkout | ||
| - run: | | ||
| # echo Hello, World! | ||
|
Dargon789 marked this conversation as resolved.
|
||
|
|
||
| workflows: | ||
| my-custom-workflow: | ||
| jobs: | ||
| - web3-defi-game-project- | ||
This file was deleted.
Oops, something went wrong.
This file was deleted.
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,93 @@ | ||
| name: Publish Dists for Packages | ||
|
|
||
| on: | ||
| workflow_dispatch: | ||
| push: | ||
| branches: | ||
| - master | ||
|
|
||
| jobs: | ||
| build-and-push: | ||
| runs-on: ubuntu-latest | ||
| permissions: | ||
| contents: write | ||
|
|
||
| steps: | ||
| - uses: actions/checkout@v4 | ||
| with: | ||
| fetch-depth: 0 | ||
|
|
||
| - uses: ./.github/actions/install-dependencies | ||
|
|
||
| - name: Build package | ||
| run: pnpm run build | ||
|
|
||
| - name: Prepare dist branch | ||
| run: | | ||
| PACKAGES=("services/guard" "services/identity-instrument" "services/relayer" "wallet/core" "wallet/primitives" "wallet/wdk" "wallet/dapp-client") | ||
|
|
||
| for PACKAGE in "${PACKAGES[@]}"; do | ||
| BRANCH="dists/$PACKAGE" | ||
| PKG_DIR="packages/$PACKAGE" | ||
|
|
||
| echo "📦 Publishing $PACKAGE to $BRANCH" | ||
|
|
||
| mkdir -p "/tmp/$PACKAGE" | ||
| cp -r "$PKG_DIR"/. "/tmp/$PACKAGE" || true | ||
|
|
||
| cd /tmp/$PACKAGE | ||
| git init | ||
| git checkout -b $BRANCH | ||
|
|
||
| git config user.name "github-actions" | ||
| git config user.email "actions@github.com" | ||
|
|
||
| echo "🔧 Rewriting workspace: deps in package.json..." | ||
| node -e ' | ||
| const fs = require("fs"); | ||
| const path = require("path"); | ||
| const pkgPath = path.resolve("package.json"); | ||
| const pkg = JSON.parse(fs.readFileSync(pkgPath, "utf8")); | ||
| const repo = "github:0xsequence/sequence.js"; | ||
|
|
||
| const versions = { | ||
| "@0xsequence/guard": `${repo}#dists/services/guard`, | ||
| "@0xsequence/identity-instrument": `${repo}#dists/services/identity-instrument`, | ||
| "@0xsequence/relayer": `${repo}#dists/services/relayer`, | ||
| "@0xsequence/wallet-core": `${repo}#dists/wallet/core`, | ||
| "@0xsequence/wallet-primitives": `${repo}#dists/wallet/primitives`, | ||
| "@0xsequence/wallet-wdk": `${repo}#dists/wallet/wdk`, | ||
| }; | ||
|
|
||
| const rewrite = (deps = {}) => { | ||
| for (const k in deps) { | ||
| if (deps[k].startsWith("workspace:")) { | ||
| const version = versions[k]; | ||
|
|
||
| if (!version) { | ||
| console.warn(`No version found for ${k}, skipping...`); | ||
| continue; | ||
| } | ||
|
|
||
| deps[k] = version; | ||
| console.log(`→ ${k} → ${deps[k]}`); | ||
| } | ||
| } | ||
| }; | ||
|
|
||
| ['dependencies', 'devDependencies', 'peerDependencies', 'optionalDependencies'].forEach((field) => { | ||
| if (pkg[field]) { | ||
| rewrite(pkg[field]); | ||
| } | ||
| }); | ||
| fs.writeFileSync(pkgPath, JSON.stringify(pkg, null, 2)); | ||
| ' | ||
|
|
||
| git add . | ||
| git commit -m "Build: publish $PACKAGE dist" | ||
|
|
||
| git remote add origin https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }}.git | ||
| git push -f origin HEAD:$BRANCH | ||
|
|
||
| cd - | ||
| done |
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,26 +1,41 @@ | ||
| # See https://help.github.com/ignore-files/ for more about ignoring files. | ||
| # See https://help.github.com/articles/ignoring-files/ for more about ignoring files. | ||
|
|
||
| node_modules/ | ||
| cache/ | ||
| build/ | ||
| dist/ | ||
| # Dependencies | ||
| node_modules | ||
| .pnp | ||
| .pnp.js | ||
|
|
||
| test_chain/ | ||
| # Local env files | ||
| .env | ||
| .env.local | ||
| .env.development.local | ||
| .env.test.local | ||
| .env.production.local | ||
|
|
||
| *.js.map | ||
| PROD.env | ||
|
|
||
| .DS_Store | ||
| .vscode | ||
| .idea | ||
| *.iml | ||
| .cache | ||
| package-lock.json | ||
| # Testing | ||
| coverage | ||
| .rts2_cache* | ||
|
|
||
| # Turbo | ||
| .turbo | ||
|
|
||
| # Vercel | ||
| .vercel | ||
|
|
||
| # Build Outputs | ||
| .next/ | ||
| out/ | ||
| build | ||
| dist | ||
|
|
||
|
|
||
| # Debug | ||
| npm-debug.log* | ||
| yarn-debug.log* | ||
| yarn-error.log* | ||
| lerna-debug.log* | ||
|
|
||
| .nyc_output/ | ||
| # Misc | ||
| .DS_Store | ||
| *.pem | ||
|
|
||
| # Husky | ||
| .husky/ |
This file was deleted.
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 |
|---|---|---|
| @@ -1,9 +1,5 @@ | ||
| { | ||
| "tabWidth": 2, | ||
| "useTabs": false, | ||
| "printWidth": 120, | ||
| "semi": false, | ||
| "singleQuote": true, | ||
| "trailingComma": "none", | ||
| "arrowParens": "avoid", | ||
| "printWidth": 130 | ||
| "singleQuote": 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
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.