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.
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
StorageAskinv1.28.2andv1.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.