Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Local-Interchain environment (#663)
* Squashed commit of the following: commit bfa7653 Merge: 55aeeb8 cedf87f Author: Reece Williams <[email protected]> Date: Wed Jun 28 16:44:56 2023 -0500 Merge branch 'main' into reece/localic-tweaks commit 55aeeb8 Author: Reece Williams <[email protected]> Date: Wed Jun 28 16:41:57 2023 -0500 Fix hostAPIPort commit ba71ff1 Author: Reece Williams <[email protected]> Date: Wed Jun 28 16:37:07 2023 -0500 Adds REST API support commit 87804b1 Merge: c79a765 220ce33 Author: Reece Williams <[email protected]> Date: Fri Jun 23 10:49:43 2023 -0500 Merge branch 'main' into reece/localic-tweaks commit c79a765 Author: Reece Williams <[email protected]> Date: Wed Jun 21 16:17:47 2023 -0500 Revert TxCommand gas auto commit 2650ce1 Merge: 7abc87b b8ef5ef Author: Reece Williams <[email protected]> Date: Wed Jun 21 16:12:08 2023 -0500 Merge branch 'reece/juno-improvements-v47' into reece/localic-tweaks commit 7abc87b Merge: c2f6c02 c4bf11d Author: Reece Williams <[email protected]> Date: Wed Jun 21 16:11:57 2023 -0500 Merge branch 'main' into reece/localic-tweaks commit b8ef5ef Author: Reece Williams <[email protected]> Date: Wed Jun 21 16:02:38 2023 -0500 Revert "TxCommand gas auto" This reverts commit 83b50de. commit 2b9025f Merge: 5fe9709 c4bf11d Author: Reece Williams <[email protected]> Date: Wed Jun 21 15:59:15 2023 -0500 Merge branch 'main' into reece/juno-improvements-v47 commit 5fe9709 Merge: 35497b6 3c63f8c Author: Reece Williams <[email protected]> Date: Fri Jun 2 18:21:03 2023 -0500 Merge branch 'main' into reece/juno-improvements-v47 commit c2f6c02 Merge: 91fdcfd 3c63f8c Author: Reece Williams <[email protected]> Date: Fri Jun 2 18:19:42 2023 -0500 Merge branch 'main' into reece/localic-tweaks commit 91fdcfd Author: Reece Williams <[email protected]> Date: Thu Jun 1 21:54:13 2023 -0500 Squashed commit of the following: commit 35497b6 Author: Reece Williams <[email protected]> Date: Fri May 19 16:21:04 2023 -0500 rename result -> path (of components) commit 66c2c32 Merge: a01b723 4c903c4 Author: Reece Williams <[email protected]> Date: Fri May 19 16:11:18 2023 -0500 Merge branch 'main' into reece/juno-improvements-v47 commit a01b723 Author: Reece Williams <[email protected]> Date: Fri May 19 16:08:24 2023 -0500 Adds ModifyGenesis generalized Function + test commit 33d7faf Author: Reece Williams <[email protected]> Date: Fri May 12 11:14:06 2023 -0500 Remove uneeded BuildProposal arg commit 62fd485 Author: Reece Williams <[email protected]> Date: Fri May 12 11:07:12 2023 -0500 Adds BuildProposal for govv1 commit 268df1f Author: Reece Williams <[email protected]> Date: Fri May 12 11:04:41 2023 -0500 comment commit 80e66c2 Author: Reece Williams <[email protected]> Date: Fri May 12 10:27:54 2023 -0500 makes SubmitProposal public for chains commit 83b50de Author: Reece Williams <[email protected]> Date: Thu May 11 14:45:28 2023 -0500 TxCommand gas auto commit 1383abd Author: Reece Williams <[email protected]> Date: Thu Jun 1 21:52:27 2023 -0500 Interface tweaks commit 35497b6 Author: Reece Williams <[email protected]> Date: Fri May 19 16:21:04 2023 -0500 rename result -> path (of components) commit 66c2c32 Merge: a01b723 4c903c4 Author: Reece Williams <[email protected]> Date: Fri May 19 16:11:18 2023 -0500 Merge branch 'main' into reece/juno-improvements-v47 commit a01b723 Author: Reece Williams <[email protected]> Date: Fri May 19 16:08:24 2023 -0500 Adds ModifyGenesis generalized Function + test commit 33d7faf Author: Reece Williams <[email protected]> Date: Fri May 12 11:14:06 2023 -0500 Remove uneeded BuildProposal arg commit 62fd485 Author: Reece Williams <[email protected]> Date: Fri May 12 11:07:12 2023 -0500 Adds BuildProposal for govv1 commit 268df1f Author: Reece Williams <[email protected]> Date: Fri May 12 11:04:41 2023 -0500 comment commit 80e66c2 Author: Reece Williams <[email protected]> Date: Fri May 12 10:27:54 2023 -0500 makes SubmitProposal public for chains commit 83b50de Author: Reece Williams <[email protected]> Date: Thu May 11 14:45:28 2023 -0500 TxCommand gas auto * Upload Local-Interchain * Minor readme fix * Remove comma from readme JSON Co-authored-by: Dan Kanefsky <[email protected]> * Remove default events from relayre Co-authored-by: Dan Kanefsky <[email protected]> * Better error for root cli execute Co-authored-by: Dan Kanefsky <[email protected]> * Remove debugging print * Add signal & endpoint kill-all (stop & cleanup) * Remove validation panics for Chain types * Show F32 + 64 in defaults output * Remove BlocksTTL and use math.MaxInt instead * Kill relayer & all containers on ctrl+c / kill endpoint * Require `configs` and `chains` in ICTEST_HOME * `docs`: relative paths * TODO: cleanup on ctrl+c --------- Co-authored-by: Dan Kanefsky <[email protected]> Co-authored-by: David Nix <[email protected]> (cherry picked from commit bd6da21)
- Loading branch information