Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement app_v2 wiring #82

Open
1 of 3 tasks
fmorency opened this issue Jul 16, 2024 · 1 comment
Open
1 of 3 tasks

Implement app_v2 wiring #82

fmorency opened this issue Jul 16, 2024 · 1 comment
Labels
blocked bug Something isn't working

Comments

@fmorency
Copy link
Collaborator

fmorency commented Jul 16, 2024

Using app_v1 is causing the TestAppImportExport simulation to fail in CosmosSDK v0.50.6.

I see a similar behavior on #76.

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.

Relates strangelove-ventures/poa#199
Relates strangelove-ventures/tokenfactory#13

Implement v2 wiring in

@fmorency fmorency added the bug Something isn't working label Jul 16, 2024
@fmorency fmorency changed the title Implement v2 wiring Implement app_v2 wiring Jul 16, 2024
@fmorency
Copy link
Collaborator Author

manifest-ledger depends on ibc which is incompatible with v2 wiring.

See cosmos/ibc-go#3560

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
blocked bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant