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
Update secp256k1 to 0.30.0 (v0.32.5 branch in bitcoin)
Migrated `from_slice` usage to `from_byte_array` with proper error
forwarding when needed.
Converted to Message::as_ref<[u8]> for signing due to API change of
receiving arbitrary byte arrays in lieu of Message hashes only.
Updated lockfiles.
`from_slice` has been deprecated by rust-bitcoin#3102 due to better support for arrays in Rust.
BIP340 supports arbitrary byte arrays as discussed on rust-bitcoin/rust-secp256k1#706Closesrust-bitcoin#3482
0 commit comments