lotus/cmd
Raúl Kripalani cdfa869ea6 tvx extract: make it work with secp messages.
Unfortunately ChainGetMessage returns a *types.Message, which in
the case of secp messages is lacking the signature. The signature
is part of the input to calculate the CID on secp messages. Therefore,
calling `.Cid()` on the result of ChainGetMessage for this kind of
message will lead to an incorrect CID.

tvx was relying on that call to return the correct CID. Since this is
not the case (and this is a footgun that needs to be corrected, ideally
together with the *types.{,Signed}Message duality mess), I'm replacing
the comparison.
2020-10-24 20:16:14 +01:00
..
chain-noise Refactor from crypto.SigType to types.KeyType 2020-10-12 00:07:53 +02:00
lotus register all apis with metric wrapper 2020-10-21 18:37:50 +10:00
lotus-bench Merge pull request #4383 from filecoin-project/steb/actor-v2-imports 2020-10-22 17:17:56 +02:00
lotus-chainwatch port to v2 imports 2020-10-21 12:16:23 -07:00
lotus-fountain Fix more lint warnings. 2020-08-25 12:56:30 -07:00
lotus-gateway feat: lite-mode - CLI tests for lotus client commands 2020-10-23 15:02:49 +02:00
lotus-health rename build.{BlockDelay=>BlockDelaySecs}. 2020-06-30 14:26:49 +01:00
lotus-keygen Refactor from crypto.SigType to types.KeyType 2020-10-12 00:07:53 +02:00
lotus-pcr Merge pull request #4314 from filecoin-project/feat/lotus-pcr-block-list 2020-10-22 17:59:23 +02:00
lotus-seal-worker register all apis with metric wrapper 2020-10-21 18:37:50 +10:00
lotus-seed port to v2 imports 2020-10-21 12:16:23 -07:00
lotus-shed shed: Commad to decode messages 2020-10-23 22:17:46 +02:00
lotus-stats refactor(ctx): update to latest go-jsonrpc 2020-08-25 15:20:41 -07:00
lotus-storage-miner Merge pull request #4516 from filecoin-project/feat/api-request-metrics-wrapper 2020-10-22 21:40:47 +02:00
lotus-townhall Lint everything 2020-08-20 20:46:36 -07:00
lotus-wallet register all apis with metric wrapper 2020-10-21 18:37:50 +10:00
tvx tvx extract: make it work with secp messages. 2020-10-24 20:16:14 +01:00