Skip to content
This repository has been archived by the owner on May 9, 2024. It is now read-only.

feat: add traces for monitored transaction #601

feat: add traces for monitored transaction

feat: add traces for monitored transaction #601

Triggered via pull request August 29, 2023 11:56
Status Failure
Total duration 1m 32s
Artifacts

test.yml

on: pull_request
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
test (1.19.x, ubuntu-latest): chains/evm/calls/contracts/contract_test.go#L40
cannot use s.mockTransactor (variable of type *mock_transactor.MockTransactor) as type transactor.Transactor in argument to NewContract:
test (1.19.x, ubuntu-latest): chains/evm/calls/contracts/contract_test.go#L74
cannot use "approve" (constant of type string) as type context.Context in argument to s.contract.ExecuteTransaction:
test (1.19.x, ubuntu-latest): chains/evm/calls/contracts/contract_test.go#L75
cannot use transactor.TransactOptions{} (value of type transactor.TransactOptions) as type string in argument to s.contract.ExecuteTransaction
test (1.19.x, ubuntu-latest): chains/evm/calls/contracts/contract_test.go#L75
cannot use common.Address{} (value of type common.Address) as type transactor.TransactOptions in argument to s.contract.ExecuteTransaction
test (1.19.x, ubuntu-latest): chains/evm/calls/contracts/contract_test.go#L88
cannot use "approve" (constant of type string) as type context.Context in argument to s.contract.ExecuteTransaction:
test (1.19.x, ubuntu-latest): chains/evm/calls/contracts/contract_test.go#L89
cannot use transactor.TransactOptions{} (value of type transactor.TransactOptions) as type string in argument to s.contract.ExecuteTransaction
test (1.19.x, ubuntu-latest): chains/evm/calls/contracts/contract_test.go#L89
cannot use common.Address{} (value of type common.Address) as type transactor.TransactOptions in argument to s.contract.ExecuteTransaction
test (1.19.x, ubuntu-latest): chains/evm/calls/contracts/contract_test.go#L97
cannot use "approve" (constant of type string) as type context.Context in argument to s.contract.ExecuteTransaction:
test (1.19.x, ubuntu-latest): chains/evm/calls/contracts/contract_test.go#L98
cannot use transactor.TransactOptions{} (value of type transactor.TransactOptions) as type string in argument to s.contract.ExecuteTransaction
test (1.19.x, ubuntu-latest): chains/evm/calls/contracts/contract_test.go#L98
cannot use common.Address{} (value of type common.Address) as type transactor.TransactOptions in argument to s.contract.ExecuteTransaction
test (1.19.x, ubuntu-latest)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-go@v2, actions/checkout@v2, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/