-
Notifications
You must be signed in to change notification settings - Fork 5
Conversation
e3e1ecd
to
2086b65
Compare
384ff0e
to
f56bd6c
Compare
requires test-utils feature flag Sovereign-Labs/sovereign-sdk-wip#688
note: concrete WorkingSet is used as it is passed at RPC calls
Currently stuck because our test setup uses async runtimes - which requires the |
5fbdc34
to
bc4f732
Compare
I managed to compile the code, but the tests are failing. Possibly, the mock chains are not initialized with a proper genesis state. |
Managed to get the tests passed. |
The only thing is remaining is the cw-check. It is failing with a nix error. @soareschen, @ljoss17 any idea how I fix the nix error? You can locally reproduce the error by: nix build .#sov-celestia-cw |
The Cargo.lock file and the git dependency hash needs to be updated, which you can see from the error log. I have pushed the fix. |
Thanks so much ! I am still onboarding to nix, so I was confused with the error. So, the |
Closes: #158
Syncs until Sovereign-Labs/sovereign-sdk-wip@fc1552b44acddc2674a783cd11f301a8b79cc4f3
Description
PR author checklist
docs/
).