filecoin-project / go-fil-markets

Shared Implementation of Storage and Retrieval Markets for Filecoin Node Implementations
Other
78 stars 59 forks source link

The order of Field MarshalCBOR of StorageAsk is not the same #797

Open simlecode opened 1 year ago

simlecode commented 1 year ago

https://github.com/filecoin-project/go-fil-markets/blob/v1.28.2/storagemarket/types_cbor_gen.go#L1713https://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.