shutter-network/rolling-shutter

Make activation block numbers refer to mainchain

jannikluhn opened this issue · 1 comments

The activation block number is a main chain block number that defines when a configuration should come into effect. However, in the contracts we often compare it to block.number which refers to the L2 block number. We should get rid of these checks.

As I already said, there are more bugs then. IIRC there are some places where we use the L2 block number to lookup the configuration.