yagna icon indicating copy to clipboard operation
yagna copied to clipboard

`yagna payment release-allocations` should allow picking the account to clear instead of clearing all of them

Open grisha87 opened this issue 10 months ago • 0 comments

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.

grisha87 avatar Apr 05 '24 14:04 grisha87