cosmos / cosmos-rust

The home of all shared Rust resources for the Cosmos ecosystem.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RustCrypto policy?

nickray opened this issue · comments

Running into compatibility issues using cosmrs together with the upcoming k256 Taproot feature. Is there an official policy on how and when to keep up with the relatively frequent breaking changes in RustCrypto libraries? E.g., would combined PRs to tendermint-rs/cosmos-rust have a chance of being merged + released?

The k256 update to v0.11 is already merged into tendermint-rs:

informalsystems/tendermint-rs#1129

We'll bump it in cosmrs after the next release. As soon as there's another v0.11 release of k256 with the Taproot Schnorr feature, they'll be compatible.

k256 has been updated to v0.11 in #253