ARCO-170: replace go-bt with go-sdk #2883
Annotations
3 errors and 1 warning
build:
internal/broadcaster/mocks/arc_client_mock.go#L16
cannot use &ArcClientMock{} (value of type *ArcClientMock) as broadcaster.ArcClient value in variable declaration: *ArcClientMock does not implement broadcaster.ArcClient (wrong type for method BroadcastTransaction)
|
build:
internal/broadcaster/mocks/utxo_client_mock.go#L17
cannot use &UtxoClientMock{} (value of type *UtxoClientMock) as broadcaster.UtxoClient value in variable declaration: *UtxoClientMock does not implement broadcaster.UtxoClient (wrong type for method GetUTXOs)
|
build
Process completed with exit code 1.
|
build
The following actions use a deprecated Node.js version and will be forced to run on node20: 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/
|