feat: ETH compatibility in Filecoin : Support legacy Homestead Ethereum transactions and legacy EIP-155 transactions in Filecoin #353
check.yml
on: pull_request
Check (docs-check)
3m 1s
Check (gen-check)
5m 43s
Check (lint-all)
4m 23s
Check (gofmt)
21s
Check (mod-tidy-check)
19s
Annotations
8 errors
Check (docs-check)
Process completed with exit code 1.
|
Check (lint-all):
cmd/lotus-shed/eth.go#L91
undefined: ethtypes.EthTxFromSignedEthMessage
|
Check (lint-all):
cmd/lotus-shed/indexes.go#L584
undefined: ethtypes.EthTxFromSignedEthMessage (typecheck)
|
Check (lint-all):
chain/types/ethtypes/eth_1559_transactions_test.go#L108
Error return value of `tx.SetEthSignatureValues` is not checked (errcheck)
|
Check (lint-all):
chain/types/ethtypes/eth_legacy_homestead_transactions_test.go#L122
Error return value of `tx.SetEthSignatureValues` is not checked (errcheck)
|
Check (lint-all):
chain/types/ethtypes/eth_transactions.go#L109
Error return value of `tx.SetEthSignatureValues` is not checked (errcheck)
|
Check (lint-all)
Process completed with exit code 1.
|
Check (gen-check)
Process completed with exit code 1.
|