-
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.
fix: add CANNON_REGISTRY_PRIORITY env, and others (#1804)
* fix: add CANNON_REGISTRY_PRIORITY env * fix: setup cannon registry priority * feat: add cannon registry to commands * add CANNON_REGISTRY_PRIORITY to oracle manager * fix: circle ci env * update config circleci * echo cannon registry * try * use oracle-manager testable for synthetix testable otherwise the build can come out wierd * fix deps * have to upgrade hardhat too * fix unnecessary await causing hang --------- Co-authored-by: Daniel Beal <[email protected]> Co-authored-by: dbeal <[email protected]>
- Loading branch information
1 parent
aadd241
commit 60b2df0
Showing
40 changed files
with
190 additions
and
188 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
Binary file renamed
BIN
+70.9 KB
...block-npm-5.0.1-36ba33b8af-02591bc9ba.zip → ...block-npm-5.0.2-4d950628bb-7ff744f44a.zip
Binary file not shown.
Binary file renamed
BIN
+630 KB
...chain-npm-7.0.1-70afb79069-8b7a4e3613.zip → ...chain-npm-7.0.2-d9705709ea-b7e440dcd7.zip
Binary file not shown.
Binary file renamed
BIN
+119 KB
...ommon-npm-4.0.1-db8034d032-af5b599bcc.zip → ...ommon-npm-4.0.2-2a486d4209-f0d84704d6.zip
Binary file not shown.
Binary file renamed
BIN
+24.1 KB
...thash-npm-3.0.1-1306100131-beeec9788a.zip → ...thash-npm-3.0.2-cc0ebd2006-e4011e4019.zip
Binary file not shown.
Binary file renamed
BIN
+237 KB
...s-evm-npm-2.0.1-d5164cbc38-0aa2e1460e.zip → ...s-evm-npm-2.0.2-f0d731b2a8-a23cf57083.zip
Binary file not shown.
Binary file renamed
BIN
+18.4 KB
...s-rlp-npm-5.0.1-57535e6ba3-5a51d2cf92.zip → ...s-rlp-npm-5.0.2-4779aec89a-a74434cade.zip
Binary file not shown.
Binary file renamed
BIN
+52.6 KB
...nager-npm-2.0.1-2dbc89ff8f-157b503fa3.zip → ...nager-npm-2.0.2-5465bc8cbc-3ab6578e25.zip
Binary file not shown.
Binary file renamed
BIN
+103 KB
...-trie-npm-6.0.1-d6e8b61c63-7001c32041.zip → ...-trie-npm-6.0.2-405eaf4fb6-d4da918d33.zip
Binary file not shown.
Binary file renamed
BIN
+111 KB
...js-tx-npm-5.0.1-25e56e165c-aa3829e4a4.zip → ...js-tx-npm-5.0.2-d7824094e9-0bbcea7578.zip
Binary file not shown.
Binary file renamed
BIN
+82 KB
...-util-npm-9.0.1-6715066745-5f8a50a25c.zip → ...-util-npm-9.0.2-8b4899e586-3a08f7b880.zip
Binary file not shown.
Binary file renamed
BIN
+99.9 KB
...js-vm-npm-7.0.1-01921364a3-0f63731632.zip → ...js-vm-npm-7.0.2-cd9b4fb94e-1c25ba4d06.zip
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file renamed
BIN
+245 KB
...n-cli-npm-2.5.1-85b9f517e8-7b31ace8d8.zip → ...n-cli-npm-2.5.4-3421c6bd88-bc20b04b38.zip
Binary file not shown.
Binary file renamed
BIN
+53.6 KB
...annon-npm-2.5.1-966d2a1418-043c553eda.zip → ...annon-npm-2.5.4-1759dec3e7-3ec2208fca.zip
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
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 |
---|---|---|
|
@@ -26,7 +26,7 @@ const config = { | |
}, | ||
}, | ||
mocha: { | ||
timeout: 200_000, | ||
timeout: 30_000, | ||
}, | ||
}; | ||
|
||
|
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
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
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.