Added a new inx method to validate if a transaction can be executed by the VM successfully #1784
unit-test.yml
on: pull_request
Unit tests
7m 7s
Unit tests -race
12m 27s
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.
|