lotus/cmd/tvx
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
..
codenames_test.go fix lint errors. 2020-10-15 12:14:16 +01:00
codenames.go Update to actors v2.2.0 at PostLiftoff epoch 2020-10-20 17:23:35 -04:00
exec.go fix lint errors. 2020-10-15 12:14:16 +01:00
extract_many.go fix tvx init. 2020-10-23 13:30:04 +01:00
extract.go tvx extract: make it work with secp messages. 2020-10-24 20:16:14 +01:00
main.go fix tvx init. 2020-10-23 13:30:04 +01:00
simulate.go fix tvx init. 2020-10-23 13:30:04 +01:00
state.go fix lint errors. 2020-09-27 21:11:32 +01:00
stores.go tvx: trace puts to blockstore for inclusion in CAR. 2020-10-09 22:20:15 +01:00