algorand / algorand/go-algorand
Add ABI Interaction Support to E2E Python Goal Wrapper
- 主要言語
- Go
- スター
- 1.4k
- フォーク
- 537
- 平均マージ
- 1日 6時間
- マージ済み PR(30日)
- 17
説明
## Problem
Now that ABI is fully on-board, we can expect that end-to-end tests will want to use this functionality. We can presently test ABI apps using pure shell `goal`. (See for example [e2e-abi-method.sh](https://github.com/algorand/go-algorand/blob/master/test/scripts/e2e_subs/e2e-app-abi-method.sh) ). However, we are moving towards running our tests in Python using our [Python-SDK goal wrapper](https://github.com/algorand/go-algorand/tree/master/test/scripts/e2e_subs/goal) and it would be nice to have this functionality available in Python as well.
## Solution
Now that ABI interaction is available in our Python SDK (cf. https://github.com/algorand/py-algorand-sdk/pull/247) we can do this.
## Dependencies
None
## Urgency
Low
コントリビューションガイド
評価
この issue はまだ評価されていません。