Chris Stewart
114fbf35fe
Update version, userAgent for bitcoin-s ( #3565 )
2021-08-18 06:50:04 -05:00
benthecarman
43e0287fed
Package Tor with Bitcoin-s ( #3483 )
...
* Tor packaged in Bitcoin-S
* Ensure not a bridge relay
* Respond to review
* Move repeat function
2021-08-10 11:56:17 -05:00
Scala Steward
90c3f69713
Update scalajs-stubs to 1.1.0 ( #3508 )
2021-08-10 06:54:49 -05:00
Chris Stewart
4f7b6422ea
2021 08 06 app config refacotr ( #3498 )
...
* Move AppConfig into app-commons, reduce classpath deps on keyManager,tor
* Move test ServerArgParserTest
* Fix compile error
2021-08-07 14:36:11 -05:00
Scala Steward
3cdc0d19c7
Update akka-http, akka-http-testkit, ... to 10.2.6 ( #3488 )
2021-08-05 13:57:10 -05:00
Scala Steward
004b6cc59d
Update sbt-scalajs, scalajs-compiler, ... to 1.7.0 ( #3475 )
2021-08-03 18:23:59 -05:00
benthecarman
1051e6365a
DLC P2P Client ( #3402 )
...
* 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>
2021-08-02 18:15:56 -05:00
Scala Steward
520e8e5715
Update janino to 3.1.6 ( #3457 )
2021-07-28 09:56:02 -05:00
Scala Steward
07b4e722c1
Update akka-http, akka-http-testkit, ... to 10.2.5 ( #3455 )
2021-07-27 10:45:41 -05:00
Scala Steward
7b1c5639cc
Update logback-classic to 1.2.5 ( #3452 )
2021-07-26 16:07:12 -05:00
Scala Steward
fc88aa077b
Update sbt-mdoc to 2.2.22 ( #3439 )
2021-07-22 12:24:28 -05:00
Scala Steward
62a8897d7f
Update slf4j-api to 1.7.32 ( #3427 )
2021-07-20 13:32:45 -05:00
rorp
16e8554756
SOCKS5 client transport ( #3396 )
...
* SOCKS5 client transport
* disable unit tests
* update unit tests
* respond to the PR comments
* cleanup
* some more changes
2021-07-19 12:55:23 -05:00
Scala Steward
7f07ed7a7a
Update metrics-core to 4.2.3 ( #3419 )
2021-07-19 06:26:18 -05:00
Scala Steward
6e04010cba
Update scala-async to 1.0.0 ( #3392 )
2021-07-13 12:39:47 -05:00
Scala Steward
74964ab145
Update sbt to 1.5.5 ( #3391 )
2021-07-12 06:16:47 -05:00
Scala Steward
cddecc2075
Update sbt-scalafmt to 2.4.3 ( #3386 )
2021-07-09 12:26:46 -05:00
benthecarman
45233be22d
Update user agent ( #3384 )
...
* Update user agent
* update prev version
2021-07-09 06:54:10 -05:00
Scala Steward
38c55ad0c0
Update scala-collection-compat to 2.5.0 ( #3387 )
2021-07-09 06:28:00 -05:00
Scala Steward
09a6ca41cb
Update postgresql to 42.2.23 ( #3369 )
2021-07-06 12:31:26 -05:00
Scala Steward
9b1ad19f4c
Update sbt-scalajs-crossproject to 1.1.0 ( #3364 )
2021-07-03 06:46:36 -05:00
Scala Steward
ae68dd4562
Update sqlite-jdbc to 3.36.0.1 ( #3359 )
2021-07-02 06:55:22 -05:00
Chris Stewart
a9292fcad8
Add FutureUtil tests ( #3126 )
...
* Add FutureUtilTest for both FutureUtil.batchAndParallelExecute and FutureUtil.batchAndSyncExecute
* Make Vector same size as available processors as CI machines don't have as many processors as I have locally
* Try to fix test case
* Add processors to the log
* Replace java scheduler with a scalajs scheduler called monix
* Make asyncUtilsTest compatible with Scalajs, add them to the CI matrix
* Add more missing runs of asyncUtilsTestJS/test
2021-06-28 14:44:08 -05:00
Chris Stewart
cb5ec20eac
Silence all scaladoc warnings ( #3336 )
2021-06-28 07:14:09 -05:00
Scala Steward
04d937d4f4
Update sqlite-jdbc to 3.36.0 ( #3334 )
2021-06-28 06:22:15 -05:00
Chris Stewart
ea26c8b3a3
2021 06 23 scalafx dep ( #3324 )
...
* WIP
* Remove usage of JFXApp, use JfxApp3
2021-06-23 18:15:32 -05:00
Scala Steward
5f5f1b2b1a
Update metrics-core to 4.2.2 ( #3317 )
2021-06-22 12:14:31 -05:00
Scala Steward
a3e9275303
Update sbt-coveralls to 1.3.1 ( #3297 )
2021-06-18 13:19:58 -05:00
Chris Stewart
94081502c8
Remove previous stable version usage for windows builds as for some reason it doesn't work when setting up dev envs for the first time ( #3292 )
2021-06-18 09:18:54 -05:00
Scala Steward
6415b9c10a
Update slf4j-api to 1.7.31 ( #3294 )
2021-06-18 09:17:45 -05:00
Scala Steward
9be6cb11d5
Update postgresql to 42.2.22 ( #3282 )
2021-06-17 07:05:50 -05:00
Scala Steward
e9de8f30a8
Update metrics-core to 4.2.1 ( #3284 )
2021-06-17 06:49:49 -05:00
Scala Steward
afbc22af1c
Update sbt-native-image to 0.3.1 ( #3270 )
2021-06-16 08:14:30 -05:00
Scala Steward
3c8be6e8d9
Update sbt-coveralls to 1.3.0 ( #3262 )
2021-06-14 13:35:54 -05:00
Scala Steward
4f936b2cbf
Update sbt to 1.5.4 ( #3264 )
2021-06-14 06:10:04 -05:00
Scala Steward
eeb4741d60
Update sbt-scalajs, scalajs-library, ... to 1.6.0 ( #3233 )
2021-06-12 08:30:08 -05:00
Scala Steward
4f4fd111e7
Update akka-actor, akka-discovery, ... to 2.6.15 ( #3246 )
2021-06-11 13:46:40 -05:00
Scala Steward
1215a22857
Update postgresql to 42.2.21 ( #3248 )
2021-06-11 13:27:28 -05:00
Scala Steward
4b2bc379e3
Update bcprov-jdk15on to 1.69 ( #3238 )
2021-06-09 18:43:55 -05:00
Scala Steward
0f9024b7ae
Update akka-grpc-runtime_2.12, ... to 2.0.0 ( #3143 )
2021-06-08 10:49:07 -05:00
Chris Stewart
f958b4036c
Bump otj-pg-embedded to 0.13.14 ( #3228 )
2021-06-07 13:47:00 -05:00
Chris Stewart
4efe88fcba
UPdate sbt and scoverage in conjunction ( #3216 )
2021-06-02 06:09:43 -05:00
Chris Stewart
4c9f174a4b
Remove all flyway plugin sbt config ( #3215 )
2021-06-02 06:08:43 -05:00
benthecarman
03a0ca5ee9
Add QR Code to get adress dialog ( #3186 )
2021-05-28 06:33:37 -05:00
benthecarman
604194293c
Replace GUI balance thread with a akka scheduler ( #3174 )
...
* Replace GUI balance thread with a akka scheduler
* Make actory system a param
2021-05-27 13:17:32 -05:00
Chris Stewart
b23b5ad55f
Make sure secp256k1 is published for java8, not the class version of the jdk it was built on ( #3145 )
2021-05-26 09:36:20 -05:00
benthecarman
be8e965367
DLC Wallet pulldown ( #3138 )
...
* DLC Wallet pulldown
* Respond to review
2021-05-25 17:31:01 -05:00
Chris Stewart
42966b3cbe
Remove logback from the cli module ( #3117 )
...
* Remove logback from the cli module
* Reset submodule
2021-05-21 07:11:07 -05:00
Scala Steward
c605a02c28
Update sbt-assembly to 0.15.0 ( #3109 )
2021-05-20 09:53:08 -05:00
Scala Steward
ed7a44a1a5
Update sbt-scoverage to 1.8.1 ( #3111 )
2021-05-20 08:02:55 -05:00