Closed alpe closed 1 month ago
We tried yesterday with latest main, but we were unable to reproduce. Export genesis works, but import genesis is blocked by https://github.com/cosmos/cosmos-sdk/pull/21678 That branch is giving https://github.com/cosmos/cosmos-sdk/actions/runs/11047632110/job/30689253949?pr=21678, but the tests are failing there, so I don't think we need to track it here, as it is happening only there.
Reopening the issue as the system test linked in #21913 is still failing.
Yes, correct! It should indeed stay open. @kocubinski had a solution for it.
Should be fixed with latest main @alpe. Could you retry?
It is still failing.
Some more details:
During depinject phase, the stf.EventService is wired into the appmodulev2.Environment
.
In genesis phase, the Environment.EventService.EventManager(ctx)
is called in module like bank/send.go#283 and causes an error in stf/utils because it is not an executionContext
type.
Looks fixed by https://github.com/cosmos/cosmos-sdk/pull/22192
Is there an existing issue for this?
What happened?
This affects simdv2 only:
When starting a node from a state dump or using my sims branch, I run into this panic:
Cosmos SDK Version
main
How to reproduce?
It can be reproduced by exporting/importing grants for example. I have this system test to do so: https://github.com/cosmos/cosmos-sdk/pull/21913 You would find the stacktrace in the server logs