feat: ETH compatibility in Filecoin : Support legacy Homestead Ethereum transactions and legacy EIP-155 transactions in Filecoin #353
Annotations
6 errors
Run golangci-lint run -v --timeout 10m --concurrency 4:
cmd/lotus-shed/eth.go#L91
undefined: ethtypes.EthTxFromSignedEthMessage
|
Run golangci-lint run -v --timeout 10m --concurrency 4:
cmd/lotus-shed/indexes.go#L584
undefined: ethtypes.EthTxFromSignedEthMessage (typecheck)
|
Run golangci-lint run -v --timeout 10m --concurrency 4:
chain/types/ethtypes/eth_1559_transactions_test.go#L108
Error return value of `tx.SetEthSignatureValues` is not checked (errcheck)
|
Run golangci-lint run -v --timeout 10m --concurrency 4:
chain/types/ethtypes/eth_legacy_homestead_transactions_test.go#L122
Error return value of `tx.SetEthSignatureValues` is not checked (errcheck)
|
Run golangci-lint run -v --timeout 10m --concurrency 4:
chain/types/ethtypes/eth_transactions.go#L109
Error return value of `tx.SetEthSignatureValues` is not checked (errcheck)
|
Run golangci-lint run -v --timeout 10m --concurrency 4
Process completed with exit code 1.
|
Loading