Open simlecode opened 1 year ago
https://github.com/filecoin-project/go-fil-markets/blob/v1.28.2/storagemarket/types_cbor_gen.go#L1713 和 https://github.com/filecoin-project/go-fil-markets/blob/v1.27.0-rc1/storagemarket/types_cbor_gen.go#L1714 StorageAsk in v1.28.2 and v1.27.0-rc1, the order of field MarshalCBOR is different, which will lead to different results. I am very confused why the original order should be changed.
StorageAsk
v1.28.2
v1.27.0-rc1
https://github.com/filecoin-project/go-fil-markets/blob/v1.28.2/storagemarket/types_cbor_gen.go#L1713 和 https://github.com/filecoin-project/go-fil-markets/blob/v1.27.0-rc1/storagemarket/types_cbor_gen.go#L1714
StorageAsk
inv1.28.2
andv1.27.0-rc1
, the order of field MarshalCBOR is different, which will lead to different results. I am very confused why the original order should be changed.