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

refactor: export more PTypes for the testing packageto capture generic type info #45

Merged
merged 1 commit into from
Nov 12, 2024

Conversation

boblat
Copy link
Contributor

@boblat boblat commented Nov 12, 2024

No description provided.

@boblat boblat merged commit 21e747a into alpha Nov 12, 2024
2 checks passed
@boblat boblat deleted the refactor-export-types branch November 12, 2024 02:51
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
Copy link

github-actions bot commented Dec 6, 2024

🎉 This PR is included in version 1.0.0-alpha.26 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Copy link

🎉 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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant