rollmint
rollmint copied to clipboard
ABCI-client implementation for rollups.
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....
# 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...
### 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...
Error ``` Diff: --- Expected +++ Actual @@ -38,7 +38,5 @@ Data: (types.Data) { - Txs: (types.Txs) { - }, + Txs: (types.Txs) , IntermediateStateRoots: (types.IntermediateStateRoots) { - RawRootsList: ([][]uint8)...
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,...
[`Data.ValidateBasic`](https://github.com/rollkit/rollkit/blob/main/types/block.go#L97) doesn't do anything. Should it do something?
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...
[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...
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....