Skip to content

Commit

Permalink
Merge pull request #581 from algorandfoundation/dev
Browse files Browse the repository at this point in the history
0.106.2: fix updating bools in boxes
  • Loading branch information
joe-p authored Feb 10, 2025
2 parents bd36bfb + 7b46026 commit 9dd0d49
Show file tree
Hide file tree
Showing 619 changed files with 3,434 additions and 1,867 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
intcblock 0 1 1000 4 10000000000 2 3
bytecblock 0x 0x61 0x62 0x67 0x70 0x72

// This TEAL was generated by TEALScript v0.106.1
// This TEAL was generated by TEALScript v0.106.2
// 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.

10 changes: 5 additions & 5 deletions examples/amm/tealscript_artifacts/ConstantProductAMM.arc56.json

Large diffs are not rendered by default.

7 changes: 4 additions & 3 deletions examples/arc58/artifacts/AbstractedAccount.approval.teal
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
intcblock 1 0 32 6
bytecblock 0x70 0x61 0x 0x63 0x6e 0x0000000000000000 0x0f885493 0x00

// This TEAL was generated by TEALScript v0.106.1
// This TEAL was generated by TEALScript v0.106.2
// https://github.com/algorandfoundation/TEALScript

// This contract is compliant with and/or implements the following ARCs: [ ARC4 ]
Expand Down Expand Up @@ -760,6 +760,7 @@ arc58_rekeyToPlugin:
pushint 16
global Round
itob
replace3
bytec 0 // "p"
frame_dig -1 // plugin: AppID
itob
Expand All @@ -774,8 +775,8 @@ arc58_rekeyToPlugin:
*ternary5_end:
concat
concat
cover 2
box_replace
swap
box_put

// examples/arc58/arc58.algo.ts:195
// this.verifyRekeyToAbstractedAccount()
Expand Down
2 changes: 1 addition & 1 deletion examples/arc58/artifacts/AbstractedAccount.arc32.json

Large diffs are not rendered by default.

Loading

0 comments on commit 9dd0d49

Please sign in to comment.