rollmint icon indicating copy to clipboard operation
rollmint copied to clipboard

ABCI-client implementation for rollups.

Results 186 rollmint issues
Sort by recently updated
recently updated
newest added

Move the merkle inclusion proofs in the fraud proof that prove the witness data was part of the state machine’s appHash from cosmos-sdk to rollkit. Two PRs for respective repos....

C:state-fraud-proofs
blocked

# Overview We should expose metrics for rollup developers so that they can make informed decisions about their rollup. These metrics could then be viewed in something like a grafance...

epic
metrics

### Implementation ideas REF: https://github.com/celestiaorg/celestia-node/pull/2806 This use of a CI step that sets the go version as an output allows us to have a single go version defined for the...

C:ci
P:nice-to-have

Error ``` Diff: --- Expected +++ Actual @@ -38,7 +38,5 @@ Data: (types.Data) { - Txs: (types.Txs) { - }, + Txs: (types.Txs) , IntermediateStateRoots: (types.IntermediateStateRoots) { - RawRootsList: ([][]uint8)...

good first issue
T:testing
T:code-hygiene

In rollkit.proto we have ```go // Hash of block aggregator set, at a time of block creation bytes aggregators_hash = 12; ``` Replace it with: ```go // Block aggregator set,...

C:header

[`Data.ValidateBasic`](https://github.com/rollkit/rollkit/blob/main/types/block.go#L97) doesn't do anything. Should it do something?

good first issue
T:spec-and-docs

i think we intend to have the da commitment (obtained using `blob.CreateCommitment` to be stored in DataHash instead of merkle hash, if i am not mistaken @nashqueue? _Originally posted by...

C:data-availability
v1

[follow up] So I think we can automated the branch updates to create the PR and assign it for review. If we are creating rollkit releases via the CI, we...

C:ci
v1

I just realized that we need to handle the case of the network pruning the data. It could be that we cannot retrieve the data itself from the DA-Layer anymore....

C:block-sync
v1

- [ ] #205 - [x] #206 - [x] #207 - [x] #607

epic