* 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
* Initial Celo support
Change-Id: Iee98ee29a8b09af9ca76945792b750d96a170702
* Watcher support
* Fix high level make file
* Remove node binary committed by mistake
* Port change from EthWatcher to CeloWatcher
* Use docker to build ABIs
* Refactor watcher to eliminate massive redunancy
* Fix lint-and-tests to handle multiple defs on link
* Minor code cleanup
* Celo should use ganache in devnet
* Prep for mainnet deploy
* Code review rework
* Remove celo from sdk package.json
The terra tests had bit rotted quite terribly. It seems no one has run
them in almost a year because the API changed with the 0.14 release of
cosmwasm_vm in April, 2021.
Completely remove cosmwasm_vm from dev-dependencies. The tests aren't
doing anything that requires interacting with the wasm code and can just
test the relevant functions directly.
Once this goes in the tests should be running in the CI so hopefully no
one will be able to push any more breaking changes.
commit-id:537d95e6
* bridge_ui: support acala relayer
* testnet bridge_ui action
* update acala urls
* support recovery with acala relayer
* update relayer API
* karura and acala are 1 conf
* add native-ish KAR and ACA
* update testnet action
* fix ACA token name
* Add makefile to run ethereum tests
* Run tests on CI
* single rm in make clean
Co-authored-by: Jeff Schroeder <jeffschroeder@computer.org>
* Fix WETH address in bridge test
Change-Id: Idd7455cc873d2db86c2ccc130bd673b065311e67
* Don't kill ganache-cli if already running
Instead error the test
* eth: omit mainnet stuff from ci
Co-authored-by: Csongor Kiss <ckiss@jumptrading.com>
Co-authored-by: Jeff Schroeder <jeffschroeder@computer.org>
Co-authored-by: Drew Sterioti <asterioti@jumptrading.com>
Co-authored-by: Evan Gray <battledingo@gmail.com>