Skip to content

Commit

Permalink
Merge pull request #70 from algorand-devrel/dev
Browse files Browse the repository at this point in the history
0.25.0 - Fix storage encoding
  • Loading branch information
joe-p authored Jul 7, 2023
2 parents f251220 + 08915ae commit 6192801
Show file tree
Hide file tree
Showing 53 changed files with 108 additions and 6,980 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,4 @@ jobs:
- name: Run example tests
run: yarn jest examples/

- name: Install ARC12 test dependencies
run: pip3 install -r ./examples/arc12/tests/requirements.txt

- name: Run ARC12 tests
run: python3 -m pytest ./examples/arc12/tests

1 change: 0 additions & 1 deletion .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,4 @@ coverage/
docs/
yarn-error.log
.idea/
.pytest_cache/
.venv/
2 changes: 1 addition & 1 deletion examples/amm/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
This is an example implementation of an AMM in TEALScript. The TEALScript-generated contract is not yet tested, but serves to provide a comparison of the Beaker implementation vs TEALScript.

`amm.py` from https://github.com/algorand-devrel/beaker/blob/931cd25e17454874b9d23b481d0db4df9fd802b7/examples/amm/amm.py
Original source: https://github.com/algorand-devrel/beaker/blob/931cd25e17454874b9d23b481d0db4df9fd802b7/examples/amm/amm.py
Loading

0 comments on commit 6192801

Please sign in to comment.