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

Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 5.3.0 to 6.0.0. Release notes Sourced from golangci/golangci-lint-action's releases. v6.0.0 What's Changed This version removes annotations option (because it was useless), and removes the default output format...

T:dependencies

This is a tracking issue to collect all special/edge cases related to DALC processing. List of special cases: - [ ] #200 - [x] #201 - [ ] Block not...

C:data-availability
T:da-integration
T:spec-and-docs
v1

## Overview Publishing works 🎉 https://asciinema.org/a/tFI1vtsgrmN7aiNCoxD21fWrA TODO: - [ ] Will need to add team to the rollkit org in npm and then set up CI publishing. - [ ]...

## Overview Re-enable `ABCI update valset`. ## Summary by CodeRabbit - **New Features** - Enhanced block management and state update mechanisms to handle validator sets more effectively. - Improved initialization...

> Add comprehensive tests for error scenarios in `TestVoteExtension`. > > The current implementation of `TestVoteExtension` tests the happy path where everything functions as expected. It would be beneficial to...

good first issue
T:testing
T:code-hygiene
needs-triage

- [ ] https://github.com/rollkit/rollkit/issues/829 - [x] #1724 - [x] Refactor sequencer like an endpoint so that it can: - Accept a Tx - create a batch post to DA -...

epic
C: sequencing

There are multiple functions to create node instances. Lot of the code is duplicated. We should create single helper (function on struct) for creating nodes. Configuration / possible inputs: -...

T:testing
T:code-hygiene

```[tasklist] ### List of code quality issues - [ ] State current state of light node in docs - [ ] In the NodeConfig, enhance readability by grouping similar items:...

T:enhancement
T:code-hygiene
epic

When I run tests with `make test` they pass. Fun fact: when I call `go test -count 1 ./...` they fail, throwing multiple: `Error while dialing: dial tcp 127.0.0.1:7980: connect:...

T:testing
T:code-hygiene

following up on the comments from https://github.com/rollkit/rollkit/pull/1346 [follow up] waiting for n number of blocks to be produced is a pretty common thing. We should maybe think of how to...

T:enhancement
good first issue
T:code-hygiene