One thing to watch out for is that `batch` is now feature-gated: [v4.1.0](https://github.com/ZcashFoundation/ed25519-zebra/blob/d32cb08ea8557a0209f8b71082b59d9a63d3b212/src/lib.rs#L11) vs. [v4.0.3](https://github.com/ZcashFoundation/ed25519-zebra/blob/cd4aeed1a20cf6b7185f67bb9fc7186a228b7582/src/lib.rs#L11) This potentially breaks things in cosmwasm-crypto which [disables the default features](https://github.com/CosmWasm/cosmwasm/blob/ec86b3d24d602545e925321663acd23e4d6a0923/packages/crypto/Cargo.toml#L21) and [uses batch](https://github.com/CosmWasm/cosmwasm/blob/ec86b3d24d602545e925321663acd23e4d6a0923/packages/crypto/src/ed25519.rs#L1)