op-node: Add comments to pipeline stages#3213
Conversation
This explains each stage in a bit better detail.
|
|
This PR changes implementation code, but doesn't include a changeset. Did you forget to add one? |
Co-authored-by: Javed Khan <javed@optimism.io>
protolambda
left a comment
There was a problem hiding this comment.
Looks good, maybe move the comments to be a doc-comment of the respective stage struct, instead of the top of the file. Either way is fine.
|
This PR has been added to the merge queue, and will be merged soon. |
|
This PR is next in line to be merged, and will be merged as soon as checks pass. |
* op-node: Add comments to pipeline stages This explains each stage in a bit better detail. * Update op-node/rollup/derive/attributes_queue.go Co-authored-by: Javed Khan <javed@optimism.io> Co-authored-by: Javed Khan <javed@optimism.io>
* op-node: Add comments to pipeline stages This explains each stage in a bit better detail. * Update op-node/rollup/derive/attributes_queue.go Co-authored-by: Javed Khan <javed@optimism.io> Co-authored-by: Javed Khan <javed@optimism.io>
* op-node: Add comments to pipeline stages This explains each stage in a bit better detail. * Update op-node/rollup/derive/attributes_queue.go Co-authored-by: Javed Khan <javed@optimism.io> Co-authored-by: Javed Khan <javed@optimism.io>
Description
This explains each stage in a bit better detail.