Emilia Hane
Emilia Hane
Add specs for the op-node p2p RPC API https://github.com/ethereum-optimism/optimism/blob/6cf1026b784090fa60666933c198c24a4b9810b1/op-service/apis/p2p.go#L14-L72 Check out the implementation to see if docs are available for each given API method to copy. In case of missing...
- Move the existing RPC specs all into one /protocol/rpc directory. E.g. the supervisor RPC is already specified. - Add references to the docs we moved these out of. -...
Add ci workflow to run on cronjob for labelling stale issues and closing issues labelled `S-stale` 7 days later. **Additional context** If issue also has `S-prevent-stale` label it should be...
Add label `S-needs-triage` to issue template. **Additional context** `S-needs-triage` label is an indication to devs that this issue is from an external contributor and has not yet been read by...
Ref https://github.com/paradigmxyz/reth/issues/3665 - Adds metric for keeping track of how many peers are in each discv5 kbucket todo: add intermediary struct for not holding read lock on kbuckets at same...
Update docs referencing deprecated type `KonaHandleRegister` https://github.com/op-rs/kona/blob/47334735573e7bee43af4803671cda581f445dde/docs/docs/pages/sdk/proof/exec-ext.mdx?plain=1#L6-L9 https://github.com/op-rs/kona/actions/runs/17097895931/job/48486594111?pr=2689#step:3:817
Update docs referencing deprecated type `DerivationDriver` https://github.com/op-rs/kona/blob/47334735573e7bee43af4803671cda581f445dde/docs/docs/pages/sdk/proof/custom-backend.mdx?plain=1#L87-L88 https://github.com/op-rs/kona/actions/runs/17097895931/job/48486594111?pr=2689#step:3:813
https://github.com/op-rs/kona/blob/47334735573e7bee43af4803671cda581f445dde/docs/docs/pages/sdk/examples/new-l1-block-info-tx-hardfork.mdx?plain=1#L64-L103 https://github.com/op-rs/kona/actions/runs/17097895931/job/48486594111?pr=2689#step:3:809
Add type to spec https://github.com/ethereum-optimism/superchain-registry/blob/a604bb1031f89f571cc0ae80e10b3523549871e0/ops/internal/config/superchain.go#L70-L77 Ref https://github.com/op-rs/kona/pull/2562
Placeholder issue for research around deprecating of managed mode RPC API (aka indexing and following API) in favour of embedding op-node in op-supervisor and kona-node in kona-supervisor