clabby

Results 68 issues of clabby

## Overview When processing a `SuperRoot` in the interop proof program, we need to check if the components of the super root match the dependency set exactly. To do this,...

K-feature
A-binaries
W-interop

## Overview #1594 introduced some useful `justfile` directives for building a local copy of the `kona-node` image and managing the kurtosis devnet. Some of these directives might be useful in...

K-chore
A-docker

## Overview Removes custom gas token from the spec. This feature is no longer being worked on as a part of the standard configuration.

## Overview The current [Interop Messaging Spec's timestamp invariant](https://specs.optimism.io/interop/messaging.html#timestamp-invariant) states that: > The timestamp at the time of inclusion of the initiating message MUST be less than or equal to...

C-discussion
H-interop

## Overview Moves `opt8n` to `reth` as the reference state transition function rather than `anvil`.

## Overview Defaults the `op-node` to use EL sync and not use req-resp sync. This is a minor step on the road to the full deprecation + removal of CL...

C-feature
A-op-node

## Overview Adds a new `--format-disable-gha` flag to optionally disable the `github-actions` formatter override when running with `--format testname` or `--format short-verbose` in GitHub actions. An existing workaround for this...

## Overview Right now, the host uses `anyhow` as a dependency for error handling. Anyhow is not great for being able to pattern match on errors as the consumer. Remove...

M-good-first-issue
K-chore
A-host