* Ensure optin transaction is the current transaction and address the algo_seed transaction in a relative manner.
* Added core_approve.teal based on previous change.
* Fixed admin.py to make the tests pass.
* Changes for 3.16.2 Tilt / Devnet.
* Updated constants in test file
* modified python script to 3.16.2
* More AppID Changes.
* Found more AppIds to replace.
* testApp fixed to 1008.
tests added. some try basic functionality which was understed. others
try to mimic what an attacker would try to do.
this is a baseline from which to create more adversarial tests and
improve the testing suite of the contracts.
tests/README.md includes instructions on how to run the new tests.
* 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>
2) Add tests for payload3
3) Change the contract API for payload3 so that the destination is the appId instead of the app address
and no longer part of the data
4) add a testApp into devnet