-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
fa15456
commit e47dc01
Showing
33 changed files
with
1,455 additions
and
887 deletions.
There are no files selected for viewing
346 changes: 173 additions & 173 deletions
346
tests/artifacts/StateOps/data/GlobalStateContract.approval.teal
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
#pragma version 10 | ||
|
||
tests.artifacts.StateOps.contract.GlobalStateContract.clear_state_program: | ||
// tests/artifacts/StateOps/contract.py:362 | ||
// tests/artifacts/StateOps/contract.py:480 | ||
// class GlobalStateContract(ARC4Contract): | ||
int 1 | ||
return |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
#pragma version 10 | ||
|
||
tests.artifacts.StateOps.contract.ITxnOpsContract.clear_state_program: | ||
// tests/artifacts/StateOps/contract.py:337 | ||
// tests/artifacts/StateOps/contract.py:455 | ||
// class ITxnOpsContract(ARC4Contract): | ||
int 1 | ||
return |
Oops, something went wrong.