liftedinit / manifest-ledger

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

Add simulator support #72

Open fmorency opened 2 weeks ago

fmorency commented 2 weeks ago

Add CosmosSDK simulator support.

Currently blocked by https://github.com/strangelove-ventures/poa/issues/170 and https://github.com/strangelove-ventures/tokenfactory/issues/11

fmorency commented 1 week ago

The x/manifest module simulation support has proved more challenging than expected because of https://github.com/liftedinit/manifest-ledger/issues/21#issuecomment-2183376789

fmorency commented 2 days ago

I was able to make it work with the workaround described in https://github.com/liftedinit/manifest-ledger/issues/21#issuecomment-2189330468.

However, the determinism simulation fails and I'm still tracking the root cause.

fmorency commented 1 day ago

I fixed the determinism issue and implemented the remaining messages.