You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: