liftedinit / manifest-ledger

CosmosSDK-based blockchain ledger for the Manifest Network
Apache License 2.0
0 stars 3 forks source link

feat!: simulator #76

Closed fmorency closed 2 months ago

fmorency commented 3 months ago

Fixes #72

Breaking change: New Ante Handler disabling MsgWithdrawDelegatorRewards

I need to set the commission rate floor/ceil during application creation as the POA simulation expects [0.1, 0.5]. I'd like to know if there's a better approach to what I did, I don't like it very much.

To execute the full app simulation, run make sim-app-full

TODO

fmorency commented 3 months ago

This PR is ready for a first round of comments.

fmorency commented 2 months ago

Ran 6 full app simulators (a735771), in parallel, in a loop, over the weekend. Got 0 failure.