yagna
yagna copied to clipboard
`yagna payment release-allocations` should allow picking the account to clear instead of clearing all of them
On the Golem Portal, we make use of more than one identity and wallet to implement our solution. From time to time the release of allocations is required. Unfortunately, with the current implementation, I'm forced to clear the allocations on all accounts, which is not what I want, as this command will affect all requestor scripts from all accounts.
So instead of just supporting:
yagna payment release-allocations
I would like to be able to specify an --account
parameter and specify the wallet address from yagna payment status
to clear the allocations. It also seems that --network
and --driver
parameters might be handy.