Merge pull request #663 from iotexproject/task-processor-3 #1321
Annotations
7 errors and 1 warning
build (ubuntu-latest):
persistence/contract/contract.go#L71
cannot use blockData (variable of type *block) as easyjson.Unmarshaler value in argument to easyjson.Unmarshal: *block does not implement easyjson.Unmarshaler (missing method UnmarshalEasyJSON)
|
build (ubuntu-latest):
persistence/contract/contract.go#L122
cannot use blockData (variable of type *block) as easyjson.Unmarshaler value in argument to easyjson.Unmarshal: *block does not implement easyjson.Unmarshaler (missing method UnmarshalEasyJSON)
|
build (ubuntu-latest):
persistence/contract/contract.go#L143
cannot use blockData (variable of type *block) as easyjson.Unmarshaler value in argument to easyjson.Unmarshal: *block does not implement easyjson.Unmarshaler (missing method UnmarshalEasyJSON)
|
build (ubuntu-latest):
persistence/contract/contract.go#L204
cannot use blockData (variable of type *block) as easyjson.Unmarshaler value in argument to easyjson.Unmarshal: *block does not implement easyjson.Unmarshaler (missing method UnmarshalEasyJSON)
|
build (ubuntu-latest):
persistence/contract/contract.go#L250
cannot use preBlockData (variable of type *block) as easyjson.Unmarshaler value in argument to easyjson.Unmarshal: *block does not implement easyjson.Unmarshaler (missing method UnmarshalEasyJSON)
|
build (ubuntu-latest):
persistence/contract/contract.go#L272
cannot use preBlockData (variable of type *block) as easyjson.Marshaler value in argument to easyjson.Marshal: *block does not implement easyjson.Marshaler (missing method MarshalEasyJSON)
|
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/checkout@v3, actions/setup-go@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|