mirror of
https://github.com/ACINQ/eclair.git
synced 2024-11-20 10:39:19 +01:00
b681cfca47
See https://github.com/ACINQ/bitcoin-lib/pull/31. We still have to use `Array[Byte]` for low-level cryptographic primitives, and `akka.util.ByteBuffer` for tcp connections. In order to reduce unnecessary copies, we used `ByteVector.view(...)` as much as possible. Took the opportunity to do a project-wide optimize imports. We might as well do it now since pretty much all files have been touched already. NB: temporarily use bitcoin-lib 0.10.1-SNAPSHOT because maven central is very slow and we can't access the recently release 0.10 for now. |
||
---|---|---|
.. | ||
src | ||
pom.xml |