George Knee

Results 159 comments of George Knee

Things we would like from action testing: * They should be easy to read, almost like a DSL with minimal boilerplate Coverage we would like for the Holocene derivation: *...

Also partial span batch validity should be tested. The order of the batches should be correct, but midway through there should be an invalid batch. We can have an invalid...

We should be ready soon to run the Holocene assertions. We can stub them out until we are ready.

We also need to write tests to cover the Holocene activation itself (special case where things are reset). We could submit the first frame (and ingest it) of a channel...

Reopening to track some more coverage we would like to add. From @clabby: Some other tests that would be great to follow up on: * Fault prove the holocene activation...

On the channel size limit. So far [I have been able to write a test ](https://github.com/ethereum-optimism/optimism/compare/gk/holocene-channel-size-limit-rebased?expand=1)which constructs a >100MB channel, which with compression ON we can get on chain and...

One way forward is to define a custom test chain specification which lowers the `MAX_RLP_BYTES_PER_CHANNEL` parameter to something very low (e.g. 10KB). The test can then run very quickly and...

Work towards kurtosis integration progressing here https://github.com/ethpandaops/optimism-package/pull/325