Skip to content

Commit

Permalink
Merge pull request #41 from covalenthq/merge_audited
Browse files Browse the repository at this point in the history
Merge latest audited contracts
  • Loading branch information
noslav authored Jun 4, 2024
2 parents e7872df + 20a5cae commit 357752c
Show file tree
Hide file tree
Showing 80 changed files with 12,234 additions and 34,341 deletions.
2 changes: 1 addition & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ updates:
schedule:
interval: "weekly"
reviewers:
- "kitti-katy"
- "noslav"
13 changes: 2 additions & 11 deletions .github/workflows/lint-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16.4.2
node-version: 18.20.2

- uses: actions/cache@v2
id: cache
Expand All @@ -32,15 +32,6 @@ jobs:
- name: Run .js/.sol Linters (eslint, solhint, prettier)
run: npm run lint

- name: Run Proof-Chain Unit tests
run: npm run test:proof-chain

- name: Run Staking Contract Unit Tests
run: npm run test:unit

- name: Run Staking Contract Integration Tests
run: npm run test:staking-contract

coverage:
runs-on: ubuntu-latest
steps:
Expand All @@ -49,7 +40,7 @@ jobs:
fetch-depth: 2
- uses: actions/setup-node@v3
with:
node-version: 16.4.2
node-version: 18.20.2
- uses: actions/cache@v3
id: cache
with:
Expand Down
File renamed without changes.
3 changes: 1 addition & 2 deletions .prettierrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@
"tabWidth": 4,
"useTabs": false,
"singleQuote": false,
"bracketSpacing": false,
"explicitTypes": "always"
"bracketSpacing": false
}
}
]
Expand Down

Large diffs are not rendered by default.

Loading

0 comments on commit 357752c

Please sign in to comment.