• Joshua Gutow's avatar
    op-node: Switch L1 Traversal to a pull based model · fe78c148
    Joshua Gutow authored
    The L1 Retrieval stage is now responsible for pulling data from
    the L1 Traversal stage. In addition, the pipeline is responsible
    for advancing the state of the L1 Traversal stage.
    
    The L1 Traversal stage only provides access to the current L1 block
    once - it pretends to be a queue that is consumed from.
    fe78c148
l1_traversal_test.go 2.96 KB