Matthew Sevey

Results 45 issues of Matthew Sevey

# 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

We should add a workflow that triggers on release to call a workflow in the docs repo to pull the latest version like we do in node/app REF: # Docs...

High Level Requirements: - 100 Consensus nodes - 100 DA nodes

knuu

```[tasklist] ### Tasks - [ ] https://github.com/rollkit/rollkit/issues/1803 - [ ] Avail Kurtosis Package - [ ] DA Kurtosis Package Template ```

C:data-availability
T:dev-usability-and-ux

```[tasklist] ### Tasks - [ ] Fix docker build - [ ] Run kurtosis in CI ```

C:ci
docker
kurtosis

Each tutorial should have an end state repo with CI. If the tutorial itself doesn't have the steps to generate the end state, the repo README should have them. Each...

```[tasklist] ### Improvements - [ ] #954 - [ ] Make test helpers proper t.Helper() functions - [ ] Use t.Cleanup() over defer statements - [ ] https://github.com/rollkit/rollkit/issues/621 - [...

T:testing
epic

### Implementation ideas stylecheck is the replacement for golint. This is a good linter for maintaining a consistent coding style across the repo. I don't think it is catching any...

good first issue
T:code-hygiene
C:ci

Flagging `TestValidatorSetHandlingBased` in `full_client_test.go` as a example of test using `Waitgroup`, there are others but ran into a timeout due to `-test.timeout=30s`, would be great to remove the waitgroup and...

T:testing