Skip to content

Bump github.com/multiversx/mx-chain-vm-go from 1.5.29-patch2 to 1.5.32 #14025

Bump github.com/multiversx/mx-chain-vm-go from 1.5.29-patch2 to 1.5.32

Bump github.com/multiversx/mx-chain-vm-go from 1.5.29-patch2 to 1.5.32 #14025

Triggered via pull request September 9, 2024 11:04
Status Failure
Total duration 1m 53s
Artifacts

code-coverage.yml

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

Annotations

9 errors and 1 warning
Build (ubuntu-latest): storage/constants.go#L8
undefined: storageUnit.MaxRetriesToCreateDB
Build (ubuntu-latest): storage/constants.go#L11
undefined: storageUnit.SleepTimeBetweenCreateDBRetries
Build (ubuntu-latest)
cannot use &contextmock.StubAccount{…} (value of type *"github.com/multiversx/mx-chain-vm-v1_2-go/mock/context".StubAccount) as vmcommon.UserAccountHandler value in return statement: *"github.com/multiversx/mx-chain-vm-v1_2-go/mock/context".StubAccount does not implement vmcommon.UserAccountHandler (missing method SubFromBalance)
Build (ubuntu-latest)
cannot use &contextmock.StubAccount{…} (value of type *"github.com/multiversx/mx-chain-vm-v1_2-go/mock/context".StubAccount) as vmcommon.UserAccountHandler value in return statement: *"github.com/multiversx/mx-chain-vm-v1_2-go/mock/context".StubAccount does not implement vmcommon.UserAccountHandler (missing method SubFromBalance)
Build (ubuntu-latest)
cannot use &contextmock.StubAccount{…} (value of type *"github.com/multiversx/mx-chain-vm-v1_2-go/mock/context".StubAccount) as vmcommon.UserAccountHandler value in return statement: *"github.com/multiversx/mx-chain-vm-v1_2-go/mock/context".StubAccount does not implement vmcommon.UserAccountHandler (missing method SubFromBalance)
Build (ubuntu-latest)
cannot use &contextmock.StubAccount{…} (value of type *"github.com/multiversx/mx-chain-vm-v1_2-go/mock/context".StubAccount) as vmcommon.UserAccountHandler value in return statement: *"github.com/multiversx/mx-chain-vm-v1_2-go/mock/context".StubAccount does not implement vmcommon.UserAccountHandler (missing method SubFromBalance)
Build (ubuntu-latest)
cannot use &contextmock.StubAccount{…} (value of type *"github.com/multiversx/mx-chain-vm-v1_2-go/mock/context".StubAccount) as vmcommon.UserAccountHandler value in return statement: *"github.com/multiversx/mx-chain-vm-v1_2-go/mock/context".StubAccount does not implement vmcommon.UserAccountHandler (missing method SubFromBalance)
Build (ubuntu-latest)
cannot use typedRequest.Account (variable of type *common.Account) as vmcommon.UserAccountHandler value in argument to part.blockchain.GetCode: *common.Account does not implement vmcommon.UserAccountHandler (missing method SubFromBalance)
Build (ubuntu-latest)
Process completed with exit code 2.
Build (ubuntu-latest)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-go@v3, actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/