• George Knee's avatar
    batcher: fix state inconsistency (#12981) · 8ee03877
    George Knee authored
    * remove lastStoredBlock and lastL1Tip from BatchSubmitter state
    
    We can use the channelManager's state to infer lastStoredBlock. And lastL1Tip is actually unused.
    
    * change log line wording
    
    * fix typo
    
    * remove unecessary method
    
    * clean up driver.calculateL2BlockRangeToStore
    
    * some typos
    
    * tiny tweak
    8ee03877
Name
Last commit
Last update
..
batch_submitter.go Loading commit data...
channel.go Loading commit data...
channel_builder.go Loading commit data...
channel_builder_test.go Loading commit data...
channel_config.go Loading commit data...
channel_config_provider.go Loading commit data...
channel_config_provider_test.go Loading commit data...
channel_config_test.go Loading commit data...
channel_manager.go Loading commit data...
channel_manager_test.go Loading commit data...
channel_test.go Loading commit data...
config.go Loading commit data...
config_test.go Loading commit data...
driver.go Loading commit data...
driver_test.go Loading commit data...
service.go Loading commit data...
test_batch_submitter.go Loading commit data...
tx_data.go Loading commit data...
tx_data_test.go Loading commit data...