You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Replace unstable byte-array API with stable slice/inner API
- Replace secp256k1::SecretKey::from_byte_array with from_slice
- Replace bitcoin_hashes::Hash::to_byte_array() with into_inner()
- Updates across 30+ files for MSRV compatibility
- Fixes deprecated API usage in preparation for future Rust versions
0 commit comments