Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* added getter for the whole config of an asa * Note over Tuple limitation * params normalizer utility * tests for getters recovered * minor changes to * Better utils * minor fixes in * WIP: Rename CLI. * last fixes in branch * Better README for CLI * Current directory Co-authored-by: Matteo Almanza <[email protected]> * Current path 2. Co-authored-by: Matteo Almanza <[email protected]> * minor fixes * Update README.md Co-authored-by: Matteo Almanza <[email protected]> * Update account.py Co-authored-by: Matteo Almanza <[email protected]> * Update smart_asa_test.py Co-authored-by: Matteo Almanza <[email protected]> * Update smart_asa_test.py Co-authored-by: Matteo Almanza <[email protected]> * named tuples in config getter normalizer * Linting. * better NamedTuple usage * metadata hash encoding * fix getters in readme (#7) * Contract json (#8) * fix getters in readme * added contract interface to repo * fix linter * fix readme: getters and abi (#9) * Add community credits to `README.md` * Use of `abi.NamedTuple` struct in getter `get_asset_config` (#17) * Use of in getter * removing irrelevant comment * minor change * `namedtuple` from `abi.NamedTuple` * Getting annotation the right way. Co-authored-by: cusma <[email protected]> * README: deployed App example * Add TEAL programs. (#19) * Aligning `main` to `develop` (#22) * NamedTuple getter (#18) * added getter for the whole config of an asa * Note over Tuple limitation * params normalizer utility * tests for getters recovered * minor changes to * Better utils * minor fixes in * WIP: Rename CLI. * last fixes in branch * Better README for CLI * Current directory Co-authored-by: Matteo Almanza <[email protected]> * Current path 2. Co-authored-by: Matteo Almanza <[email protected]> * minor fixes * Update README.md Co-authored-by: Matteo Almanza <[email protected]> * Update account.py Co-authored-by: Matteo Almanza <[email protected]> * Update smart_asa_test.py Co-authored-by: Matteo Almanza <[email protected]> * Update smart_asa_test.py Co-authored-by: Matteo Almanza <[email protected]> * named tuples in config getter normalizer * Linting. * better NamedTuple usage * metadata hash encoding * fix getters in readme (#7) * Contract json (#8) * fix getters in readme * added contract interface to repo * fix linter * fix readme: getters and abi (#9) * Add community credits to `README.md` * Use of `abi.NamedTuple` struct in getter `get_asset_config` (#17) * Use of in getter * removing irrelevant comment * minor change * `namedtuple` from `abi.NamedTuple` * Getting annotation the right way. Co-authored-by: cusma <[email protected]> * README: deployed App example Co-authored-by: deanstef <[email protected]> Co-authored-by: Matteo Almanza <[email protected]> Co-authored-by: Adriano Di Luzio <[email protected]> * Publish TEAL programs (#21) * added getter for the whole config of an asa * Note over Tuple limitation * params normalizer utility * tests for getters recovered * minor changes to * Better utils * minor fixes in * WIP: Rename CLI. * last fixes in branch * Better README for CLI * Current directory Co-authored-by: Matteo Almanza <[email protected]> * Current path 2. Co-authored-by: Matteo Almanza <[email protected]> * minor fixes * Update README.md Co-authored-by: Matteo Almanza <[email protected]> * Update account.py Co-authored-by: Matteo Almanza <[email protected]> * Update smart_asa_test.py Co-authored-by: Matteo Almanza <[email protected]> * Update smart_asa_test.py Co-authored-by: Matteo Almanza <[email protected]> * named tuples in config getter normalizer * Linting. * better NamedTuple usage * metadata hash encoding * fix getters in readme (#7) * Contract json (#8) * fix getters in readme * added contract interface to repo * fix linter * fix readme: getters and abi (#9) * Add community credits to `README.md` * Use of `abi.NamedTuple` struct in getter `get_asset_config` (#17) * Use of in getter * removing irrelevant comment * minor change * `namedtuple` from `abi.NamedTuple` * Getting annotation the right way. Co-authored-by: cusma <[email protected]> * README: deployed App example * Add TEAL programs. (#19) Co-authored-by: deanstef <[email protected]> Co-authored-by: Matteo Almanza <[email protected]> Co-authored-by: Adriano Di Luzio <[email protected]> Co-authored-by: deanstef <[email protected]> Co-authored-by: Matteo Almanza <[email protected]> Co-authored-by: Adriano Di Luzio <[email protected]> * Add methods' `docstring`. Update JSON with description. Bump PyTeal version. (#26) * Bump TEAL version (#27) * Bump TEAL version. Better methods' docstrings. * Bump `algod` version in CI. * Bump GH actions version. Stop running images. * Update TEAL and ABI JSON. Fixed `algod` version in CI. * Add App Example and TEAL references. (#29) * Commented Asserts (#32) * Switch to `InnerTxnBuilder.Execute` * WIP: Split asserts with errors * WIP: Split asserts with errors * Commented asserts pt.2 * commented asserts complete * Update TEAL * Code review fix Co-authored-by: Matteo Almanza <[email protected]> * Code review fix Co-authored-by: Matteo Almanza <[email protected]> * Code review suggestion Co-authored-by: deanstef <[email protected]> Co-authored-by: Matteo Almanza <[email protected]> Co-authored-by: deanstef <[email protected]> Co-authored-by: Matteo Almanza <[email protected]> Co-authored-by: Adriano Di Luzio <[email protected]>
- Loading branch information