Skip to content

Commit

Permalink
Testnet Prod (#4333)
Browse files Browse the repository at this point in the history
* 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
4 people authored May 24, 2023
1 parent 765e5fc commit 8b9a152
Show file tree
Hide file tree
Showing 28 changed files with 137,684 additions and 186,714 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build-test-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v3
with:
fetch-depth: 0

- name: Install Foundry
uses: onbjerg/foundry-toolchain@v1
Expand All @@ -59,6 +61,9 @@ jobs:
node-version: "18"
cache: "yarn"

- name: Validate using commitlint
uses: wagoid/commitlint-github-action@v5

- name: Yarn install
run: yarn install

Expand Down
4 changes: 4 additions & 0 deletions .husky/commit-msg
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}~
1 change: 1 addition & 0 deletions commitlint.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
module.exports = { extends: ['@commitlint/config-conventional'] };
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,16 @@
"version": "0.0.0",
"private": true,
"devDependencies": {
"@commitlint/cli": "^17.6.3",
"@commitlint/config-conventional": "^17.6.3",
"@istanbuljs/nyc-config-typescript": "1.0.2",
"@jtbennett/ts-project-scripts": "1.0.0-rc.4",
"@typescript-eslint/eslint-plugin": "5.52.0",
"@typescript-eslint/parser": "5.52.0",
"eslint": "8.34.0",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-node": "11.1.0",
"husky": "^8.0.3",
"rimraf": "3.0.2"
},
"workspaces": [
Expand Down
132,814 changes: 64,790 additions & 68,024 deletions packages/adapters/subgraph/.graphclient/index.ts

Large diffs are not rendered by default.

102,780 changes: 49,851 additions & 52,929 deletions packages/adapters/subgraph/.graphclient/schema.graphql

Large diffs are not rendered by default.

Loading

0 comments on commit 8b9a152

Please sign in to comment.