Skip to content
Closed
Show file tree
Hide file tree
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] Sep 17, 2025
16474c1
Merge branch '0xsequence:master' into master
Dargon789 Sep 19, 2025
039742e
Merge branch '0xsequence:master' into master
Dargon789 Sep 21, 2025
ceb95d4
Update issue templates
Dargon789 Sep 27, 2025
1869b3b
Potential fix for code scanning alert no. 84: Insecure randomness
Dargon789 Oct 7, 2025
d9fee19
Bump the npm_and_yarn group across 3 directories with 1 update
dependabot[bot] Oct 11, 2025
0f335ff
Bump happy-dom in the npm_and_yarn group across 1 directory (#69)
dependabot[bot] Oct 16, 2025
8f663e9
Create SECURITY.md for security policy (#70)
Dargon789 Oct 16, 2025
d332645
Update SECURITY.md
Dargon789 Oct 16, 2025
6fde7c5
Update SECURITY.md
Dargon789 Nov 14, 2025
ccb30b3
Update packages/wallet/dapp-client/src/DappTransport.ts
Dargon789 Nov 14, 2025
3487525
Create FUNDING.json (#90)
Dargon789 Nov 17, 2025
4fb3c51
Create config.yml (#91)
Dargon789 Nov 17, 2025
762371f
Support multiple identity signers in sessions configuration
ScreamingHawk Sep 16, 2025
fc32664
Device signers can approve implicit sessions
ScreamingHawk Sep 16, 2025
2107489
Remove invalid test
ScreamingHawk Sep 16, 2025
abf4a18
Fix recursion
ScreamingHawk Sep 17, 2025
d387a8e
Fix comment
ScreamingHawk Sep 17, 2025
d84f173
Improve test stability by reducing race conditions
ScreamingHawk Sep 17, 2025
5323e8d
Do not set passkey signer as identity signer
ScreamingHawk Sep 18, 2025
b2d1897
Use length checks
ScreamingHawk Sep 21, 2025
1b74174
Throw on missing identity signer
ScreamingHawk Sep 21, 2025
1a8f595
Encoding requires identity signer to encode
ScreamingHawk Sep 21, 2025
11e3629
Fix test
ScreamingHawk Sep 21, 2025
86abf3f
Refactor/types namings tsdoc redundant code (#880)
VGabriel45 Sep 23, 2025
d82371d
Fix check for explicit session for the updated type in dapp-client
tolgahan-arikan Sep 23, 2025
b6563d1
Update api.gen.ts and relayer.gen.ts
taylanpince Sep 24, 2025
26816e1
Add missing chainId for dapp client event
tolgahan-arikan Sep 24, 2025
f1a9fb9
Fix initializing new chain session manager on redirect
tolgahan-arikan Sep 24, 2025
282c0b3
Add support for non-viem, custom Sequence chains (#882)
taylanpince Sep 26, 2025
40e483a
Provider sent to prepareBlankEnvelope
ScreamingHawk Sep 30, 2025
a3f8af8
Add session signature decoding
ScreamingHawk Oct 2, 2025
227c4d4
const for node length
ScreamingHawk Oct 6, 2025
8a5f2fa
Clearer blacklist size encoding
ScreamingHawk Oct 6, 2025
0c0bd73
identity signer node length
ScreamingHawk Oct 6, 2025
f7b52db
Add feeTokens endpoint to relayer (#885)
ScreamingHawk Oct 6, 2025
9629d7e
add getFeeTokens to dapp client (#889)
VGabriel45 Oct 8, 2025
2a28333
Merge branch 'master' into v3-core-libraries-and-SDK
googleworkspace-bot May 8, 2026
b574739
Enforce minimum age limitation for packages
taylanpince May 8, 2026
eeefacc
Merge branch 'master' into v3-core-libraries-and-SDK
googleworkspace-bot May 8, 2026
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
24 changes: 24 additions & 0 deletions .circleci/config.yml
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-
38 changes: 38 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
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.
10 changes: 10 additions & 0 deletions .github/ISSUE_TEMPLATE/custom.md
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: ''

---


20 changes: 20 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
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.
10 changes: 10 additions & 0 deletions FUNDING.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"drips": {
"ethereum": {
"ownedBy": "0x9a72807e1BC8A5e1E178f51E26239d58F511EB3D"
}
},
"opRetro": {
"projectId": "0x62408999652f3bfa1be746d256bf5a4eb4719b993d40f07d2d60aaebee015018"
}
}
17 changes: 17 additions & 0 deletions SECURITY.md
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.
6 changes: 5 additions & 1 deletion packages/wallet/dapp-client/src/DappTransport.ts
Original file line number Diff line number Diff line change
Expand Up @@ -560,6 +560,10 @@ export class DappTransport {
}

private generateId(): string {
return `${Date.now().toString(36)}-${Math.random().toString(36).substring(2, 9)}`
// Use crypto.getRandomValues for cryptographically secure randomness
const array = new Uint32Array(2);
window.crypto.getRandomValues(array);
const randStr = (array[0].toString(36) + array[1].toString(36)).slice(0, 9);
return `${Date.now().toString(36)}-${randStr}`;
Comment thread
Dargon789 marked this conversation as resolved.
}
}
4 changes: 4 additions & 0 deletions pnpm-workspace.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
minimumReleaseAge: 20160 # 60 * 24 * 7 * 2 = do not install package releases that are not at least 2 weeks old
# DO NOT REMOVE OR MODIFY minimumReleaseAge without approval
# list packages to be excluded from minimum release limitation

packages:
- extras/*
- packages/*
Expand Down
Loading