Hello,
I work on DASL Testing, a project funded by IPFS to test dag-cbor libraries.
I'm filing this issue to report on "Tier 1" bugs we've discovered in go-ipld-prime. More information is available here.
Please feel free to use this issue for tracking bug fixes, asking me questions, or anything else that's helpful.
Bugs
You can view all the tests in more detail on the DASL testing website: https://hyphacoop.github.io/dasl-testing/
Also, if you have any advice on how to create a generic encoder with this library that would be appreciated. It seems encoding a variable of type any is not possible unless the schema is known in advance. This makes testing more difficult.
Hello,
I work on DASL Testing, a project funded by IPFS to test dag-cbor libraries.
I'm filing this issue to report on "Tier 1" bugs we've discovered in go-ipld-prime. More information is available here.
Please feel free to use this issue for tracking bug fixes, asking me questions, or anything else that's helpful.
Bugs
3bffffffffffffffffis converted to00(zero)You can view all the tests in more detail on the DASL testing website: https://hyphacoop.github.io/dasl-testing/
Also, if you have any advice on how to create a generic encoder with this library that would be appreciated. It seems encoding a variable of type
anyis not possible unless the schema is known in advance. This makes testing more difficult.