Matthew Sevey
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...
### 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...
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...
```[tasklist] ### Tasks - [ ] https://github.com/rollkit/rollkit/issues/1803 - [ ] Avail Kurtosis Package - [ ] DA Kurtosis Package Template ```
```[tasklist] ### Tasks - [ ] Fix docker build - [ ] Run kurtosis in CI ```
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 - [...
### 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...
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...