filecoin-project / go-state-types

Primitive and low level types used in chain state and actor method parameters
Other
24 stars 37 forks source link

ActivateDeals types are wrong #225

Open arajasek opened 11 months ago

arajasek commented 11 months ago

The result is wrong here, and I think the ActivateDealsResult itself is wrong too.

Low impact.

arajasek commented 11 months ago

Compare with correct values here https://github.com/filecoin-project/builtin-actors/blob/b67d97e40584cb9a2b6883bbd8b0526c41d13ae2/actors/market/src/types.rs

remakeZK commented 10 months ago

Same errors happen in here , the types has changed in https://github.com/filecoin-project/builtin-actors/commit/1b282d41b017cba19299073c2d0f6ae52dac83ad

Terryhung commented 7 months ago

Hi @arajasek , is there any update here?