reorgs implementation #112
Annotations
10 errors and 1 warning
Lint:
state/model/batch_state_test.go#L27
cannot use dbTx (variable of type *mock_entities.Tx) as entities.Tx value in argument to sut.OnSequencedBatchesOnL1: *mock_entities.Tx does not implement entities.Tx (missing method AddCommitCallback)
|
Lint:
state/model/batch_state_test.go#L43
cannot use dbTx (variable of type *mock_entities.Tx) as entities.Tx value in argument to sut.OnSequencedBatchesOnL1: *mock_entities.Tx does not implement entities.Tx (missing method AddCommitCallback)
|
Lint:
state/model/batch_state_test.go#L59
cannot use dbTx (variable of type *mock_entities.Tx) as entities.Tx value in argument to sut.OnSequencedBatchesOnL1: *mock_entities.Tx does not implement entities.Tx (missing method AddCommitCallback)
|
Lint:
state/model/common_test.go#L30
cannot use tx (variable of type *mock_entities.Tx) as entities.Tx value in argument to model.SetStorageHelper[*testValueStruct]: *mock_entities.Tx does not implement entities.Tx (missing method AddCommitCallback)
|
Lint:
state/model/common_test.go#L46
cannot use tx (variable of type *mock_entities.Tx) as entities.Tx value in argument to model.SetStorageHelper[*testValueStruct]: *mock_entities.Tx does not implement entities.Tx (missing method AddCommitCallback) (typecheck)
|
Lint:
synchronizer/synchronizer_block_range_process_test.go#L48
cannot use data.DbTx (variable of type *mock_entities.Tx) as entities.Tx value in argument to data.mockTransactions.EXPECT().BeginTransaction(data.ctx).Return: *mock_entities.Tx does not implement entities.Tx (missing method AddCommitCallback)
|
Lint:
synchronizer/synchronizer_block_range_process_test.go#L65
cannot use data.DbTx (variable of type *mock_entities.Tx) as entities.Tx value in argument to data.mockTransactions.EXPECT().BeginTransaction(data.ctx).Return: *mock_entities.Tx does not implement entities.Tx (missing method AddCommitCallback)
|
Lint:
synchronizer/synchronizer_block_range_process_test.go#L87
cannot use data.DbTx (variable of type *mock_entities.Tx) as entities.Tx value in argument to data.mockTransactions.EXPECT().BeginTransaction(data.ctx).Return: *mock_entities.Tx does not implement entities.Tx (missing method AddCommitCallback)
|
Lint:
synchronizer/synchronizer_block_range_process_test.go#L92
cannot use DbTx2 (variable of type *mock_entities.Tx) as entities.Tx value in argument to data.mockTransactions.EXPECT().BeginTransaction(data.ctx).Return: *mock_entities.Tx does not implement entities.Tx (missing method AddCommitCallback) (typecheck)
|
Lint:
state/storage/pgstorage/kv_test.go#L36
Error return value of `dbTx.Commit` is not checked (errcheck)
|
Install Go
Restore cache failed: Dependencies file is not found in /home/runner/work/zkevm-synchronizer-l1/zkevm-synchronizer-l1. Supported file pattern: go.sum
|
The logs for this run have expired and are no longer available.
Loading