bugfix: fix state prefetcher concurrent bugs; #265
Annotations
10 errors
internal/ethapi/addrlock.go#L1
: # github.com/ethereum/go-ethereum/internal/ethapi [github.com/ethereum/go-ethereum/internal/ethapi.test]
|
internal/ethapi/api_test.go#L565
cannot use newTestBackend(t, genBlocks, genesis, func(i int, b *core.BlockGen) {…}) (value of type *testBackend) as type Backend in argument to NewBlockChainAPI:
|
internal/ethapi/api_test.go#L668
cannot use newTestBackend(t, genBlocks, genesis, func(i int, b *core.BlockGen) {…}) (value of type *testBackend) as type Backend in argument to NewBlockChainAPI:
|
internal/ethapi/api_test.go#L1857
cannot use backend (variable of type *testBackend) as type Backend in argument to NewTransactionAPI:
|
internal/ethapi/transaction_args_test.go#L197
cannot use b (variable of type *backendMock) as type Backend in argument to got.setFeeDefaults:
|
internal/ethapi/transaction_options_test.go#L10
could not import github.com/ethereum/go-ethereum/internal/ethapi (-: # github.com/ethereum/go-ethereum/internal/ethapi [github.com/ethereum/go-ethereum/internal/ethapi.test]
|
internal/ethapi/api_test.go#L565
cannot use newTestBackend(t, genBlocks, genesis, func(i int, b *core.BlockGen) {…}) (value of type *testBackend) as type Backend in argument to NewBlockChainAPI:
|
internal/ethapi/api_test.go#L668
cannot use newTestBackend(t, genBlocks, genesis, func(i int, b *core.BlockGen) {…}) (value of type *testBackend) as type Backend in argument to NewBlockChainAPI:
|
internal/ethapi/api_test.go#L1857
cannot use backend (variable of type *testBackend) as type Backend in argument to NewTransactionAPI:
|
internal/ethapi/transaction_args_test.go#L197
cannot use b (variable of type *backendMock) as type Backend in argument to got.setFeeDefaults:
|
The logs for this run have expired and are no longer available.
Loading