• protolambda's avatar
    Safe head fix 2 (#3382) · e38c5f43
    protolambda authored
    * op-node: sync start update func signature, port over tests from safe-head-fix pr
    
    * op-node: sync start now starts with current heads by label
    
    * op-node: single loop find-heads
    
    * op-node: sync - clean up go doc
    
    * op-node: use sync fn in engine queue
    
    * op-node: fix engine queue finalization test
    
    * op-node: sync off-by-one fix
    
    * op-node: fix highest l2 block with canon origin, need to reset when l1 reorg
    
    * op-node: handle non-standard safe/finalized not found errors
    
    * op-node: sync start review fixes / comment typos
    
    * op-node: seq window size check with l1 origin, update engine queue test with extra l1 origin, now that off by 1 fix applies properly to chains with multiple L2 blocks per L1 block
    
    * op-node: start from parent block before seq nr 0
    
    * Update op-node/rollup/sync/start.go
    Co-authored-by: default avatarJoshua Gutow <jgutow@optimism.io>
    
    * review fixes
    
    * fix lint
    Co-authored-by: default avatarJoshua Gutow <jgutow@optimism.io>
    Co-authored-by: default avatarMatthew Slipper <me@matthewslipper.com>
    e38c5f43
Name
Last commit
Last update
..
attributes.go Loading commit data...
attributes_queue.go Loading commit data...
attributes_queue_test.go Loading commit data...
attributes_test.go Loading commit data...
batch.go Loading commit data...
batch_queue.go Loading commit data...
batch_queue_test.go Loading commit data...
batch_test.go Loading commit data...
batches.go Loading commit data...
batches_test.go Loading commit data...
calldata_source.go Loading commit data...
calldata_source_test.go Loading commit data...
channel.go Loading commit data...
channel_bank.go Loading commit data...
channel_bank_test.go Loading commit data...
channel_in_reader.go Loading commit data...
channel_out.go Loading commit data...
deposit_log.go Loading commit data...
deposit_log_test.go Loading commit data...
deposit_source.go Loading commit data...
deposits.go Loading commit data...
doc.go Loading commit data...
engine_consolidate.go Loading commit data...
engine_queue.go Loading commit data...
engine_queue_test.go Loading commit data...
engine_update.go Loading commit data...
error.go Loading commit data...
frame.go Loading commit data...
frame_test.go Loading commit data...
fuzz_parsers_test.go Loading commit data...
l1_block_info.go Loading commit data...
l1_block_info_test.go Loading commit data...
l1_retrieval.go Loading commit data...
l1_retrieval_test.go Loading commit data...
l1_traversal.go Loading commit data...
l1_traversal_test.go Loading commit data...
params.go Loading commit data...
payload_util.go Loading commit data...
payloads_queue.go Loading commit data...
payloads_queue_test.go Loading commit data...
pipeline.go Loading commit data...
pipeline_test.go Loading commit data...
progress.go Loading commit data...