algorand / algorand/pyteal

Allow reference ABI types in dynamic ABI types

オープン
#565 コメント 1 件 リアクション 1 件 担当者 0 名 GitHub で見る
new-feature-request Team Scytale
主要言語
Python
スター
288
フォーク
138
PR マージ指標
30日以内にマージされた PR はありません

説明

## 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.

コントリビューションガイド

コントリビューションガイドを開く

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。