Skip to content

Commit

Permalink
Merge pull request #492 from algorandfoundation/dev
Browse files Browse the repository at this point in the history
0.94.0: Uint constructor, pushbyte fix, rawByte
  • Loading branch information
joe-p authored Jun 7, 2024
2 parents 72d876a + d6b346f commit 51de323
Show file tree
Hide file tree
Showing 565 changed files with 163,945 additions and 489 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.93.0
// This TEAL was generated by TEALScript v0.94.0
// https://github.com/algorandfoundation/TEALScript

// This contract is compliant with and/or implements the following ARCs: [ ARC4 ]
Expand Down Expand Up @@ -214,14 +214,14 @@ tokensToMint:
frame_dig 0 // aRatio: uint64
frame_dig 1 // bRatio: uint64
<
bz *ternary1_false
bz *ternary0_false
frame_dig 0 // aRatio: uint64
b *ternary1_end
b *ternary0_end

*ternary1_false:
*ternary0_false:
frame_dig 1 // bRatio: uint64

*ternary1_end:
*ternary0_end:
frame_bury 2 // ratio: uint64

// examples/amm/amm.algo.ts:58
Expand Down Expand Up @@ -1027,14 +1027,14 @@ swap:
gtxns XferAsset
frame_dig -2 // aAsset: AssetID
==
bz *ternary3_false
bz *ternary1_false
frame_dig -2 // aAsset: AssetID
b *ternary3_end
b *ternary1_end

*ternary3_false:
*ternary1_false:
frame_dig -3 // bAsset: AssetID

*ternary3_end:
*ternary1_end:
frame_bury 0 // outId: uint64

// examples/amm/amm.algo.ts:182
Expand Down

Large diffs are not rendered by default.

Loading

0 comments on commit 51de323

Please sign in to comment.