-
Notifications
You must be signed in to change notification settings - Fork 67
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Disable actions * Test main in CircleCI * Custom docker image with anvil and ipfs * Separate workflow to populate cannon cache * Instead of docker container use caching * Better caching for testable contracts * We still need to build testable to get typechain types * Moar better cache keys * Enable all contract tests * Add more tests * Set default timeout for mocha to 10s * Migrate lint, check storage, size contracts * Normalised mocha version * Fix build:ts * Use Node 16 for core-utils * Adjust more * Default node 16 again * Avoid IPFS for tests * Subgraph testing and simulate release checks * Increase parallelism for perps again * Cache SOLC for hardhat * Temporarily use gh actions simulate-release until cannon has fixed the RPC proxy * Disable GH actions on main branch too * Inexact cannon cache
- Loading branch information
Showing
21 changed files
with
570 additions
and
134 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
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
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,10 +1,10 @@ | ||
name: Lint | ||
|
||
on: | ||
pull_request: {} | ||
# pull_request: {} | ||
push: | ||
branches: | ||
- "main" | ||
- "test" | ||
|
||
jobs: | ||
lint: | ||
|
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,9 +1,10 @@ | ||
name: Coverage | ||
|
||
on: | ||
# pull_request: {} | ||
push: | ||
branches: | ||
- "main" | ||
- "test" | ||
|
||
jobs: | ||
coverage: | ||
|
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,7 +1,7 @@ | ||
name: Test | ||
|
||
on: | ||
pull_request: {} | ||
# pull_request: {} | ||
push: | ||
branches: | ||
- "test" | ||
|
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 |
---|---|---|
|
@@ -18,6 +18,7 @@ Router.sol | |
typechain-types | ||
lerna-debug.log | ||
docs/ | ||
junit | ||
|
||
# Yarn v3 | ||
.yarn/* | ||
|
Binary file removed
BIN
-4.33 KB
.yarn/cache/@ungap-promise-all-settled-npm-1.1.2-c0f42e147b-08d37fdfa2.zip
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
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.