-
Notifications
You must be signed in to change notification settings - Fork 0
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
refactor: export more PTypes for the testing packageto capture generic type info #45
Merged
Conversation
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
tristanmenzel
added a commit
that referenced
this pull request
Nov 27, 2024
commit 7492df1 Author: Bobby Lat <bobby.lat@makerx.com.au> 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 <bobby.lat@makerx.com.au> 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 <bobby.lat@makerx.com.au> 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 <bobby.lat@makerx.com.au> 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 <bobby.lat@makerx.com.au> Date: Wed Nov 27 09:35:43 2024 +0800 chore: upgrade localnet images in ci pipline commit 66167f4 Author: Bobby Lat <bobby.lat@makerx.com.au> Date: Tue Nov 26 14:17:08 2024 +0800 refactor: simplify type info passed to fromBytes and fromLog method commit 72dc26a Author: Bobby Lat <bobby.lat@makerx.com.au> Date: Tue Nov 19 15:10:49 2024 +0800 chore: upgrade algots package version commit 0c66e7c Author: Bobby Lat <bobby.lat@makerx.com.au> Date: Tue Nov 19 15:04:21 2024 +0800 chore: fix npm audit vulnerability commit 334848f Author: Bobby Lat <bobby.lat@makerx.com.au> Date: Tue Nov 12 09:49:09 2024 +0800 refactor: remove n and m parameters from UFixedNxM constructor commit be7cc30 Author: Bobby Lat <bobby.lat@makerx.com.au> Date: Mon Nov 18 16:36:20 2024 +0800 feat: support fromBytes and fromLog methods for ARC4Encoded types commit 269360a Author: Bobby Lat <bobby.lat@makerx.com.au> Date: Mon Nov 18 10:55:34 2024 +0800 feat: support calling equals method of bytes type commit c623cb3 Author: Bobby Lat <bobby.lat@makerx.com.au> Date: Mon Nov 11 11:29:10 2024 +0800 refactor: export more arc4 types for stub implementation commit 848216b Author: Bobby Lat <bobby.lat@makerx.com.au> 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 <bobby.lat@makerx.com.au> Date: Fri Nov 8 11:08:51 2024 +0800 fix: LogicSig has been renamed to LogicSigClassModel commit 21e747a Merge: ccec890 9fcfe48 Author: boblat <bobby.lat@makerx.com.au> 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 <bobby.lat@makerx.com.au> Date: Tue Nov 12 10:46:17 2024 +0800 refactor: export more PTypes for the testing packageto capture generict type info
tristanmenzel
added a commit
that referenced
this pull request
Nov 27, 2024
commit 7492df1 Author: Bobby Lat <bobby.lat@makerx.com.au> 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 <bobby.lat@makerx.com.au> 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 <bobby.lat@makerx.com.au> 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 <bobby.lat@makerx.com.au> 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 <bobby.lat@makerx.com.au> Date: Wed Nov 27 09:35:43 2024 +0800 chore: upgrade localnet images in ci pipline commit 66167f4 Author: Bobby Lat <bobby.lat@makerx.com.au> Date: Tue Nov 26 14:17:08 2024 +0800 refactor: simplify type info passed to fromBytes and fromLog method commit 72dc26a Author: Bobby Lat <bobby.lat@makerx.com.au> Date: Tue Nov 19 15:10:49 2024 +0800 chore: upgrade algots package version commit 0c66e7c Author: Bobby Lat <bobby.lat@makerx.com.au> Date: Tue Nov 19 15:04:21 2024 +0800 chore: fix npm audit vulnerability commit 334848f Author: Bobby Lat <bobby.lat@makerx.com.au> Date: Tue Nov 12 09:49:09 2024 +0800 refactor: remove n and m parameters from UFixedNxM constructor commit be7cc30 Author: Bobby Lat <bobby.lat@makerx.com.au> Date: Mon Nov 18 16:36:20 2024 +0800 feat: support fromBytes and fromLog methods for ARC4Encoded types commit 269360a Author: Bobby Lat <bobby.lat@makerx.com.au> Date: Mon Nov 18 10:55:34 2024 +0800 feat: support calling equals method of bytes type commit c623cb3 Author: Bobby Lat <bobby.lat@makerx.com.au> Date: Mon Nov 11 11:29:10 2024 +0800 refactor: export more arc4 types for stub implementation commit 848216b Author: Bobby Lat <bobby.lat@makerx.com.au> 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 <bobby.lat@makerx.com.au> Date: Fri Nov 8 11:08:51 2024 +0800 fix: LogicSig has been renamed to LogicSigClassModel commit 21e747a Merge: ccec890 9fcfe48 Author: boblat <bobby.lat@makerx.com.au> 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 <bobby.lat@makerx.com.au> Date: Tue Nov 12 10:46:17 2024 +0800 refactor: export more PTypes for the testing packageto capture generict type info
🎉 This PR is included in version 1.0.0-alpha.26 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
🎉 This PR is included in version 1.0.0-beta.1 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.