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

## Overview Closes #1494 ## Summary by CodeRabbit - **New Features** - Enhanced block height management for improved data retrieval. - New methods to store and retrieve block heights using...

Bumps [github.com/rollkit/go-sequencing](https://github.com/rollkit/go-sequencing) from 0.0.0-20240903052704-f7979984096b to 0.1.0. Release notes Sourced from github.com/rollkit/go-sequencing's releases. v0.1.0 What's Changed Bump rollkit/.github from 0.2.2 to 0.4.1 by @​dependabot in rollkit/go-sequencing#2 Bump google.golang.org/grpc from 1.66.0 to...

T:dependencies

Fixes #1812 #1819 #1857 ## Summary by CodeRabbit - **New Features** - Enhanced synchronization process for handling empty transactions, allowing smoother operations without waiting for data. - Added tests for...

https://github.com/rollkit/go-sequencing/issues/6

C: sequencing

`reaper.go` needs tests for `CListMempoolReaper`

T:testing
C: sequencing

After the header and data separation, only headers are submitted to DA not blocks, hence the tests in TestSubmitRetrieve for oversized blocks needs to be adapted to be based on...

T:testing
C: sequencing

Similar to other MaxBlobSize settings, this test needs to be refactor to use headers instead of txs for size.

T:testing
C: sequencing