-
Notifications
You must be signed in to change notification settings - Fork 172
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feat: separate router and sequencer admin keys (#4316) * feat: add nonce to stableswap staging events * feat: add nonce to v0 stableswap events * fix: event id * feat: add nonce field to types * feat: add nonce to stableswap db migration * fix: database adapter for stableswap nonce * chore: add commitlint local setup * ci: update ci workflow for commitlint * feat: update subgraph & poller logic with nonce * feat: rebuild graph-client * fix: query with bigInt params * fix: carto poller unit tests * fix: remove unused checkpoint for asset updates * fix(test): unit tests for poller * chore: add code owners (#4318) * chore: add code owners * (chore) testing gpg sign * (chore) test signed commit * (chore) testing signed commit * ci: fix syntax * ci: try different install * ci: fix commitlint * ci: validate commit * feat: graph-client build --------- Co-authored-by: Rahul Sethuram <rahul@connext.network> Co-authored-by: Rahul Sethuram <rahul.eth@icloud.com> Co-authored-by: Sanchay Mittal <sanchaymittal@gmail.com>
- Loading branch information
1 parent
765e5fc
commit 8b9a152
Showing
28 changed files
with
137,684 additions
and
186,714 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
#!/usr/bin/env sh | ||
. "$(dirname -- "$0")/_/husky.sh" | ||
|
||
npx --no -- commitlint --edit ${1}~ |
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
module.exports = { extends: ['@commitlint/config-conventional'] }; |
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
132,814 changes: 64,790 additions & 68,024 deletions
132,814
packages/adapters/subgraph/.graphclient/index.ts
Large diffs are not rendered by default.
Oops, something went wrong.
102,780 changes: 49,851 additions & 52,929 deletions
102,780
packages/adapters/subgraph/.graphclient/schema.graphql
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.