-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Internalize RwLock into ShiningState * made &TestContext<'a> => TestContext * Added near_fetch library for cached nonces * Added KeyRotatingSigner * tmp * Working stress test * Cleaning up * Use Open Source Relayer for integration tests * Fmt * cleanup * Fix wrong container image * Working local testing * Moved running local related testing functions over to local.rs * Reduced LeaderNode::api to not require arguments * Moved all containers init into env/ * Moved containers.rs and local.rs into env/ * Change feature flag to docker-test * Fix docker test * Consistent way to create CLI args * Removed need for integration-tests/main.rs * Update docs and cleanup * Cleanup * setup-env cmd * Update GA pipeline * More cleanup * Use env::run for setup-env * More cleanup * Better setup-env logging * prefer 127.0.0.1 over localhost to enforce IPv4 * Separate out docker image dep * Rename local_url to pk_local_url * tmp * Minor fixes for local build * Terraform * Fix parsing * Actually fix parsing * Address comments --------- Co-authored-by: Daniyar Itegulov <[email protected]>
- Loading branch information
1 parent
aef8142
commit bc48a73
Showing
17 changed files
with
569 additions
and
593 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
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.