-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Labels
Description
Is there an existing issue for this?
- I have searched the existing issues
New feature
Currently, managing rclimit with delegated mana is manual.
🔓 > rclimit
Current rc limit: 10.000000
🔓 > rclimit 100
Set rc limit to 100.000000
🔓 > upload contract.wasm contract.abi
cannot upload contract, payer does not have the rc to cover transaction rc limit
🔓 > rclimit 90
Set rc limit to 90.000000
🔓 > upload contract.wasm contract.abi
Contract uploaded with address <some-address>
Transaction with ID <some-id> containing 1 operations submitted.
Mana cost: 11.20280306 (Disk: 43604, Network: 48962, Compute: 680636)
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.
🔓 > rclimit
Current rc limit: 100.000000% (10117.572038)
Anything else?
No response
Reactions are currently unavailable