serai/coins/bitcoin
Luke Parker f66fe3c1cb
3.10 Remove use of Network::Bitcoin
All uses were safe due to addresses being converted to script_pubkeys which
don't embed their network. The only risk of there being an issue is if a
future address spec did embed the net ID into the script_pubkey and that was
moved to.

This resolves the audit note and does offer that tightening.
2023-07-20 00:27:56 -04:00
..
src 3.10 Remove use of Network::Bitcoin 2023-07-20 00:27:56 -04:00
tests 3.10 Remove use of Network::Bitcoin 2023-07-20 00:27:56 -04:00
Cargo.toml cargo update 2023-04-15 23:21:18 -04:00
LICENSE Re-license bitcoin-serai to MIT 2023-01-31 09:45:25 -05:00
README.md Bump crate versions 2023-03-20 20:34:41 -04:00

bitcoin-serai

An application of modular-frost to Bitcoin transactions, enabling extremely-efficient multisigs.