Skip to content

Rename sorting method imported from avalanchego #767

Rename sorting method imported from avalanchego

Rename sorting method imported from avalanchego #767

Triggered via pull request July 18, 2023 13:28
Status Failure
Total duration 16m 43s
Artifacts

ci.yml

on: pull_request
Matrix: e2e
Matrix: test-race
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

5 errors
Golang E2E Tests v1.19 (ubuntu-20.04): plugin/evm/export_tx.go#L121
cannot use utx.Ins (variable of type []EVMInput) as type sort.Interface in argument to utils.IsSortedAndUnique:
Golang E2E Tests v1.19 (ubuntu-20.04): plugin/evm/import_tx.go#L110
cannot use utx.ImportedInputs (variable of type []*avax.TransferableInput) as type sort.Interface in argument to utils.IsSortedAndUnique:
Golang E2E Tests v1.19 (ubuntu-20.04): plugin/evm/import_tx.go#L115
cannot use utx.Outs (variable of type []EVMOutput) as type sort.Interface in argument to utils.IsSortedAndUnique:
Golang E2E Tests v1.19 (ubuntu-20.04)
Process completed with exit code 2.
Golang Unit Tests Race Detection v1.19 (ubuntu-20.04)
Process completed with exit code 1.