mirror of
https://github.com/bitcoin-s/bitcoin-s.git
synced 2024-11-19 01:40:55 +01:00
1051e6365a
* DLC P2P WIP * P2PClient refactor (#10) * Add to CI * Remove unused * Attempt to create DLCNode and Tests * Full Tor support * Get DLCNegotiationTest passing * Config options, connect & send func * Test for DLCNode * Add createDLCNode to config * Fix formatting * Update DLC state after all other data is set * Remove unneeded line * Respond to some review * 2021 07 26 dlc node code review (#13) * WIP * WIP2 * Rewrite tests not use Await.result() * Skip Tor test on CI * Cleanup threadpool leaks in tests * Handle actor pattern matching better * Respond to review * Implement DLCNode.stop * sock5 -> socks5 * Use Tcp.Unbind * Respond to review * Implement postStop * Switch to unbind Co-authored-by: rorp <rorp@users.noreply.github.com> Co-authored-by: Chris Stewart <stewart.chris1234@gmail.com>
6 lines
96 B
Scala
6 lines
96 B
Scala
name := "bitcoin-s-dlc-node"
|
|
|
|
libraryDependencies ++= Deps.dlcNode
|
|
|
|
CommonSettings.prodSettings
|