mirror of
https://github.com/bitcoin-s/bitcoin-s.git
synced 2025-02-23 14:50:42 +01:00
* Move CryptoParams to shared crypto project, make BouncyCastleCryptoParams for bouncy castle specific things * Rework build structure to work better with scalajs * Add unit test to make sure CryptoParams & BouncyCastleCryptoParams are consistent
3 lines
100 B
Scala
3 lines
100 B
Scala
Test / test := (Test / test dependsOn {
|
|
Projects.bitcoindRpc / TaskKeys.downloadBitcoind
|
|
}).value
|