rollmint
rollmint copied to clipboard
ABCI-client implementation for rollups.
> there should be some consideration to fraud proofs for when a fraud proof contains more state witnesses than is permissible - eg the application (and fraud proof) has a...
**Problem** There is a lack of consistency between how conversions on types are being defined across the repo. It not being all aligned on the same standard easily can lead...
GM CI
# gm CI - I spoke briefly with @nashqueue regarding new Github Action for rollkit using gm and a fix for Ethermint CI - the GM script/CI would be something...
Create `ErrApplyBlock` with `Unwrap` method. _Originally posted by @tzdybal in https://github.com/rollkit/rollkit/pull/643#discussion_r1084904965_
We need to improve the process of testing communication between nodes. For extensive network tests, we will go for test ground, but we don't need that for very small-scale testing....
Credit to https://github.com/Ferret-san for the idea. proposed x-rollup bridging schemes typically require the two rollups to "be aware" of each other, via something such as an IBC handshake that requires...
**Goal** Some sequencer schemes have soft-confirmation mechanisms, with varying guarantees. Users of rollups should be able to: 1. query parts of the latest-finalized state 2. query parts of the latest-observed...
```go message Commit { repeated bytes signatures = 1; } message SignedHeader { Header header = 1; Commit commit = 2; ``` We currently use Commit in Signed Header even...
The PFB Commitment in the Header will reference the PFB commitment of the Data. This is only possible if it is a separate blob. - [ ] When submitting a...
Currently, we have all Sequencers in the Genesis file. This test case wants to cover the test case that initlizises a validator set, say 2 sequencers. A third Node is...