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

Allow reference ABI types in dynamic ABI types #565

Open
ErikHasselwander opened this issue Oct 16, 2022 · 1 comment
Open

Allow reference ABI types in dynamic ABI types #565

ErikHasselwander opened this issue Oct 16, 2022 · 1 comment
Labels
new-feature-request Feature request that needs triage Team Scytale

Comments

@ErikHasselwander
Copy link

Problem

Right now it's not possible to have a dynamic array of reference types. A current workaround for this is to instead of reference types use their non-reference counterparts (uint64 for app, asset and address for Account). This is however not good enough as it requires workarounds in the SDKs to get the foreign references included which breakes the ease of use of the ATC/ABI.

Solution

Update pyteal to support dynamic reference types.

Urgency

It is currently hindering us from deploying production ready apps without some heavy workaround in the SDKs. It would be very nice to see this fixed.

@ErikHasselwander ErikHasselwander added the new-feature-request Feature request that needs triage label Oct 16, 2022
@StylishTriangles
Copy link
Contributor

Same issue here, would be nice to have this added

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new-feature-request Feature request that needs triage Team Scytale
Projects
None yet
Development

No branches or pull requests

3 participants