Open lukemwillis opened 1 year ago
You should be able to do: rclimit 10%
, is that the feature you are proposing?
Ah, when you set rclimit 10%
it should consider who the payer is. That makes sense.
This issue is stale because it has been open for 30 days with no activity.
FYI, the line that needs to be udpated: https://github.com/koinos/koinos-cli/blob/43f03e1571fb5e242c05b651e8c0cb069cb7b34f/internal/cli/interpreter.go#L203
Should be
limit, err := ee.RPCClient.GetAccountRc(ctx, ee.GetPayerAddress())
If it is a one line change, could you make a PR?
Is there an existing issue for this?
New feature
Currently, managing rclimit with delegated mana is manual.
If the delegator has a lot of mana, it's easy, but it would be easier if you could set it as a percentage of the payer's mana balance. Similar to the default experience where it's set to 100% of the current wallet's mana balance.
Anything else?
No response