algorand / algorand/go-algorand
Make `goal clerk dryrun` directly work with application calls
オープン
FDE
new-feature-request
- 主要言語
- Go
- スター
- 1.4k
- フォーク
- 537
- 平均マージ
- 1日 7時間
- マージ済み PR(30日)
- 18
説明
**Is your feature request related to a problem? Please describe.**
Currently, to dryrun a group of transactions with application calls, we need to do:
```
goal clerk dryrun -t my.tx --dryrun-dump --outfile my.dump
goal clerk dryrun-remote -D my.dump --verbose
```
**Describe the solution you'd like**
Allow
```
goal clerk dryrun -t my.tx
```
to be equivalent to the above two commands.
## Solution/Requirements
This would be as simple as combining those commands listed above
## Urgency
Not super urgent, it's currently possible just not as clean as it could be.
コントリビューションガイド
評価
この issue はまだ評価されていません。