-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Description
There is a use-case where you'd like your local environment to match e.g. MainNet in terms of fees (storage/execution prices) such that you can develop your contract to fit within allowed max GAS usage requirements.
This idea would add an inline button on the PolicyContract (in the contracts panel) to sync the remote policy to the local chain. We have 2 approaches
- use the RPC method
invokefunctionon the PolicyContract and requestGetFeePerByte,GetExecFeeFactorandGetStoragePrice - use RPC servers with the
StateServiceplugin as we know all keys to request.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels