jannikluhn
jannikluhn
> We're sending Blocks and AttestationRecords across the network, so there's not many different types we need to accommodate for. This is true for now, but probably not in the...
The two arguments in favor of using the same serialization format for networking and hashing are - simplicity: Two serialization formats are more complicated than one - performance: If the...
Thanks for clearing that up, @raulk! Disregard my post then as we still have to decide on a wire format by ourselves.
Would something like this be sufficient? ``` NETWORK_ID = 1 CHANNEL_MANAGER_ADDRESS = { 1: '0xaa', 42: '0xbb' }[NETWORK_ID] ``` I think that would be both more clear and easier to...
Setting `InitialEon` to a high value does not trigger this bug.
We have a basic readme now, but technical instructions are still missing.
not only test but real setup
probably needs #220
We are now ready to tackle this in Arbitrum.
We should implement this in the mock sequencer. To do this, the mock sequencer needs to connect to a chain representing L1.