-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ks-444: integrate keystone contract deployment (#14334)
* working * refactoring * use changeset * clean up * add onchain loading and checks in test * add ability to create an env from clo artifact * update tests; generate wf & target don * make clo env work with inmemory chains for testing * fix clo test to use the correct node->nop mapping * cleanup * linter * fix flaky contract addresses * doc update * add forwarder set config * ocr3 configuration working * clean up and fix flakey in memory test due to conflicting in memory chains * cleanup & comments * more cleanup; revert unneeded changes, add TODOs * linter * add readme * readme and simplification of translating clo data to don * refactor to make Deploy use regular env * update readme, add todos * fix merge conflict * simplify Deploy into composable funcs * use common logger * logging * seperate contract deployment from configuration to better support testnet changesets * add asset don to tests * merge with aptos support; dedup code * mv ocr3 config to integration test from scripts * mv code from scripts to integration-tests * add estimated gas debugging * support more granular deployments * go mod tidy * linter, tests * linter, changeset * address comment; reinstate addressbook merge semantics; add changesets and tests * fix tests; fix non-determinism in env.AllChainXXX listing * add todos; minor style fixes * linter
- Loading branch information
1 parent
2b44fd8
commit 0ad6246
Showing
49 changed files
with
14,392 additions
and
371 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"chainlink": minor | ||
--- | ||
|
||
#added keystone contract deployment |
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.