Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
42 commits
Select commit Hold shift + click to select a range
df86471
0xsequence/master (#79)
Dargon789 Oct 25, 2025
4dbfca2
Merge branch '0xsequence:v1' into v1
Dargon789 Nov 14, 2025
ffd17e6
Update tests.yml (#82)
Dargon789 Nov 14, 2025
f342784
Update App.tsx (#92)
Dargon789 Nov 17, 2025
2adc7c5
Bump next from 15.5.7 to 15.5.9 (#944)
dependabot[bot] Dec 14, 2025
ccdafe6
Pin foundry to v1.5.0 instead of nightly (#947)
taylanpince Dec 16, 2025
ee06442
Include repo and extras in syncpack config to ensure deps are synced …
corbanbrook Dec 16, 2025
a774491
Short circuit 404s (#949)
Agusx1211 Dec 18, 2025
e7de3b1
3.0.0-beta.6
taylanpince Dec 18, 2025
c85cf3e
Merge remote-tracking branch 'upstream/master'
Dargon789 Dec 19, 2025
95cbf49
Update tests.yml (#119)
Dargon789 Dec 19, 2025
5c2bfd5
Update config.yml (#120)
Dargon789 Dec 19, 2025
8532416
Update packages/services/identity-instrument/src/index.ts
Dargon789 Dec 21, 2025
62954a3
feat: upgrade @wagmi/cli from 0.1.15 to 2.8.0 (#126)
Dargon789 Dec 21, 2025
666c383
Potential fix for code scanning alert no. 82: Workflow does not conta…
Dargon789 Dec 22, 2025
4257ad5
Potential fix for code scanning alert no. 62: Information exposure th…
Dargon789 Dec 22, 2025
edc0b09
[Snyk] Upgrade @tanstack/react-query from 5.64.2 to 5.90.11 (#125)
Dargon789 Dec 22, 2025
cbb6c14
feat: upgrade vite from 5.4.21 to 7.2.4 (#124)
Dargon789 Dec 22, 2025
095c4b3
feat: upgrade wagmi from 0.12.19 to 3.0.2 (#123)
Dargon789 Dec 22, 2025
3c73b56
feat: upgrade react-dom from 18.3.1 to 19.2.0 (#122)
Dargon789 Dec 22, 2025
186f843
fix: extras/docs/package.json to reduce vulnerabilities (#136)
Dargon789 Dec 22, 2025
b56f318
[Snyk] Upgrade @types/react from 18.3.27 to 19.2.7 (#127)
Dargon789 Dec 22, 2025
bc418b1
Master ceb95d4 (#129)
Dargon789 Dec 22, 2025
28a268e
Update wagmi-project/src/App.tsx
Dargon789 Dec 23, 2025
51a6432
Update wagmi-project/src/App.tsx
Dargon789 Dec 23, 2025
640be8f
Update wagmi-project/src/App.tsx
Dargon789 Dec 23, 2025
7fe4a92
Update wagmi-project/src/App.tsx
Dargon789 Dec 23, 2025
893eedb
Merge remote-tracking branch 'origin/v1' into v1
Dargon789 Dec 23, 2025
802829c
2.3.7 (#131) (#132)
Dargon789 Dec 23, 2025
5e6dca3
Pin foundry to v1.5.0 instead of nightly (0xsequence#947) (#134) (#135)
Dargon789 Dec 23, 2025
8bad845
feat: upgrade react from 18.3.1 to 19.2.0 (#121)
Dargon789 Dec 24, 2025
1f45249
fix: extras/web/package.json to reduce vulnerabilities (#117)
snyk-io[bot] Dec 24, 2025
e90b2e6
Initial project structure and core packages
Dargon789 Dec 25, 2025
224f761
sequence-core-1.0.0
Dargon789 Dec 25, 2025
9c420a7
Revise README structure and add sponsorship details (#146)
Dargon789 Dec 25, 2025
9779987
Update GitHub Actions workflow for tests (#149)
Dargon789 Dec 26, 2025
7c547fc
Bump the npm_and_yarn group across 4 directories with 7 updates (#144)
dependabot[bot] Dec 26, 2025
b43069d
Fix Docker Hub credentials comment in config.yml (#148)
Dargon789 Dec 26, 2025
a62e089
Add workflow to publish package distributions (#152)
Dargon789 Dec 26, 2025
9d789d3
Remove permissions from pnpm-format-label workflow (#151)
Dargon789 Dec 26, 2025
94bad6c
Bump happy-dom (#150)
dependabot[bot] Dec 26, 2025
d640003
Update Anvil fork URL for testing workflow (#154)
Dargon789 Dec 26, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
The diff you're trying to view is too large. We only load the first 3000 changed files.
18 changes: 18 additions & 0 deletions .changeset/cyan-radios-relax.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
'@0xsequence/api': patch
'@0xsequence/builder': patch
'@0xsequence/guard': patch
'@0xsequence/identity-instrument': patch
'@0xsequence/indexer': patch
'@0xsequence/marketplace': patch
'@0xsequence/metadata': patch
'@0xsequence/relayer': patch
'@0xsequence/userdata': patch
'@0xsequence/abi': patch
'@0xsequence/wallet-core': patch
'@0xsequence/dapp-client': patch
'@0xsequence/wallet-primitives': patch
'@0xsequence/wallet-wdk': patch
---

Fix signer 404 error, minor fixes
43 changes: 25 additions & 18 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,23 +4,30 @@
"initialVersions": {
"docs": "0.1.0",
"web": "0.1.0",
"@0xsequence/api": "3.0.0-beta.4",
"@0xsequence/builder": "3.0.0-beta.4",
"@0xsequence/guard": "3.0.0-beta.4",
"@0xsequence/identity-instrument": "3.0.0-beta.4",
"@0xsequence/indexer": "3.0.0-beta.4",
"@0xsequence/marketplace": "3.0.0-beta.4",
"@0xsequence/metadata": "3.0.0-beta.4",
"@0xsequence/relayer": "3.0.0-beta.4",
"@0xsequence/userdata": "3.0.0-beta.4",
"@0xsequence/abi": "3.0.0-beta.4",
"@0xsequence/wallet-core": "3.0.0-beta.4",
"@0xsequence/dapp-client": "3.0.0-beta.4",
"@0xsequence/wallet-primitives": "3.0.0-beta.4",
"@0xsequence/wallet-wdk": "3.0.0-beta.4",
"@repo/eslint-config": "0.0.1-beta.0",
"@repo/typescript-config": "0.0.1-beta.0",
"@repo/ui": "0.0.1-beta.0"
"@0xsequence/api": "3.0.0-beta.5",
"@0xsequence/builder": "3.0.0-beta.5",
"@0xsequence/guard": "3.0.0-beta.5",
"@0xsequence/identity-instrument": "3.0.0-beta.5",
"@0xsequence/indexer": "3.0.0-beta.5",
"@0xsequence/marketplace": "3.0.0-beta.5",
"@0xsequence/metadata": "3.0.0-beta.5",
"@0xsequence/relayer": "3.0.0-beta.5",
"@0xsequence/userdata": "3.0.0-beta.5",
"@0xsequence/abi": "3.0.0-beta.5",
"@0xsequence/wallet-core": "3.0.0-beta.5",
"@0xsequence/dapp-client": "3.0.0-beta.5",
"@0xsequence/wallet-primitives": "3.0.0-beta.5",
"@0xsequence/wallet-wdk": "3.0.0-beta.5",
"@repo/eslint-config": "0.0.1-beta.1",
"@repo/typescript-config": "0.0.1-beta.1",
"@repo/ui": "0.0.1-beta.1"
},
"changesets": ["goofy-laws-serve", "open-toes-marry", "plain-feet-stare", "wild-feet-carry", "wise-heads-buy"]
"changesets": [
"cyan-radios-relax",
"goofy-laws-serve",
"open-toes-marry",
"plain-feet-stare",
"wild-feet-carry",
"wise-heads-buy"
]
}
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ executors:
- image: cimg/base:stable
auth:
# ensure you have first added these secrets
# visit app.circleci.com/settings/project/github/Dargon789/hardhat-project/environment-variables
# visit app.circleci.com/settings/project/github/Dargon789/foundry/environment-variables
username: $DOCKER_HUB_USER
password: $DOCKER_HUB_PASSWORD
jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: Bug report
about: Create a report to help us improve
title: ''
labels: ''
labels: 'bug'
assignees: ''

---
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: Feature request
about: Suggest an idea for this project
title: ''
labels: ''
labels: 'enhancement'
assignees: ''

---
Expand Down
94 changes: 94 additions & 0 deletions .github/workflows/Publish-Dists.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,94 @@
name: Publish Dists for Packages

permissions:
contents: write

on:
workflow_dispatch:
push:
branches:
- master

jobs:
build-and-push:
runs-on: ubuntu-latest

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
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,17 +23,17 @@ jobs:
tests:
name: Run all tests
runs-on: ubuntu-latest
needs: [build]
needs: [install]
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/install-dependencies
- name: Install Foundry
uses: foundry-rs/foundry-toolchain@v1
with:
version: nightly
# Fork latest mainnet state
- name: Start Anvil in background
run: anvil --fork-url https://nodes.sequence.app/arbitrum &
- run: pnpm build
run: anvil --fork-url https://reth-ethereum.ithaca.xyz/nodes.sequence.app/rpc &
- run: pnpm test

# NOTE: if you'd like to see example of how to run
Expand Down
Loading
Loading