rollmint
rollmint copied to clipboard
ABCI-client implementation for rollups.
## 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...
build(deps): Bump github.com/rollkit/go-sequencing from 0.0.0-20240903052704-f7979984096b to 0.1.0
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...
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
`reaper.go` needs tests for `CListMempoolReaper`
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...
Similar to other MaxBlobSize settings, this test needs to be refactor to use headers instead of txs for size.