Skip to content
Open
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
ca06c8f
Create SECURITY.md
Dargon789 Mar 30, 2024
3af5a88
Set up CI with Azure Pipelines
Dargon789 Apr 12, 2024
fa3e0a9
Merge branch '0xsequence:master' into master
Dargon789 Apr 22, 2024
f2761ef
Merge branch '0xsequence:master' into master
Dargon789 May 17, 2024
7a74500
Merge branch '0xsequence:master' into master
Dargon789 Aug 1, 2024
709280e
codesandbox dev-project wagmi-dapp
Dargon789 Aug 1, 2024
29c9084
Merge branch 'master' of https://github.com/Dargon789/sequence.js
Dargon789 Aug 7, 2024
1275488
Create CNAME
Dargon789 Aug 7, 2024
9b5807f
Merge branch '0xsequence:master' into master
Dargon789 Aug 7, 2024
c1fedd5
Merge branch '0xsequence:master' into master
Dargon789 Aug 11, 2024
6466316
Updating DefaultGuest address
corbanbrook Jun 12, 2025
eab97bd
Merge branch '0xsequence:master' into feature/integration
Dargon789 Jun 12, 2025
7e5db32
Merge branch '0xsequence:master' into feature/integration
Dargon789 Jun 13, 2025
b412a54
Merge branch '0xsequence:master' into feature/integration
Dargon789 Jul 17, 2025
60d6fdc
Merge branch '0xsequence:master' into feature/integration
Dargon789 Aug 29, 2025
9ed93e8
Update tests.yml (#51)
Dargon789 Aug 29, 2025
27d3c49
Update tests.yml (#52)
Dargon789 Aug 29, 2025
1609892
Update tests.yml
Dargon789 Aug 29, 2025
853106e
Merge branch '0xsequence:master' into feature/integration
Dargon789 Sep 8, 2025
2a17d6e
Update tests.yml (#55)
Dargon789 Sep 8, 2025
a024127
Merge branch '0xsequence:master' into feature/integration
Dargon789 Sep 9, 2025
a9004a0
Merge branch '0xsequence:master' into feature/integration
Dargon789 Sep 16, 2025
89ef65b
Merge branch '0xsequence:master' into feature/integration
Dargon789 Sep 17, 2025
c18059c
Update tests.yml (#56)
Dargon789 Sep 17, 2025
778ab8e
Update tests.yml
Dargon789 Sep 17, 2025
da50474
Merge branch '0xsequence:master' into feature/integration
Dargon789 Sep 21, 2025
2fae31f
Merge branch 'feature/integration' of https://github.com/Dargon789/se…
googleworkspace-bot Apr 25, 2026
aa8ed87
Merge remote-tracking branch 'upstream/master' into feature/integration
googleworkspace-bot Apr 25, 2026
7dd5b07
Enforce minimum age limitation for packages (#547)
Dargon789 May 8, 2026
60eb7ee
Merge branch '0xsequence:master' into feature/integration
Dargon789 May 8, 2026
46605e2
Add Claude review workflow (0xsequence#1001) (#563)
Dargon789 May 19, 2026
56a8940
Add Claude review workflow (0xsequence#1001) (#566)
Dargon789 May 20, 2026
f27e62c
Codesandbox (#558)
Dargon789 May 20, 2026
15389aa
Merge branch '0xsequence:master' into feature/integration
Dargon789 May 20, 2026
bc0c938
Update wagmi-project/package.json
Dargon789 May 20, 2026
9625d25
Update wagmi-project/package.json
Dargon789 May 20, 2026
ee9d297
3.0.10 (#596)
Dargon789 May 22, 2026
49c1912
Merge branch '0xsequence:master' into feature/integration
Dargon789 May 22, 2026
96e3961
Merge branch 'master' into feature/integration
Dargon789 May 24, 2026
16e4218
Merge branch 'master' into feature/integration
Dargon789 May 26, 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
118 changes: 118 additions & 0 deletions .codesandbox/tasks.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,118 @@
{
// These tasks will run in order when initializing your CodeSandbox project.
"setupTasks": [
{
"name": "Install Dependencies",
"command": "pnpm install"
}
],

// These tasks can be run from CodeSandbox. Running one will open a log in the app.
"tasks": {
"build": {
"name": "build",
"command": "pnpm build",
"runAtStart": false
},
"watch": {
"name": "watch",
"command": "pnpm watch",
"runAtStart": false
},
"clean": {
"name": "clean",
"command": "pnpm clean",
"runAtStart": false
},
"changeset": {
"name": "changeset",
"command": "pnpm changeset",
"runAtStart": false
},
"version-packages": {
"name": "version-packages",
"command": "pnpm version-packages",
"runAtStart": false
},
"release": {
"name": "release",
"command": "pnpm release",
"runAtStart": false
},
"snapshot": {
"name": "snapshot",
"command": "pnpm snapshot",
"runAtStart": false
},
"update-version": {
"name": "update-version",
"command": "pnpm update-version",
"runAtStart": false
},
"test": {
"name": "test",
"command": "pnpm test",
"runAtStart": false
},
"test:parallel": {
"name": "test:parallel",
"command": "pnpm test:parallel",
"runAtStart": false
},
"lint": {
"name": "lint",
"command": "pnpm lint",
"runAtStart": false
},
"lint:fix": {
"name": "lint:fix",
"command": "pnpm lint:fix",
"runAtStart": false
},
"lint:tests": {
"name": "lint:tests",
"command": "pnpm lint:tests",
"runAtStart": false
},
"lint:tests:fix": {
"name": "lint:tests:fix",
"command": "pnpm lint:tests:fix",
"runAtStart": false
},
"format": {
"name": "format",
"command": "pnpm format",
"runAtStart": false
},
"audit:fix": {
"name": "audit:fix",
"command": "pnpm audit:fix",
"runAtStart": false
},
"typecheck": {
"name": "typecheck",
"command": "pnpm typecheck",
"runAtStart": false
},
"dev": {
"name": "dev",
"command": "pnpm dev",
"runAtStart": true
},
"postinstall": {
"name": "postinstall",
"command": "pnpm postinstall",
"runAtStart": false
},
"coverage": {
"name": "coverage",
"command": "pnpm coverage",
"runAtStart": false
},
"prepare": {
"name": "prepare",
"command": "pnpm prepare",
"runAtStart": false
}
}
}
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: 'A custom issue template for ...'
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.
84 changes: 84 additions & 0 deletions .github/workflows/fortify.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,84 @@
# This workflow uses actions that are not certified by GitHub.
# They are provided by a third-party and are governed by
# separate terms of service, privacy policy, and support
# documentation.

################################################################################################################################################
# Fortify Application Security provides your team with solutions to empower DevSecOps practices, enable cloud transformation, and secure your #
# software supply chain. To learn more about Fortify, start a free trial or contact our sales team, visit fortify.com. #
# #
# Use this starter workflow as a basis for integrating Fortify Application Security Testing into your GitHub workflows. This template #
# demonstrates the steps to package the code+dependencies, initiate a scan, and optionally import SAST vulnerabilities into GitHub Security #
# Code Scanning Alerts. Additional information is available in the workflow comments and the Fortify AST Action / fcli / Fortify product #
# documentation. If you need additional assistance, please contact Fortify support. #
################################################################################################################################################

name: Fortify AST Scan

# Customize trigger events based on your DevSecOps process and/or policy
on:
push:
branches: [ "master" ]
pull_request:
# The branches below must be a subset of the branches above
branches: [ "master" ]
schedule:
- cron: '31 12 * * 4'
workflow_dispatch:

jobs:
Fortify-AST-Scan:
# Use the appropriate runner for building your source code. Ensure dev tools required to build your code are present and configured appropriately (MSBuild, Python, etc).
runs-on: ubuntu-latest
permissions:
actions: read
contents: read
security-events: write

steps:
# Check out source code
- name: Check Out Source Code
uses: actions/checkout@v4

# Java is required to run the various Fortify utilities. Ensuring proper version is installed on the runner.
- name: Setup Java
uses: actions/setup-java@v4
with:
java-version: 17
distribution: 'temurin'

# Perform SAST and optionally SCA scan via Fortify on Demand/Fortify Hosted/Software Security Center, then
# optionally export SAST results to the GitHub code scanning dashboard. In case further customization is
# required, you can use sub-actions like fortify/github-action/setup@v1 to set up the various Fortify tools
# and run them directly from within your pipeline; see https://github.com/fortify/github-action#readme for
# details.
- name: Run FoD SAST Scan
uses: fortify/github-action@a92347297e02391b857e7015792cd1926a4cd418
with:
sast-scan: true
env:
### Required configuration when integrating with Fortify on Demand
FOD_URL: https://ams.fortify.com
FOD_TENANT: ${{secrets.FOD_TENANT}}
FOD_USER: ${{secrets.FOD_USER}}
FOD_PASSWORD: ${{secrets.FOD_PAT}}
### Optional configuration when integrating with Fortify on Demand
# EXTRA_PACKAGE_OPTS: -oss # Extra 'scancentral package' options, like '-oss'' if
# Debricked SCA scan is enabled on Fortify on Demand
# EXTRA_FOD_LOGIN_OPTS: --socket-timeout=60s # Extra 'fcli fod session login' options
# FOD_RELEASE: MyApp:MyRelease # FoD release name, default: <org>/<repo>:<branch>; may
# replace app+release name with numeric release ID
# DO_WAIT: true # Wait for scan completion, implied if 'DO_EXPORT: true'
# DO_EXPORT: true # Export SAST results to GitHub code scanning dashboard
### Required configuration when integrating with Fortify Hosted / Software Security Center & ScanCentral
# SSC_URL: ${{secrets.SSC_URL}} # SSC URL
# SSC_TOKEN: ${{secrets.SSC_TOKEN}} # SSC CIToken or AutomationToken
# SC_SAST_TOKEN: ${{secrets.SC_SAST_TOKEN}} # ScanCentral SAST client auth token
# SC_SAST_SENSOR_VERSION: ${{vars.SC_SAST_SENSOR_VERSION}} # Sensor version on which to run the scan;
# usually defined as organization or repo variable
### Optional configuration when integrating with Fortify Hosted / Software Security Center & ScanCentral
# EXTRA_SC_SAST_LOGIN_OPTS: --socket-timeout=60s # Extra 'fcli sc-sast session login' options
# SSC_APPVERSION: MyApp:MyVersion # SSC application version, default: <org>/<repo>:<branch>
# EXTRA_PACKAGE_OPTS: -bv myCustomPom.xml # Extra 'scancentral package' options
# DO_WAIT: true # Wait for scan completion, implied if 'DO_EXPORT: true'
# DO_EXPORT: true # Export SAST results to GitHub code scanning dashboard
1 change: 1 addition & 0 deletions CNAME
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
wagmi-project-two.vercel.app
Comment thread
Dargon789 marked this conversation as resolved.
21 changes: 21 additions & 0 deletions SECURITY.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Security Policy

## Supported Versions

Use this section to tell people about which versions of your project are
currently being supported with security updates.
Comment thread
Dargon789 marked this conversation as resolved.

| Version | Supported |
| ------- | ------------------ |
| 5.1.x | :white_check_mark: |
| 5.0.x | :x: |
| 4.0.x | :white_check_mark: |
| < 4.0 | :x: |

## Reporting a Vulnerability

Use this section to tell people how to report a vulnerability.

Tell them where to go, how often they can expect to get an update on a
reported vulnerability, what to expect if the vulnerability is accepted or
declined, etc.
21 changes: 21 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Node.js
# Build a general Node.js project with npm.
# Add steps that analyze code, save build artifacts, deploy, and more:
# https://docs.microsoft.com/azure/devops/pipelines/languages/javascript

trigger:
- master

pool:
vmImage: ubuntu-latest

steps:
- task: NodeTool@0
inputs:
versionSpec: '10.x'
Comment thread
Dargon789 marked this conversation as resolved.
displayName: 'Install Node.js'

- script: |
npm install
npm run build
Comment thread
Dargon789 marked this conversation as resolved.
displayName: 'npm install and build'
6 changes: 6 additions & 0 deletions packages/services/indexer/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -585,6 +585,12 @@

- utils: extractProjectIdFromAccessKey

## 2.0.0

### Major Changes

- changeset

## 1.10.14

### Patch Changes
Expand Down
Binary file not shown.

Large diffs are not rendered by default.

Binary file not shown.

Large diffs are not rendered by default.

25 changes: 25 additions & 0 deletions wagmi-project/.gitignore
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
1 change: 1 addition & 0 deletions wagmi-project/.npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
legacy-peer-deps = true
1 change: 1 addition & 0 deletions wagmi-project/README.md
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).
13 changes: 13 additions & 0 deletions wagmi-project/biome.json
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
}
}
12 changes: 12 additions & 0 deletions wagmi-project/index.html
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>
Loading