rollmint
rollmint copied to clipboard
ABCI-client implementation for rollups.
Metrics from the perspective of a Sequencer being a user of the DA-Network: - DA cost per byte ( separation between how much they paid for the PFB and how...
Currently, the DA included field for a rollup block is only updated once a node sees it on the DA layer by scraping the DA layer itself. However, this isn't...
Command to reproduce: `go test --run FutureGenesisTime --race --count=2` Result: ````` panic: sync: negative WaitGroup counter goroutine 171 [running]: sync.(*WaitGroup).Add(0xc00099c9e0, 0xffffffffffffffff) /opt/homebrew/Cellar/go/1.19.4/libexec/src/sync/waitgroup.go:83 +0x1a8 sync.(*WaitGroup).Done(...) /opt/homebrew/Cellar/go/1.19.4/libexec/src/sync/waitgroup.go:108 github.com/rollkit/rollkit/node.TestFutureGenesisTime.func1({0xc0006a43b8?, 0xc000247600?, 0xa?}) /Users/manav/Documents/Celestia/rollkit/node/full_client_test.go:1155 +0x98...
it is not possible to test different status messages for DALC using our mock server because it does not differentiate namespaces while creating the mock DALC: https://github.com/rollkit/rollkit/blob/main/da/celestia/mock/server.go#L47 This means, all...
```[tasklist] ### Tasks - [ ] https://github.com/rollkit/rollkit/issues/1035 - [ ] https://github.com/rollkit/rollkit/issues/1034 - [ ] https://github.com/rollkit/rollkit/issues/920 ```
This test should be a minimal test which starts a rollkit node and submits a block. This should be the first milestone to see how we can work with knuu....
### 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...
- [ ] #571 - [ ] Execute query on top of minimal cosmos-sdk app - [ ] Integration tests trust-minimized queries
Currently there are 2 loggers used in optimint: 1. [passed from cosmos-sdk](https://github.com/lazyledger/cosmos-sdk/blob/master-optimint/server/start.go#L265) 2. used by libp2p Ideally, only one logger should be used for better control and unification of logging....