Skip to content

Commit

Permalink
Merge pull request #533 from algorandfoundation/dev
Browse files Browse the repository at this point in the history
0.101.0: AVM11 block params, fix txn casting
  • Loading branch information
joe-p authored Sep 13, 2024
2 parents d357508 + 6011b07 commit d658957
Show file tree
Hide file tree
Showing 583 changed files with 1,531 additions and 1,202 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#pragma version 10

// This TEAL was generated by TEALScript v0.100.2
// This TEAL was generated by TEALScript v0.101.0
// https://github.com/algorandfoundation/TEALScript

// This contract is compliant with and/or implements the following ARCs: [ ARC4 ]
Expand Down

Large diffs are not rendered by default.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion examples/arc72/artifacts/ARC72.approval.teal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#pragma version 10

// This TEAL was generated by TEALScript v0.100.2
// This TEAL was generated by TEALScript v0.101.0
// https://github.com/algorandfoundation/TEALScript

// This contract is compliant with and/or implements the following ARCs: [ ARC4 ]
Expand Down
2 changes: 1 addition & 1 deletion examples/arc72/artifacts/ARC72.arc32.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion examples/arc72/artifacts/ARC72.arc56_draft.json

Large diffs are not rendered by default.

3 changes: 1 addition & 2 deletions examples/arc75/artifacts/ARC75.approval.teal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#pragma version 10

// This TEAL was generated by TEALScript v0.100.2
// This TEAL was generated by TEALScript v0.101.0
// https://github.com/algorandfoundation/TEALScript

// This contract is compliant with and/or implements the following ARCs: [ ARC4 ]
Expand Down Expand Up @@ -361,7 +361,6 @@ setAppWhitelist:
gtxns TypeEnum
int pay
==
assert

// failed to cast this.txnGroup[this.txn.groupIndex - 1] to pay
assert
Expand Down
2 changes: 1 addition & 1 deletion examples/arc75/artifacts/ARC75.arc32.json

Large diffs are not rendered by default.

Loading

0 comments on commit d658957

Please sign in to comment.