-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Drop ethers, add viem. Bump many other dependencies. Migrate from BigNumber to bigint. Avoid JSON.serialize with types containing bigints. Use wagmi serialize instead. Wagmi v2 introduced tanstack v5 as a peer dependency. Add a global QueryClient. Revamp useCaip222StyleSignature to verify collected signatures and work correctly for EOA wallets (eg. metamask or coinbase wallet), EIP-1271 smart contract wallet (eg. gnosis safe), or ERC-6492 counterfactually deployed smart contract wallet (eg. coinbase smart wallet).
- Loading branch information
1 parent
88dc53d
commit 30af801
Showing
54 changed files
with
3,351 additions
and
2,730 deletions.
There are no files selected for viewing
This file contains 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 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 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 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 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 |
---|---|---|
@@ -1,6 +1,5 @@ | ||
# https://docs.buf.build/configuration/v1/buf-gen-yaml | ||
version: v1 | ||
version: v2 | ||
plugins: | ||
- plugin: es | ||
opt: target=ts | ||
out: src/gen | ||
- local: protoc-gen-es | ||
out: src/gen | ||
opt: target=ts |
This file was deleted.
Oops, something went wrong.
This file contains 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 |
---|---|---|
@@ -1,2 +1,15 @@ | ||
# https://buf.build/docs/configuration/v1/buf-yaml | ||
version: v1 | ||
version: v2 | ||
modules: | ||
# - path: . | ||
# lint: | ||
# except: | ||
# - FIELD_NOT_REQUIRED | ||
# - PACKAGE_NO_IMPORT_CYCLE | ||
# disallow_comment_ignores: true | ||
# breaking: | ||
# except: | ||
# - EXTENSION_NO_DELETE | ||
# - FIELD_SAME_DEFAULT | ||
- path: proto | ||
lint: | ||
disallow_comment_ignores: true |
This file contains 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 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 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 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 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 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.