This repository has been archived by the owner on Jun 6, 2023. It is now read-only.
This repository has been archived by the owner on Jun 6, 2023. It is now read-only.
Open
Description
The Label
field in DealProposal
is a string that is not guaranteed to be UTF8 as required in the CBOR spec. This causes issues for other client implementations (like us). It will take a LOT of effort for us to work around this bug.
I would suggest somehow enforcing UTF-8 or switching the field to be arbitrary bytes instead.