• Joshua Gutow's avatar
    op-node: Implement fjord RLP & Channel Bank Size limit Increases (#10357) · 4386680d
    Joshua Gutow authored
    * op-node: Increase MaxChannelBankSize with Fjord
    
    This also creates a ChainSpec object which is responsible for returning protocol
    parameters. We use a different object than the rollup.Config because the config
    is primarily a disk representation & does not concern itself with protocol constants.
    
    * op-node: Increase MaxRLPBytesPerChannel with Fjord
    4386680d
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_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...
tx_data.go Loading commit data...
tx_data_test.go Loading commit data...