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
Using app_v1 is causing the TestAppImportExport simulation to fail in CosmosSDK v0.50.6.
I see similar behavior in this application.
KV stores are different: 27 key/value pairs in store A and 0 key/value pairs in store B
sim_test.go:202:
Error Trace: /home/fmorency/dev/tokenfactory/app/sim_test.go:202
Error: Not equal:
expected: 27
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.
The text was updated successfully, but these errors were encountered:
Using
app_v1
is causing theTestAppImportExport
simulation to fail in CosmosSDK v0.50.6.I see similar behavior in this application.
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.The text was updated successfully, but these errors were encountered: