-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
455 create integration tests for stellar mainnet with archived proofs (…
…#456) * Refactor integration test helpers * Continue refactoring * Change function signature * Fix compilation * Create mainnet_config in chain_spec.rs * Remove unused specs * Adjust provider client helper * Update default genesis of stellar relay pallet * Amend refactoring * Add new constant for wrapped currency * Choose wrapped currency based on network * Split runtime into `mainnet` and `testnet` * Amend refactoring * WIP * More WIP * WIP * More WIP * Revert changes and try again with included RPC * WIP still compiles * Duplicate code to start instant seal node * Fix merge issues * Rename genesis and impl name * Rename `spec_name` and `impl_name` These have to match what we have in the custom subxt client otherwise the integration tests will not start properly * Bump versions * Update versions in overlay config * Amend version bump * Extract `impl_name` to extra variable * Do integration tests for test and mainnet * Fix small issue in oracle agent * Fix issue about wrong runtime being executed * Small refactoring * Duplicate test for replace * Remove redundant helper function * Update overlay config files * Create test for issue execution from archive * Update testnet config files as well * Change sleep duration * Fix creation of correct `TransactionSetType` from archived entry * Small refactoring * Small refactoring of tests * Fix potential overflow * Increase default Stellar fee value from `p90` to `p95` * Increase `TIMEOUT` for vault integration tests * Fix clippy warning * Use linear backoff delay * Change DEFAULT_MAX_BACKOFF_DELAY_IN_SECS and remove restriction
- Loading branch information
Showing
38 changed files
with
2,253 additions
and
576 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
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
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.