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
KV stores are different: 26 key/value pairs in store A and 0 key/value pairs in store B
sim_test.go:332:
Error Trace: /home/fmorency/dev/manifest-ledger/app/sim_test.go:332
Error: Not equal:
expected: 26
actual : 0
Test: TestAppImportExport
Messages: unequal sets of key-values to compare upgrade
The issue doesn't occur when using app_v2 wiring in CosmosSDK. Implement app_v2 wiring in this application and see if it fixes the problem.
Using
app_v1
is causing theTestAppImportExport
simulation to fail in CosmosSDK v0.50.6.I see a similar behavior on #76.
The issue doesn't occur when using
app_v2
wiring in CosmosSDK. Implementapp_v2
wiring in this application and see if it fixes the problem.Relates strangelove-ventures/poa#199
Relates strangelove-ventures/tokenfactory#13
Implement v2 wiring in
The text was updated successfully, but these errors were encountered: