Fixed UTXO indexer reorg and organized index by address and block height #2251
Annotations
8 errors and 1 warning
Test:
core/rawdb/accessors_chain_test.go#L782
assignment mismatch: 1 variable but ReadOutpointsForAddress returns 2 values
|
Test:
core/rawdb/accessors_chain_test.go#L782
cannot use address (variable of type string) as "github.com/dominant-strategies/go-quai/common".Address value in argument to ReadOutpointsForAddress
|
Test:
core/rawdb/accessors_chain_test.go#L813
cannot use addressOutpointMap (variable of type map[string]map[string]*"github.com/dominant-strategies/go-quai/core/types".OutpointAndDenomination) as map[[20]byte][]*"github.com/dominant-strategies/go-quai/core/types".OutpointAndDenomination value in argument to WriteAddressOutpoints
|
Test:
core/rawdb/accessors_chain_test.go#L815
assignment mismatch: 1 variable but ReadOutpointsForAddress returns 2 values
|
Test:
core/rawdb/accessors_chain_test.go#L815
cannot use address (variable of type string) as "github.com/dominant-strategies/go-quai/common".Address value in argument to ReadOutpointsForAddress
|
Test:
core/rawdb/accessors_chain_test.go#L819
assignment mismatch: 1 variable but ReadOutpointsForAddress returns 2 values
|
Test:
core/rawdb/accessors_chain_test.go#L819
cannot use address2 (variable of type string) as "github.com/dominant-strategies/go-quai/common".Address value in argument to ReadOutpointsForAddress
|
Test
Process completed with exit code 1.
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-go@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Loading