Synchronization of L1InfoTree events before genesis allows to resume #445
Annotations
9 errors and 1 warning
lint:
synchronizer/synchronizer_test.go#L50
cannot use m.Etherman (variable of type *mock_syncinterfaces.EthermanFullInterface) as syncinterfaces.EthermanFullInterface value in array or slice literal: *mock_syncinterfaces.EthermanFullInterface does not implement syncinterfaces.EthermanFullInterface (missing method GetL1BlockUpgradeLxLy)
|
lint:
synchronizer/synchronizer_test.go#L51
cannot use m.Etherman (variable of type *mock_syncinterfaces.EthermanFullInterface) as syncinterfaces.EthermanFullInterface value in argument to NewSynchronizer: *mock_syncinterfaces.EthermanFullInterface does not implement syncinterfaces.EthermanFullInterface (missing method GetL1BlockUpgradeLxLy)
|
lint:
synchronizer/synchronizer_test.go#L90
cannot use m.Etherman (variable of type *mock_syncinterfaces.EthermanFullInterface) as syncinterfaces.EthermanFullInterface value in array or slice literal: *mock_syncinterfaces.EthermanFullInterface does not implement syncinterfaces.EthermanFullInterface (missing method GetL1BlockUpgradeLxLy)
|
lint:
synchronizer/synchronizer_test.go#L91
cannot use m.Etherman (variable of type *mock_syncinterfaces.EthermanFullInterface) as syncinterfaces.EthermanFullInterface value in argument to NewSynchronizer: *mock_syncinterfaces.EthermanFullInterface does not implement syncinterfaces.EthermanFullInterface (missing method GetL1BlockUpgradeLxLy)
|
lint:
synchronizer/synchronizer_test.go#L139
cannot use m.Etherman (variable of type *mock_syncinterfaces.EthermanFullInterface) as syncinterfaces.EthermanFullInterface value in array or slice literal: *mock_syncinterfaces.EthermanFullInterface does not implement syncinterfaces.EthermanFullInterface (missing method GetL1BlockUpgradeLxLy)
|
lint:
synchronizer/synchronizer_test.go#L140
cannot use m.Etherman (variable of type *mock_syncinterfaces.EthermanFullInterface) as syncinterfaces.EthermanFullInterface value in argument to NewSynchronizer: *mock_syncinterfaces.EthermanFullInterface does not implement syncinterfaces.EthermanFullInterface (missing method GetL1BlockUpgradeLxLy)
|
lint:
synchronizer/synchronizer_test.go#L396
cannot use m.Etherman (variable of type *mock_syncinterfaces.EthermanFullInterface) as syncinterfaces.EthermanFullInterface value in array or slice literal: *mock_syncinterfaces.EthermanFullInterface does not implement syncinterfaces.EthermanFullInterface (missing method GetL1BlockUpgradeLxLy)
|
lint:
synchronizer/synchronizer_test.go#L397
cannot use m.Etherman (variable of type *mock_syncinterfaces.EthermanFullInterface) as syncinterfaces.EthermanFullInterface value in argument to NewSynchronizer: *mock_syncinterfaces.EthermanFullInterface does not implement syncinterfaces.EthermanFullInterface (missing method GetL1BlockUpgradeLxLy) (typecheck)
|
lint
Process completed with exit code 2.
|
lint
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-go@v3, actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|