* Move quorum out of verifyVM
* Add stub out to demonstrate sol-based tests
* Remove unnecessary import
* Neaten up the quorum conditional
* Another iteration on figuring out the test logic
* Fix indentation
* Refactor quorum and setup unit-test cases
* fix return naming
* More variable name clean up
* Move length check inside loop structure
* Fix condition by wrapping
* Fix syntax error
* fix type definition for testCases
* Drop inline struct usage for simple 2d array
* Fix logic in quorum check
* Make test public and fully qualify quorum
* Make wormhole.sol fail
* Specify where to store testCases
* Define array directly
* Fix syntax error on array definition
* Fix variable name
* Move back to memory-based variable
* Add remove qualified quorum call
* Get really direct on quorum tests
* Simplify quorum logic
* Add test for 19 guardians
* algo/make: add Makefile and test script
* algo/make: add cleanup of sandbox
* algo/make: add python3 requirements
* algo/make: fix path
* algo/make: change pyteal version
* algo/make: propagate errors
* algo/make: add verbosity
* algo/make: fix script
* algo/make: $? check is bad
* algo/make: try using github runner with python 3.10
* algo/make: need to use the correct requirements file
* algo/make: some tests aren't running
* algo/make: attempt to fix tests
* algo/make: get workflow to work
* algo/make: fix runner
* algo/make: try to find the correct python version
* algo/make: more changes
* algo/make: move code around
* algo/make: all python test
* algo/make: remove tabs
* algo/make: combine lines
* algo/make: back to using Makefile in action
* algo/make: change path
* algo/make: test error
* algo/make: fix error example
* algo - add stuff to tilt
* terra: fix terra test (#1231)
* terra: fix terra test
* Update terra git bits
Co-authored-by: Jeff Schroeder <jeffschroeder@computer.org>
* algo - add stuff to tilt
Co-authored-by: Evan Gray <56235822+evan-gray@users.noreply.github.com>
Co-authored-by: Jeff Schroeder <jeffschroeder@computer.org>