bitcoin-s/bitcoind-rpc
Nadav Kohen 78f4dfb8c6
Pubkey Refactor (#2936)
* Removed ExecutionContext from ECKey

* Refactored ECPublicKey to remove compression state and introduced ECPublicKeyBytes to handle cases where serialization of input is important

* Fixed the rest of bitcoin-s so that it passes all tests

* Made all ECKeys into case classes

* Successfully added isFullyValid invariant to ECPublicKey!

* Fixed docs

* Added scaladocs and fixed a RpcPsbtResult bug

* Reject private keys of length < 32 and fix WIF parsing bug
2021-05-06 13:19:52 -05:00
..
src/main/scala/org/bitcoins/rpc Pubkey Refactor (#2936) 2021-05-06 13:19:52 -05:00
bitcoind-rpc.sbt Use bitcoind v0.21.1 (#3006) 2021-05-03 06:30:46 -05:00
README.md Build and CI improvements (#710) 2019-08-27 10:48:48 -05:00

See the bitcoind/Bitcoin Core section on the Bitcoin-S website.