algorand / algorand/go-algorand
Add ABI Interaction Support to E2E Python Goal Wrapper
- 主要语言
- Go
- 星标
- 1.4k
- 派生
- 537
- 平均合并
- 1 天 7 小时
- 30 天内合并 PR
- 18
描述
## 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 还没有评估数据。