Closed Manav-Aggarwal closed 2 years ago
Added more state compares in the test, specifically checking whether the states of B1 and B2 match at different points.
Does anyone know why the jobs are stuck in the queue?
Job defined at: celestiaorg/cosmos-sdk/.github/workflows/test.yml@refs/pull/248/merge
Waiting for a runner to pick up this job...```
Noted addition of substore level tracing in SMT multistore
here: #258
Could you revert changes that the v0.46.0-with-smt makes to the github actions test runners.
It looks like it specifies
runs-on: buildjet-4vcpu-ubuntu-2004
for a lot of jobs which is why they aren't running! We can change this to
runs-on: ubuntu-latest
everything is moved to cosmos-sdk-rollmint repo
Description
As part of the fraudproof cycle described in #245, we'd like to be able to test stateless execution for a cosmos-sdk baseapp by using fraudproofs based on the new multistore with SMTs.
Parts covered from the cycle of a fraudproof:
Closes: #252
Author Checklist
All items are required. Please add a note to the item if the item is not applicable and please add links to any relevant follow up issues.
I have...
!
to the type prefix if API or client breaking changeCHANGELOG.md
Reviewers Checklist
All items are required. Please add a note if the item is not applicable and please add your handle next to the items reviewed if you only reviewed selected items.
I have...
!
in the type prefix if API or client breaking change