Skip to content

Thiagodeev/fix unreturned tx hash #522

Thiagodeev/fix unreturned tx hash

Thiagodeev/fix unreturned tx hash #522

Triggered via pull request August 19, 2024 13:49
Status Failure
Total duration 40s
Artifacts

main_ci_check.yml

on: pull_request
build_and_test
30s
build_and_test
Fit to window
Zoom out
Zoom in

Annotations

4 errors and 1 warning
build_and_test
cannot use &Account{} (value of type *Account) as "github.com/NethermindEth/starknet.go/rpc".RpcProvider value in variable declaration: *Account does not implement "github.com/NethermindEth/starknet.go/rpc".RpcProvider (wrong type for method TransactionByBlockIdAndIndex)
build_and_test
cannot use account.provider.TransactionByBlockIdAndIndex(ctx, blockID, index) (value of type *"github.com/NethermindEth/starknet.go/rpc".BlockTransaction) as "github.com/NethermindEth/starknet.go/rpc".Transaction value in return statement: *"github.com/NethermindEth/starknet.go/rpc".BlockTransaction does not implement "github.com/NethermindEth/starknet.go/rpc".Transaction (missing method GetType)
build_and_test
cannot use account.provider.TransactionByHash(ctx, hash) (value of type *"github.com/NethermindEth/starknet.go/rpc".BlockTransaction) as "github.com/NethermindEth/starknet.go/rpc".Transaction value in return statement: *"github.com/NethermindEth/starknet.go/rpc".BlockTransaction does not implement "github.com/NethermindEth/starknet.go/rpc".Transaction (missing method GetType)
build_and_test
Process completed with exit code 1.
build_and_test
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-go@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/