forked from 0xsequence/sequence.js
-
Notifications
You must be signed in to change notification settings - Fork 2
V3 core libraries and sdk #536
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
Closed
Closed
Changes from all commits
Commits
Show all changes
40 commits
Select commit
Hold shift + click to select a range
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 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 6fde7c5
Update SECURITY.md
Dargon789 ccb30b3
Update packages/wallet/dapp-client/src/DappTransport.ts
Dargon789 3487525
Create FUNDING.json (#90)
Dargon789 4fb3c51
Create config.yml (#91)
Dargon789 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 2a28333
Merge branch 'master' into v3-core-libraries-and-SDK
googleworkspace-bot b574739
Enforce minimum age limitation for packages
taylanpince eeefacc
Merge branch 'master' into v3-core-libraries-and-SDK
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,24 @@ | ||
| # 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/hardhat-project/environment-variables | ||
| username: $DOCKER_HUB_USER | ||
| password: $DOCKER_HUB_PASSWORD | ||
| jobs: | ||
| web3-defi-game-project-: | ||
|
|
||
| executor: my-custom-executor | ||
| steps: | ||
| - checkout | ||
|
|
||
| workflows: | ||
| my-custom-workflow: | ||
| jobs: | ||
| - web3-defi-game-project- |
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,38 @@ | ||
| --- | ||
| name: Bug report | ||
| about: Create a report to help us improve | ||
| title: '' | ||
| labels: '' | ||
| assignees: '' | ||
|
|
||
| --- | ||
|
|
||
| **Describe the bug** | ||
| A clear and concise description of what the bug is. | ||
|
|
||
| **To Reproduce** | ||
| Steps to reproduce the behavior: | ||
| 1. Go to '...' | ||
| 2. Click on '....' | ||
| 3. Scroll down to '....' | ||
| 4. See error | ||
|
|
||
| **Expected behavior** | ||
| A clear and concise description of what you expected to happen. | ||
|
|
||
| **Screenshots** | ||
| If applicable, add screenshots to help explain your problem. | ||
|
|
||
| **Desktop (please complete the following information):** | ||
| - OS: [e.g. iOS] | ||
| - Browser [e.g. chrome, safari] | ||
| - Version [e.g. 22] | ||
|
|
||
| **Smartphone (please complete the following information):** | ||
| - Device: [e.g. iPhone6] | ||
| - OS: [e.g. iOS8.1] | ||
| - Browser [e.g. stock browser, safari] | ||
| - Version [e.g. 22] | ||
|
|
||
| **Additional context** | ||
| Add any other context about the problem here. |
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,10 @@ | ||
| --- | ||
| name: Custom issue template | ||
| about: Describe this issue template's purpose here. | ||
| title: '' | ||
| labels: '' | ||
| assignees: '' | ||
|
|
||
| --- | ||
|
|
||
|
|
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,20 @@ | ||
| --- | ||
| name: Feature request | ||
| about: Suggest an idea for this project | ||
| title: '' | ||
| labels: '' | ||
| assignees: '' | ||
|
|
||
| --- | ||
|
|
||
| **Is your feature request related to a problem? Please describe.** | ||
| A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] | ||
|
|
||
| **Describe the solution you'd like** | ||
| A clear and concise description of what you want to happen. | ||
|
|
||
| **Describe alternatives you've considered** | ||
| A clear and concise description of any alternative solutions or features you've considered. | ||
|
|
||
| **Additional context** | ||
| Add any other context or screenshots about the feature request here. |
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,10 @@ | ||
| { | ||
| "drips": { | ||
| "ethereum": { | ||
| "ownedBy": "0x9a72807e1BC8A5e1E178f51E26239d58F511EB3D" | ||
| } | ||
| }, | ||
| "opRetro": { | ||
| "projectId": "0x62408999652f3bfa1be746d256bf5a4eb4719b993d40f07d2d60aaebee015018" | ||
| } | ||
| } |
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,17 @@ | ||
| # Security Policy | ||
|
|
||
| ## Supported Versions | ||
|
|
||
| The following table lists which versions of this project currently receive security updates. | ||
|
|
||
| | Version | Supported | | ||
| | ------- | ------------------ | | ||
| | 3.x.x | :white_check_mark: | | ||
| | 2.x.x | :x: | | ||
| | < 2.0.0 | :x: | | ||
|
|
||
| ## Reporting a Vulnerability | ||
|
|
||
| We take all security vulnerabilities seriously. To report a security vulnerability, please send an email with the details to [security@sequence.xyz](mailto:security@sequence.xyz). | ||
|
|
||
| You can expect a response from our team within 48 hours to acknowledge receipt of your report. If the vulnerability is accepted, we will work with you to coordinate a release and public disclosure. We appreciate your efforts to responsibly disclose your findings. |
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
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.