Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

0.106.2: fix updating bools in boxes #581

Merged
merged 6 commits into from
Feb 10, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
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