refactor(abci): Batch signing and signature verification refactor #1034
Annotations
10 errors and 1 warning
Test & coverage report creation:
app/abci/vote_extension_test.go#L31
cannot use &mockSigner{} (value of type *mockSigner) as utils.SEDASigner value in variable declaration: *mockSigner does not implement utils.SEDASigner (missing method GetConsAddress)
|
Test & coverage report creation:
app/abci/vote_extension_test.go#L83
cannot use mockBatchingKeeper (variable of type *testutil.MockBatchingKeeper) as BatchingKeeper value in argument to NewHandlers: *testutil.MockBatchingKeeper does not implement BatchingKeeper (missing method GetValidatorTreeEntry)
|
Test & coverage report creation:
app/abci/vote_extension_test.go#L84
cannot use mockPubKeyKeeper (variable of type *testutil.MockPubKeyKeeper) as PubKeyKeeper value in argument to NewHandlers: *testutil.MockPubKeyKeeper does not implement PubKeyKeeper (missing method GetValidatorKeys)
|
Test & coverage report creation:
app/abci/vote_extension_test.go#L89
cannot use &signer (value of type *mockSigner) as utils.SEDASigner value in argument to handler.SetSEDASigner: *mockSigner does not implement utils.SEDASigner (missing method GetConsAddress)
|
Test & coverage report creation:
x/batching/keeper/endblock_test.go#L85
invalid operation: cannot slice entry (variable of type "github.com/sedaprotocol/seda-chain/x/batching/keeper".validatorTreeEntry)
|
Test & coverage report creation:
x/batching/keeper/endblock_test.go#L86
invalid operation: cannot slice entry (variable of type "github.com/sedaprotocol/seda-chain/x/batching/keeper".validatorTreeEntry)
|
Test & coverage report creation:
x/batching/keeper/endblock_test.go#L89
cannot use entry (variable of type "github.com/sedaprotocol/seda-chain/x/batching/keeper".validatorTreeEntry) as []byte value in argument to append
|
Test & coverage report creation:
x/batching/keeper/endblock_test.go#L532
invalid operation: cannot slice entry (variable of type "github.com/sedaprotocol/seda-chain/x/batching/keeper".validatorTreeEntry)
|
Test & coverage report creation:
x/batching/keeper/endblock_test.go#L533
invalid operation: cannot slice entry (variable of type "github.com/sedaprotocol/seda-chain/x/batching/keeper".validatorTreeEntry)
|
Test & coverage report creation
Process completed with exit code 2.
|
Run actions/setup-go@v5
Failed to restore: "/usr/bin/tar" failed with error: The process '/usr/bin/tar' failed with exit code 2
|
Loading