-
Notifications
You must be signed in to change notification settings - Fork 128
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* local-ic: CI test with Python (#775) * attempt local-ic start & python script test * requirements httpx file * cli: add app overrides for port and address * ci: upload artifact, setup for python script test matrix * run e2e test in local interchain * run local-ic from /tmp (after archive download) * chmod +x /tmp/local-ic * add ibc-contract relayer test matrix * confirm api_test fail properly breaks api_test * poll_for_start in all python contracts * api_test assertions * api_test: resolve dict form * Add global python arg parsing (api-port & address) * attempt: multi port python script CI * Move scripts/ to python/ folder instead * update CI to use the new ./python repo * cw file cache: upload if no file found * remove new line in get_chain_start_time_from_logs * remove cw cache for now * re-add modified cw cache for dupe code-id upload * minor cache tweak * only start API after all setup is complete * minor: touchups & nits * match start.go to main * fix: python test * add ability to override tx broadcast sleeping * re-add tx_test() * minor: naming * balances assertion in binary test (cherry picked from commit 75d3279) # Conflicts: # go.work.sum # local-interchain/go.mod # local-interchain/go.sum * mod tidy --------- Co-authored-by: Reece Williams <[email protected]> Co-authored-by: Reece Williams <[email protected]>
- Loading branch information
1 parent
463fdf2
commit 35f277c
Showing
20 changed files
with
445 additions
and
361 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
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.