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
The parameters for the vpool should be randomized within safe values.
It can be done, but random transactions from the perp simulation will need to mathematically guarantee that all operations in x/perps will pass with random values of TradeLimitRatio, FluctuationLimitRatio, and MaxLeverage.
Some modules in the cosmos-sdk (e.g. x/bank) first simulate the tx and only if it passes, uses the message as the operation. We should implement this approach.
The text was updated successfully, but these errors were encountered:
The parameters for the vpool should be randomized within safe values.
It can be done, but random transactions from the perp simulation will need to mathematically guarantee that all operations in x/perps will pass with random values of TradeLimitRatio, FluctuationLimitRatio, and MaxLeverage.
Some modules in the cosmos-sdk (e.g. x/bank) first simulate the tx and only if it passes, uses the message as the operation. We should implement this approach.
The text was updated successfully, but these errors were encountered: