rust-bitcoin / rust-miniscript

Support for Miniscript and Output Descriptors for rust-bitcoin
Creative Commons Zero v1.0 Universal
348 stars 136 forks source link

Renable CI descriptorpublic test #258

Open sanket1729 opened 3 years ago

sanket1729 commented 3 years ago

This is currently disabled because of upstream issues with uncompressed public keys in fuzzing mode. Once that is fixed, we should enable the roundtrip test.

sanket1729 commented 1 year ago

For context, I did put in 1/2 day to figure out custom fuzzing keys that BlueMatt implemented but did not make much progress. This still remains a TODO for a good weekend

sanket1729 commented 1 year ago

To be clear, this is a bug in rust-secp fuzzing mode. Not a bug here.