FuelLabs/fuel-core
在 GitHub 查看Add roundtrip compression tests to show all coin types are covered
Open
#3,073 创建于 2025年8月1日
good first issue
仓库指标
- Star
- (57,084 star)
- PR 合并指标
- (平均合并 8小时 53分钟) (30 天内合并 1 个 PR)
描述
Followup to https://github.com/FuelLabs/fuel-core/pull/3071#discussion_r2247556627
We were missing Variable and Change output when constructing the CompressionContext, but no tests were breaking. We need to clarify the expected behavior with tests.
Currently there are some roundtrip compression tests (e.g. postcard_roundtrip_v0) but they don't cover the aforementioned cases.