Skip to content

Added a new inx method to validate if a transaction can be executed by the VM successfully #1784

Added a new inx method to validate if a transaction can be executed by the VM successfully

Added a new inx method to validate if a transaction can be executed by the VM successfully #1784

Triggered via pull request October 3, 2023 15:21
Status Failure
Total duration 14m 54s
Artifacts

unit-test.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

4 errors
Unit tests: components/inx/server.go#L30
cannot use s (variable of type *Server) as "github.com/iotaledger/inx/go".INXServer value in argument to inx.RegisterINXServer: *Server does not implement "github.com/iotaledger/inx/go".INXServer (wrong type for method ValidatePayload)
Unit tests
Process completed with exit code 1.
Unit tests -race: components/inx/server.go#L30
cannot use s (variable of type *Server) as "github.com/iotaledger/inx/go".INXServer value in argument to inx.RegisterINXServer: *Server does not implement "github.com/iotaledger/inx/go".INXServer (wrong type for method ValidatePayload)
Unit tests -race
Process completed with exit code 1.