Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
34c8d15
Merge branch '0xsequence:master' into Initial-project-structure-wagmi
Dargon789 Jan 7, 2026
fa0f30f
Merge branch '0xsequence:master' into wagmi-project
Dargon789 Jan 9, 2026
81c62ba
Update indexer client (#207)
Dargon789 Jan 17, 2026
9471600
Merge branch 'master' into wagmi-0xsequence
Dargon789 Jan 19, 2026
1a006da
Merge branch 'wagmi-project' of https://github.com/Dargon789/sequence…
googleworkspace-bot Mar 4, 2026
b26154f
wagmi templates
googleworkspace-bot Mar 4, 2026
5d83fa1
Update web-sdk.yml (#377)
Dargon789 Mar 17, 2026
5db641b
Potential fix for code scanning alert no. 133: Workflow does not cont…
Dargon789 Mar 17, 2026
5280a5f
Potential fix for code scanning alert no. 134: Workflow does not cont…
Dargon789 Mar 17, 2026
f8ea78c
Potential fix for code scanning alert no. 135: Workflow does not cont…
Dargon789 Mar 17, 2026
7dce2c3
Potential fix for code scanning alert no. 136: Workflow does not cont…
Dargon789 Mar 17, 2026
03b41ab
Potential fix for code scanning alert no. 138: Workflow does not cont…
Dargon789 Mar 17, 2026
28492c4
Potential fix for code scanning alert no. 153: Workflow does not cont…
Dargon789 Mar 17, 2026
750b3cf
Potential fix for code scanning alert no. 140: Workflow does not cont…
Dargon789 Mar 18, 2026
b6c9191
Merge remote-tracking branch 'upstream/master' into wagmi-project
Dargon789 Apr 25, 2026
d1f4742
Delete packages/sequence-core-1.0.0 directory
Dargon789 Apr 25, 2026
d053ad2
Delete lib/signals-implicit-mode directory
Dargon789 Apr 25, 2026
8758090
wagmi project
Dargon789 Apr 25, 2026
0d9b41b
Update packages/cli/src/utils/format.ts
Dargon789 Apr 25, 2026
bd18417
Update packages/cli/src/commands/generate.ts
Dargon789 Apr 25, 2026
db8a20f
Refactor CircleCI config for testing workflow (#478)
Dargon789 Apr 25, 2026
5f2486d
signals-implicit-mode
googleworkspace-bot Apr 25, 2026
64b681f
Potential fix for pull request finding 'CodeQL / Incomplete regular e…
Dargon789 Apr 25, 2026
8fd45d9
Potential fix for pull request finding 'CodeQL / Workflow does not co…
Dargon789 Apr 25, 2026
c18103c
Potential fix for pull request finding 'CodeQL / Workflow does not co…
Dargon789 Apr 25, 2026
cf056ce
Potential fix for pull request finding 'CodeQL / Workflow does not co…
Dargon789 Apr 25, 2026
5b1d6f2
Potential fix for pull request finding 'CodeQL / Workflow does not co…
Dargon789 Apr 25, 2026
7e80131
Update packages/cli/src/plugins/foundry.ts
Dargon789 Apr 25, 2026
90671b1
Update packages/cli/src/plugins/foundry.ts
Dargon789 Apr 25, 2026
e86f8bb
Update packages/cli/src/commands/generate.ts
Dargon789 Apr 25, 2026
f333312
Wagmi (#626)
Dargon789 May 26, 2026
27946f6
Merge branch 'master' into wagmi-project
googleworkspace-bot May 26, 2026
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.
2 changes: 1 addition & 1 deletion .changeset/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ with multi-package repos, or single-package repos to help you version and publis
find the full documentation for it [in our repository](https://github.com/changesets/changesets)

We have a quick list of common questions to get you started engaging with this project in
[our documentation](https://github.com/changesets/changesets/blob/main/docs/common-questions.md)
[our documentation](https://github.com/changesets/changesets/blob/master/docs/common-questions.md)
22 changes: 15 additions & 7 deletions .changeset/config.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,19 @@
{
"$schema": "https://unpkg.com/@changesets/config@3.0.5/schema.json",
"changelog": "@changesets/cli/changelog",
"changelog": [
"@changesets/cli/changelog",
{ "repo": "0xsequence/sequence.js" }
Comment thread
Dargon789 marked this conversation as resolved.
],
"commit": false,
"fixed": [],
"linked": [],
"access": "restricted",
"baseBranch": "master",
"updateInternalDependencies": "patch",
"ignore": []
"linked": [
[
"@0xsequence/*"
Comment thread
Dargon789 marked this conversation as resolved.
]
],
"access": "public",
"baseBranch": "main",
"ignore": [],
"___experimentalUnsafeOptions_WILL_CHANGE_IN_PATCH": {
"updateInternalDependents": "always"
}
}
18 changes: 0 additions & 18 deletions .changeset/cyan-radios-relax.md

This file was deleted.

21 changes: 0 additions & 21 deletions .changeset/goofy-laws-serve.md

This file was deleted.

18 changes: 0 additions & 18 deletions .changeset/new-turkeys-double.md

This file was deleted.

18 changes: 0 additions & 18 deletions .changeset/nice-tips-slide.md

This file was deleted.

20 changes: 0 additions & 20 deletions .changeset/open-toes-marry.md

This file was deleted.

17 changes: 0 additions & 17 deletions .changeset/plain-feet-stare.md

This file was deleted.

35 changes: 0 additions & 35 deletions .changeset/pre.json

This file was deleted.

17 changes: 0 additions & 17 deletions .changeset/wild-feet-carry.md

This file was deleted.

17 changes: 0 additions & 17 deletions .changeset/wise-heads-buy.md

This file was deleted.

22 changes: 22 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
version: 2.1

jobs:
test:
docker:
- image: ghcr.io/foundry-rs/foundry:latest
steps:
- checkout
- run:
name: Install submodules
command: git submodule update --init --recursive
- run:
name: Build
command: forge build
- run:
name: Test
command: forge test -vvv

workflows:
main:
jobs:
- test
118 changes: 0 additions & 118 deletions .codesandbox/tasks.json

This file was deleted.

2 changes: 2 additions & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
.eslintrc.js
packages/**/dist
6 changes: 5 additions & 1 deletion .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
* @0xsequence/disable-codeowners-notifications @0xsequence/core
@tmm @jxom

/packages/connectors/src/metaMask @ecp4224 @omridan159 @abretonc7s @elefantel @BjornGunnarsson @EdouardBougon
/packages/connectors/src/safe @DaniSomoza @dasanra @mikhailxyz @yagopv
/packages/connectors/src/walletConnect @ganchoradkov @glitch-txs @ignaciosantise @tomiir
File renamed without changes.
Loading
Loading