-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: support fromBytes and fromLog methods for ARC4Encoded types
commit 7492df1 Author: Bobby Lat <[email protected]> Date: Wed Nov 27 18:06:01 2024 +0800 chore: update cross-spawn version and vulnerability number to match the report commit 817d0ed Author: Bobby Lat <[email protected]> Date: Wed Nov 27 17:42:48 2024 +0800 chore: update approval output after upgrading puyapy to the latest in main branch commit 6c31fad Author: Bobby Lat <[email protected]> Date: Wed Nov 27 13:04:47 2024 +0800 refactor: according to review feedback - un-export NativeForArc4Int and CompatForArc4Int types - add code invariant to make sure ptype is actually ARC4EncodedType - rename arc4Prefix to arc4ReturnValuePrefix for clarity - remove extra handling of bytes constant as reinterpretCast does it anyway - remove extra resolveToPType calls commit 1caf84d Author: Bobby Lat <[email protected]> Date: Wed Nov 27 10:21:00 2024 +0800 chore: fix test broken by upgrading puya to version 4.0.0 commit 2f2273e Author: Bobby Lat <[email protected]> Date: Wed Nov 27 09:35:43 2024 +0800 chore: upgrade localnet images in ci pipline commit 66167f4 Author: Bobby Lat <[email protected]> Date: Tue Nov 26 14:17:08 2024 +0800 refactor: simplify type info passed to fromBytes and fromLog method commit 72dc26a Author: Bobby Lat <[email protected]> Date: Tue Nov 19 15:10:49 2024 +0800 chore: upgrade algots package version commit 0c66e7c Author: Bobby Lat <[email protected]> Date: Tue Nov 19 15:04:21 2024 +0800 chore: fix npm audit vulnerability commit 334848f Author: Bobby Lat <[email protected]> Date: Tue Nov 12 09:49:09 2024 +0800 refactor: remove n and m parameters from UFixedNxM constructor commit be7cc30 Author: Bobby Lat <[email protected]> Date: Mon Nov 18 16:36:20 2024 +0800 feat: support fromBytes and fromLog methods for ARC4Encoded types commit 269360a Author: Bobby Lat <[email protected]> Date: Mon Nov 18 10:55:34 2024 +0800 feat: support calling equals method of bytes type commit c623cb3 Author: Bobby Lat <[email protected]> Date: Mon Nov 11 11:29:10 2024 +0800 refactor: export more arc4 types for stub implementation commit 848216b Author: Bobby Lat <[email protected]> Date: Fri Nov 8 14:42:01 2024 +0800 refactor: export generic PTypes for testing package to capture generic type info commit 4fbcb01 Author: Bobby Lat <[email protected]> Date: Fri Nov 8 11:08:51 2024 +0800 fix: LogicSig has been renamed to LogicSigClassModel commit 21e747a Merge: ccec890 9fcfe48 Author: boblat <[email protected]> Date: Tue Nov 12 10:51:05 2024 +0800 Merge pull request #45 from algorandfoundation/refactor-export-types refactor: export more PTypes for the testing packageto capture generic type info commit 9fcfe48 Author: Bobby Lat <[email protected]> Date: Tue Nov 12 10:46:17 2024 +0800 refactor: export more PTypes for the testing packageto capture generict type info
- Loading branch information
1 parent
5451cd3
commit 08912a1
Showing
21 changed files
with
754 additions
and
306 deletions.
There are no files selected for viewing
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,2 +1,7 @@ | ||
{ | ||
"1100563": { | ||
"active": true, | ||
"notes": "Waiting for https://github.com/npm/cli/issues/7902 to be resolved", | ||
"expiry": "2024-12-31" | ||
} | ||
} |
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,2 +1 @@ | ||
{ | ||
} | ||
{} |
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
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
Oops, something went wrong.