Brian Anderson
Brian Anderson
@tuphan-dn Solana has an [ed25519 "native" program](https://docs.solana.com/developing/runtime-facilities/programs#ed25519-program) that can supposedly be used for this purpose. Unfortunately: 1) ~It is not activated yet on mainnet~ this appears to have changed. 2)...
Oh @tuphan-dn the ed25519 program appears to have been activated on mainnet recently.
Just linking to the issue that established this pinned version: https://github.com/dalek-cryptography/curve25519-dalek/issues/362
Here's a patch to fix CI: https://github.com/tikv/fail-rs/pull/49
I don't think I can say without understanding the question better, and without knowing protobufs. I suspect though that the 'any' protobuf type should correspond to its own rust type...
Consider adding https://github.com/pingcap/fail-rs/issues/23 before 1.0.
Also https://github.com/pingcap/fail-rs/issues/24.
I do think #23 would be nice for 1.0 but it can always be backwards compatible later. The only thing I know I want to do for 1.0 is to...
This needs to merge first https://github.com/pingcap/fail-rs/pull/28
As happened [here](https://github.com/pingcap/fail-rs/pull/28) don't forget to update the two docs that mention the version number.