Scala Steward
4015909633
Update metrics-core to 4.2.7 ( #3922 )
2021-12-20 06:50:20 -06:00
Scala Steward
fa5588d111
Update logback-classic to 1.2.9 ( #3914 )
2021-12-17 10:15:19 -06:00
Scala Steward
2dbc6aa59e
Update metrics-core to 4.2.6 ( #3908 )
2021-12-16 07:57:59 -06:00
Scala Steward
d1f191bfc6
Update logback-classic to 1.2.8 ( #3902 )
2021-12-14 17:21:30 -06:00
Scala Steward
38a1551bf8
Update metrics-core to 4.2.5 ( #3889 )
2021-12-09 09:15:55 -06:00
Scala Steward
b2bf190dce
Update bcprov-jdk15on to 1.70 ( #3861 )
2021-12-01 06:55:18 -06:00
Scala Steward
d0db9ba633
Update scodec-bits to 1.1.30 ( #3855 )
2021-11-30 12:51:47 -06:00
Scala Steward
65ab6206b3
Update logback-classic to 1.2.7 ( #3815 )
2021-11-12 08:15:37 -06:00
Scala Steward
86bd52d7f2
Update scala-collection-compat to 2.6.0 ( #3807 )
2021-11-09 05:47:25 -06:00
Scala Steward
4f081b9d22
Update akka-http, akka-http-testkit, ... to 10.2.7 ( #3790 )
2021-11-02 14:00:23 -05:00
Scala Steward
3c2e07d24e
Update junit-interface to 0.13.2 ( #3781 )
2021-11-01 09:37:12 -05:00
Scala Steward
ee348c8a57
Update postgresql to 42.3.1 ( #3784 )
2021-10-29 14:08:16 -05:00
benthecarman
6d43d443ba
Initial c-lightning rpc support ( #3755 )
...
* Initial c-lightning support
* Respond to review
2021-10-19 10:58:29 -05:00
Scala Steward
9fe9daaab9
Update postgresql to 42.3.0 ( #3766 )
2021-10-19 08:25:10 -05:00
Scala Steward
335bc13f97
Update akka-actor, akka-discovery, ... to 2.6.17 ( #3756 )
2021-10-15 10:14:04 -05:00
Scala Steward
7c5967a059
Update breeze-viz to 1.3 ( #3550 )
2021-10-15 07:26:44 -05:00
Scala Steward
8cbdf8244a
Update scalacheck-1-14 to 3.2.2.0 ( #3722 )
2021-10-05 06:53:15 -05:00
Scala Steward
51bf5458dc
Update metrics-core to 4.2.4 ( #3709 )
2021-10-02 07:01:23 -05:00
Scala Steward
bf16bab881
Update scodec-bits to 1.1.29 ( #3698 )
2021-09-28 13:54:48 -05:00
Scala Steward
f9cfd05414
Update postgresql to 42.2.24 ( #3687 )
2021-09-23 13:50:00 -05:00
Scala Steward
c53b96c77f
Update native-lib-loader to 2.4.0 ( #3682 )
2021-09-22 08:36:49 -05:00
Scala Steward
dc56c69c6a
Update scalafx to 16.0.0-R25 ( #3676 )
2021-09-20 10:13:14 -05:00
Scala Steward
b80710eaaf
Update native-lib-loader to 2.3.6 ( #3678 )
2021-09-20 09:48:28 -05:00
Scala Steward
619fd5a1fb
Update scalatest to 3.2.10 ( #3675 )
2021-09-20 09:48:12 -05:00
Scala Steward
911fd3429d
Update scala-async to 1.0.1 ( #3656 )
2021-09-11 08:26:15 -05:00
Scala Steward
576680a419
Update logback-classic to 1.2.6 ( #3655 )
2021-09-11 08:25:51 -05:00
benthecarman
2c8a2b0e32
Fix testkit depending on slf4j twice ( #3644 )
2021-09-05 10:39:11 -05:00
Scala Steward
3c9b30b974
Update scodec-bits to 1.1.28 ( #3639 )
2021-08-31 13:14:04 -05:00
Scala Steward
2d429db60d
Update sqlite-jdbc to 3.36.0.3 ( #3630 )
2021-08-30 08:15:52 -05:00
Scala Steward
554869e72a
Update akka-actor, akka-discovery, ... to 2.6.16 ( #3574 )
2021-08-27 08:15:42 -05:00
Chris Stewart
0746b14331
Move BitcoindRpcAppConfig into the bitcoind-rpc project ( #3610 )
2021-08-27 06:43:31 -05:00
Scala Steward
0200ae8beb
Update sqlite-jdbc to 3.36.0.2 ( #3608 )
2021-08-26 06:55:17 -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
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
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
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
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
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
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
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
Chris Stewart
f958b4036c
Bump otj-pg-embedded to 0.13.14 ( #3228 )
2021-06-07 13:47:00 -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
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
25852e48d8
Update scala-java-time to 2.3.0 ( #3093 )
2021-05-18 06:52:29 -05:00
Scala Steward
9dfc99cd40
Update scalatest to 3.2.9 ( #3091 )
2021-05-14 18:52:10 -05:00
Nadav Kohen
58070f4120
Pulled down dlc and dlcTest projects into core and dlcTest ( #3068 )
...
* Pulled down dlc and dlcTest projects into core and dlcTest
Added dlcTest to CI runs and fixed compilation issues
* Fixed docs
* loosened fee rate bound assertions to only sanity test
2021-05-14 12:27:21 -05:00
Scala Steward
6f0fb0671e
Update metrics-core to 4.2.0 ( #3087 )
2021-05-14 12:19:45 -05:00
Scala Steward
6f8ecf0654
Update scala-collection-compat to 2.4.4 ( #3083 )
2021-05-14 12:19:22 -05:00
Scala Steward
6fd869bd87
Update sourcecode to 0.2.7 ( #3084 )
2021-05-14 10:17:28 -05:00
Scala Steward
bb1eec3941
Update scodec-bits to 1.1.27 ( #3085 )
2021-05-14 05:51:41 -05:00
Scala Steward
526d8d345d
Update scalacheck to 1.15.4 ( #3060 )
2021-05-08 13:58:39 -05:00
Scala Steward
3a0b1af759
Update janino to 3.1.4 ( #3058 )
2021-05-08 13:36:50 -05:00
rorp
02c4505948
Initial Tor support ( #3043 )
...
* Initial Tor support
* cleanup
2021-05-07 06:43:39 -05:00
Chris Stewart
b854f7b16a
Fix javafx on mac osx new m1 arch ( #3041 )
2021-05-05 13:08:09 -05:00
Scala Steward
e7d34a9ba9
Update metrics-core to 4.1.21 ( #3003 )
2021-05-01 06:41:52 -05:00
Scala Steward
56d177bb67
Update javafx-base, javafx-controls, ... to 17-ea+8 ( #2978 )
2021-04-29 16:45:43 -05:00
Scala Steward
0cad0edaaf
Update metrics-core to 4.1.20 ( #2958 )
2021-04-26 07:19:03 -05:00
Scala Steward
a194adba98
Update scalafx to 16.0.0-R22 ( #2942 )
2021-04-25 16:39:07 -05:00
Scala Steward
00efd8bccc
Update scala-java-time to 2.2.2 ( #2941 )
2021-04-25 16:38:47 -05:00
Scala Steward
27752062d4
Update postgresql to 42.2.20 ( #2945 )
2021-04-23 09:30:15 -05:00
Chris Stewart
0bf6df77a5
Update scalatest + scodec deps ( #2937 )
2021-04-21 13:26:05 -05:00
Scala Steward
7a73dc5cbb
Update sourcecode to 0.2.6 ( #2928 )
2021-04-20 07:50:09 -05:00
Chris Stewart
4e1ace2706
2021 04 18 Use akka streams in BitcoindRpcBackendUtil.syncWalletToBitcoind ( #2916 )
...
* Initial implementation of wallet sync with bitcoind with akka streams
* Make BitcoindRpcBackendUtil.startBitcoindBlockPolling use akka streams
* rework BitcoindRpcBackendUtil.syncWalletToBitcoind() to use akka streams
2021-04-19 15:54:34 -05:00
Scala Steward
0d546f3b65
Update javafx-base, javafx-controls, ... to 17-ea+7 ( #2911 )
2021-04-18 09:12:21 -05:00
Scala Steward
b5b98492aa
Update breeze-viz to 1.2 ( #2907 )
2021-04-17 17:59:18 -05:00
Scala Steward
ce36112da2
Update akka-actor, akka-discovery, ... to 2.6.14 ( #2878 )
2021-04-08 12:37:10 -05:00
Scala Steward
112067c905
Update metrics-core to 4.1.19 ( #2877 )
2021-04-08 07:13:58 -05:00
Scala Steward
a2628cacd1
Update scala-java-time to 2.2.1 ( #2862 )
2021-04-05 19:36:52 -05:00
benthecarman
4055de7690
Inital LND rpc with some tests ( #2836 )
...
* Inital LND rpc with some tests
* Fix ZMQ test
* Correct datadirs
* Most tests
* Fix eclair tests
* Make tests less flaky
* Have CI download lnd
* Respond to some review
* Fix ZMQ tests
* Cached bitcoind for lnd tests
* Fix fixtures, bump timeout
* InstanceFactory & ConfigFactory
* Fix compile issue for 2.12.12
* Move factories to core.api.commons
2021-04-05 04:52:56 -05:00
Scala Steward
969dee78f6
Update javafx-base, javafx-controls, ... to 17-ea+6 ( #2852 )
2021-04-04 08:46:39 -05:00
Scala Steward
4d2532538b
Update sourcecode to 0.2.5 ( #2848 )
2021-04-02 08:03:35 -05:00
Chris Stewart
49b6d39ab4
Implement Oracle Explorer Client ( #2838 )
...
* WIP
* Get POSt working for creating an announcement
* Add ability POST oracle attestations
* Add docs
* Remove ExplorerMain
* Update workflows to add oracleExplorerClient/test
* Switch to test so it passes on CI
* Add unit test, switch env to ExplorerEnv.Test
* Remove extra comments
* Add StringFactory to ExplorerEnv
2021-04-01 10:43:10 -05:00
Scala Steward
832d9308b5
Update scalatest to 3.2.7 ( #2843 )
2021-04-01 06:08:54 -05:00
benthecarman
fa80f36d2f
Get all of Core working with JS ( #2826 )
...
* core-test-js-json
* Add SigPointComputer cross compile
Co-authored-by: Nadav Kohen <nadavk25@gmail.com>
* Fix java.time for scalajs
* InetAddress for scalajs
* Fix linking errors in coreTestJS
* Easy fixes
* InetAddress Tests
* Update micropickle, fix exact functions
* Get BigSizeUIntTest working with upickle
* Fix exact funcs
* Update Base58Test with upickle
* Update ScriptSignatureTest with upickle
* Update TransactionTest with upickle
* Update BlockFilterTest with upickle
* Update ScriptInterpreterTest with upickle
* Update MnemonicCodeTest with upickle
* Add InetAddress unit tests
* Fix compile errors
* Get core tests running, not passing
* Sign with js
* Fix PSBTUnitTest
* Fix PBKDF2 for JS
* Use bcrypto's secp256k1 instead of ecdsa
* Fix 2.12.12 compile
* Core tests passing :)
* Test corejs
2021-03-31 15:04:30 -05:00
Scala Steward
703f9585ef
Update scala-collection-compat to 2.4.3 ( #2834 )
2021-03-31 07:10:49 -05:00
Scala Steward
c2e054d906
Update scodec-bits to 1.1.25 ( #2835 )
2021-03-30 06:16:58 -05:00
benthecarman
85ff255df3
Update akka to v10.2.4 ( #2832 )
2021-03-29 09:59:34 -05:00
Scala Steward
2cc2da9761
Update javafx-base, javafx-controls, ... to 17-ea+5 ( #2829 )
2021-03-29 06:53:11 -05:00
rorp
911fca5825
Schnorr js ( #2805 )
...
* Schnorr sigs for Scala.js
* fix build
* put BIP340 test vectors in a shared space
* remove teskit dependency, fix point edge cases
* fix build
* add unit tests for point addition
* scaladoc
* cleanup
* respond to the comments
* Fix usage of BitcoinSLogger
Co-authored-by: christewart <stewart.chris1234@gmail.com>
2021-03-22 12:56:40 -05:00
benthecarman
c6c4e83e9e
Remove logging from testkit core ( #2813 )
...
* Remove logging from testkit core
* Fixup deps
2021-03-22 11:48:27 -05:00
benthecarman
07514e2348
Remove logging from core ( #2810 )
...
* Remove logging from core
* Remove slf4j from testkit core
* Remove logback from coretest
2021-03-21 19:11:55 -05:00
Scala Steward
1daba85ddf
Update javafx-base, javafx-controls, ... to 17-ea+3 ( #2804 )
2021-03-17 09:47:46 -05:00
Chris Stewart
78448b277c
Revert "Schnorr sigs for Scala.js ( #2784 )" ( #2802 )
...
This reverts commit 8e7bde0ed9
.
2021-03-16 13:19:16 -05:00
rorp
8e7bde0ed9
Schnorr sigs for Scala.js ( #2784 )
2021-03-16 10:21:47 -07:00
Chris Stewart
7245eb0ec9
Update all deps that failed because of bad build ( #2774 )
...
* Update all deps that failed because of bad build
* Revert jvmopts
* Try bumping jvmopts max heap size to get mac builds to work
* Double up timeout in ScriptGenerators
* Use Future.successful() in signFunction to try and reduce overload on executionContext
* Push to github to force re-run of CI
* Upgrade sbt to 1.4.9
2021-03-10 06:48:21 -06:00
rorp
5a2f95c38e
WIP: Implement bcrypto facades ( #2743 )
...
* Implement bcrypto facades
* signatures
* some more facades
* move JS test
* move JVM tests
* CryptoUtilTest
* CI config
* fix CI config
* add npm dependencies
* test over fullLinkJS-generated files
2021-03-05 07:21:39 -06:00
Chris Stewart
e59057483f
Resturcutre cryptoTest & coreTest to work with scalajs build ( #2731 )
...
* Get cryptoTest,coreTest projects working with scala-js
Get build working, now moving onto compile
Move jvm specific cryptoTest's into the .jvm sub project
Rework build definition names to be more concise
Fix missing cryptoTest refactor
Move logback-test.xml into jvm specific resource folder so it doesn't get ignored
Make coreTest a crossProject
Rework ci matrix to work with new project structure
Try to fix CI matrix
CI fix part 2
* Apply commonSettings to all cross projects
* Address part of roman's code review, make coreJS, make cryptoTest.dependOn(crypto)
* WIP to share with scala-js community
* Fix scalac compiler settings to be additive in CommonSettings.settings
* Remove BCryptoTest
2021-03-03 16:52:03 -06:00
Chris Stewart
1959495cec
Add testkit-core module ( #2726 )
...
* Refactor AsyncUtil to just use an execution context rather than an actor system
* Create testkit-core, start moving data structures over to testkit-core
* WIP, getting rid of the hard dependency on BitcoinSAsyncTest and akka
* Rework test traits to not be dependnent on akka, move BaseAsyncTest into testkitCore, add a test trait that just uses the default scala executionContext
* Get everything compiling
* Move logback-test.xml to testkit-core so it applies to coreTest,cryptoTest as well
* Cleanup rebase issues
* Fix Deps.scala
* Address ben's code review
* Segregate jvm settings and compiler settings
* Filter out -Xfatal-warning for scalajs for now since there is a ton of errors
* Move maintainer settings into CommonSettings.settings
2021-03-02 07:05:21 -06:00
Chris Stewart
5ba7b553b0
2021 02 27 dersignatureutil mv ( #2730 )
...
* 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
2021-02-28 07:09:22 -06:00
Scala Steward
ecae07c8e1
Update javafx-base, javafx-controls, ... to 17-ea+2 ( #2728 )
2021-02-27 06:45:53 -06:00
Scala Steward
06654f4e05
Update akka-http, akka-http-testkit to 10.1.14 ( #2723 )
2021-02-25 04:17:44 -06:00
Scala Steward
54dc824391
Update metrics-core to 4.1.18 ( #2716 )
2021-02-24 07:27:10 -06:00
Scala Steward
07488dd3f3
Update akka-actor, akka-slf4j, akka-stream, ... to 2.6.13 ( #2714 )
2021-02-24 06:27:01 -06:00
Chris Stewart
be18b1baf2
Cache httpClient in bitcoind, rename Test.akkaHttp -> Test.akkaHttpTestkit ( #2702 )
2021-02-20 13:42:39 -06:00
Scala Steward
fca9e4b7d0
Update scalatest to 3.2.5 ( #2687 )
2021-02-20 08:09:31 -06:00
Scala Steward
fb2e5d52e3
Update postgresql to 42.2.19 ( #2686 )
2021-02-19 09:19:52 -06:00
Scala Steward
a19f35e603
Update scalatest to 3.2.4 ( #2677 )
2021-02-18 06:53:11 -06:00
Scala Steward
e4b0f1ff42
Update scala-collection-compat to 2.4.2 ( #2670 )
2021-02-17 07:22:05 -06:00
Scala Steward
775aa67975
Update scodec-bits to 1.1.24 ( #2671 )
2021-02-17 06:47:40 -06:00
Scala Steward
d929af4f9a
Update scalacheck to 1.15.3 ( #2669 )
2021-02-17 06:04:53 -06:00
Scala Steward
a5d592ac40
Update javafx-base, javafx-controls, ... to 16-ea+7 ( #2654 )
2021-02-12 13:32:43 -06:00
Scala Steward
19b47b8eb9
Update janino to 3.1.3 ( #2559 )
2021-02-09 06:14:49 -06:00
Scala Steward
452bd7e8e2
Update scala-collection-compat to 2.4.1 ( #2597 )
2021-02-01 07:21:13 -06:00
Scala Steward
36b8e755a8
Update metrics-core to 4.1.17 ( #2580 )
2021-01-29 07:57:45 -06:00
Chris Stewart
756bfc4427
2021 01 27 conectionpool ( #2578 )
...
* Give connection pool example config
* Get hikari logging working on postgres
* fix 2.12.x
* Bump metrics core to a supported version
* Add hikari-logging and hikari-logging-interval configuration options to turn off/on hikari and schedule how often logs appear
* Turn off hikari logging in the db-commons/reference.conf and add it to appserver/reference.conf
* default the logging to off in scala code
* Make sure connection pool is enabled in db-commons, add default database configuration to website
* Address code review, fix things that didn't need to be changed
2021-01-28 09:44:03 -06:00
Scala Steward
1bba325687
Update sourcecode to 0.2.3 ( #2557 )
2021-01-23 20:53:23 -06:00
Scala Steward
382ed968d4
Update akka-actor, akka-slf4j, akka-stream, ... to 2.6.11 ( #2517 )
2021-01-22 08:29:35 -06:00
Scala Steward
d89ed9c461
Update native-lib-loader to 2.3.5 ( #2523 )
2021-01-18 06:27:09 -06:00
Scala Steward
53df543f6f
Update scalafx to 15.0.1-R21 ( #2492 )
...
* Update scalafx to 15.0.1-R21
* Update scalafx to 15.0.1-R21
2021-01-11 09:17:11 -06:00
Scala Steward
44054e7f9a
Update javafx-base, javafx-controls, ... to 16-ea+6 ( #2489 )
2021-01-09 11:24:15 -06:00
Scala Steward
d5408baf85
Update play-json to 2.9.2 ( #2468 )
2021-01-06 10:20:59 -06:00
benthecarman
214dba8a8f
Move RPC server logic into separate project ( #2440 )
2020-12-29 14:57:11 -06:00
Scala Steward
5d7df23006
Update bcprov-jdk15on to 1.68 ( #2422 )
2020-12-23 07:16:01 -06:00
Scala Steward
0264c2daf8
Update scala-collection-compat to 2.3.2 ( #2401 )
2020-12-20 07:36:19 -06:00
Chris Stewart
d204056ad8
2020 12 19 enable test compileropts ( #2400 )
...
* Fix bug where test compiler opts were not enabled
* Fix all exsting compiler warnings in test project
* Add scalaCollectionCompat dependency to bitcoindRpcTest so we can use @nowarn annotation on scala 2.12
2020-12-20 07:09:07 -06:00
Scala Steward
8c4bf6dcb2
Update scodec-bits to 1.1.23 ( #2391 )
2020-12-18 07:16:26 -06:00
Scala Steward
1026b4e6c8
Update scalacheck to 1.15.2 ( #2378 )
2020-12-17 17:47:26 -06:00
Nadav Kohen
b7ffea2525
Pulled down work from adaptor-dlc onto master ( #2339 )
...
* Pulled down work from adaptor-dlc onto master
* Reverted some accidental deletions
* Removed unused import
* Added scaladocs
* Responded to Ben's review
* Added some scaladocs and invariants
* Responded to chris' review
* Responded to more review
* Added some comments
2020-12-11 17:32:35 -06:00
Scala Steward
1f624cf68d
Update scalafx to 15.0.1-R20 ( #2348 )
2020-12-11 06:52:31 -06:00
Scala Steward
714db630d6
Update sqlite-jdbc to 3.34.0 ( #2347 )
2020-12-11 06:42:58 -06:00
Scala Steward
42d950aaea
Update sqlite-jdbc to 3.32.3.3 ( #2342 )
2020-12-09 06:27:51 -06:00
Scala Steward
4e6f90c42e
Update scalamock to 5.1.0 ( #2327 )
2020-12-08 09:11:33 -06:00
Scala Steward
a0ec72d152
Update javafx-base, javafx-controls, ... to 16-ea+5 ( #2304 )
2020-12-02 07:00:19 -06:00
Scala Steward
f2f7fe4396
Update scopt to 4.0.0 ( #2298 )
2020-11-30 08:38:48 -06:00
Scala Steward
cf5f206856
Update scodec-bits to 1.1.22 ( #2296 )
2020-11-27 07:48:18 -06:00
Scala Steward
285724da80
Update scala-collection-compat to 2.3.1 ( #2290 )
2020-11-25 13:51:24 -06:00
Scala Steward
a5a8a7b101
Update scala-collection-compat to 2.3.0 ( #2285 )
2020-11-23 12:06:05 -06:00
Scala Steward
912e3cd0c7
Update akka-http, akka-http-testkit to 10.1.13 ( #2276 )
2020-11-21 07:51:46 -06:00
Scala Steward
3effd6601f
Update spray-json to 1.3.6 ( #2256 )
2020-11-12 07:24:15 -06:00
Scala Steward
6043e4efa8
Update javafx-base, javafx-controls, ... to 16-ea+4 ( #2249 )
2020-11-09 11:02:22 -06:00
Scala Steward
f921b80966
Update scalatest to 3.2.3 ( #2250 )
2020-11-09 08:51:16 -06:00
Scala Steward
dfe6b70781
Update scalacheck to 1.15.1 ( #2243 )
2020-11-07 09:24:56 -06:00
Scala Steward
97187fc4aa
Update scodec-bits to 1.1.21 ( #2239 )
2020-11-05 15:18:28 -06:00
Chris Stewart
581d46c2c8
2020 11 02 cleanup ( #2233 )
...
* Cleanup a bunch of imports in test
* Use @nowarn annotation for testing things that are deprecated
* Fix base58 test
* Cleanup crypto-test
* Use scala collection compat dependency to get access to the @nowarn annotation on scala 2.12.x
* Rework more scala 2.13.x compile failures in chain-test and key-manager-test
* Optimize imports for entire project
* Fix nits
2020-11-03 11:07:04 -06:00
Scala Steward
b85615ac87
Update bcprov-jdk15on to 1.67 ( #2228 )
2020-11-02 07:34:52 -06:00
Scala Steward
df002e1983
Update javafx-base, javafx-controls, ... to 16-ea+3 ( #2205 )
2020-10-28 08:55:10 -05:00
Scala Steward
e317fa4a89
Update typesafe:config to 1.4.1 ( #2212 )
2020-10-23 09:15:24 -05:00
Scala Steward
14a6c33748
Update postgresql to 42.2.18 ( #2195 )
2020-10-16 06:58:08 -05:00
Scala Steward
3637a04fe4
Update akka-actor, akka-slf4j, akka-stream, ... to 2.6.10 ( #2166 )
2020-10-12 07:09:09 -05:00
Scala Steward
9b1c23b4a7
Update postgresql to 42.2.17 ( #2168 )
2020-10-12 07:08:38 -05:00
Ben Carman
93852aa438
Add DLC Oracle Server Endpoints ( #2105 )
2020-10-03 15:24:02 -05:00
Ben Carman
2d34e2b690
Move DLC Oracle module to master
( #2083 )
2020-09-29 19:48:02 -05:00
Scala Steward
67b6c7b172
Update javafx-base, javafx-controls, ... to 16-ea+2 ( #2038 )
2020-09-29 18:24:45 -05:00
Scala Steward
8c1a1e4a12
Update akka-actor, akka-slf4j, akka-stream, ... to 2.6.9 ( #1993 )
...
* Update akka-actor, akka-slf4j, akka-stream, ... to 2.6.9
* Update akka-actor, akka-slf4j, akka-stream, ... to 2.6.9
2020-09-29 09:20:53 -05:00
Ben Carman
1e3aee55c3
Merge pull request #2019
...
* Refactor logging to only use grizzled slf4j
* Fix docs
* test travis config change
2020-09-19 14:09:12 -05:00
Scala Steward
9bbf669867
Update slick, slick-hikaricp to 3.3.3 ( #1987 )
2020-09-10 06:47:55 -05:00
Scala Steward
15700b7ff1
Update scodec-bits to 1.1.20 ( #1960 )
2020-09-10 06:46:04 -05:00
Scala Steward
74807e867b
Update play-json to 2.9.1 ( #1994 )
2020-09-10 06:44:02 -05:00
Chris Stewart
2252dc528e
Bump scalatestplus version ( #1894 )
2020-08-25 10:34:10 -05:00
Scala Steward
50ea2d5135
Update scalatest to 3.2.2 ( #1876 )
2020-08-25 07:09:29 -05:00
Scala Steward
873501db71
Update postgresql to 42.2.16 ( #1873 )
2020-08-23 07:53:36 -05:00
Scala Steward
c7f310df11
Update postgresql to 42.2.15 ( #1831 )
2020-08-16 08:50:26 -05:00
Ben Carman
4f7c61301c
Revert scalaTestPlus 3.2.1.0 -> 3.2.0.0 ( #1810 )
2020-08-13 14:05:52 -05:00
Ben Carman
b3a8f1d76b
Make Akka log to file correctly ( #1801 )
2020-08-12 07:52:51 -05:00
Ben Carman
346bbf4078
Revert scalaTest to 3.2.0 ( #1791 )
2020-08-09 11:09:47 -05:00
Scala Steward
c15d3eadb4
Update scalatest to 3.2.1 ( #1778 )
2020-08-07 07:03:42 -05:00
Scala Steward
519a2b5791
Update scalacheck-1-14 to 3.2.1.0 ( #1779 )
2020-08-07 07:03:10 -05:00
Scala Steward
b6efa76186
Update scodec-bits to 1.1.18 ( #1716 )
2020-07-29 07:07:18 -05:00
Scala Steward
c3dfb369d7
Update sqlite-jdbc to 3.32.3.2 ( #1718 )
2020-07-29 05:56:18 -05:00
Scala Steward
d757aa3125
Update scalamock to 5.0.0 ( #1684 )
2020-07-22 06:26:24 -05:00
Scala Steward
53629997f3
Update javafx-base, javafx-controls, ... to 14.0.2.1 ( #1685 )
2020-07-22 06:10:49 -05:00
Scala Steward
1ba10a8c69
Update akka-actor, akka-stream, ... to 2.6.8 ( #1677 )
2020-07-16 06:08:31 -05:00
Scala Steward
88eb145a37
Update sqlite-jdbc to 3.32.3.1 ( #1671 )
2020-07-15 13:32:59 -05:00
Scala Steward
921240afd9
Update akka-actor, akka-stream, ... to 2.6.7 ( #1656 )
2020-07-10 10:37:52 -05:00
Scala Steward
02453db411
Update bcprov-jdk15on to 1.66 ( #1632 )
2020-07-07 09:51:30 -05:00
Scala Steward
b147304a1d
Update scodec-bits to 1.1.17 ( #1587 )
2020-06-20 12:25:40 -05:00
Scala Steward
ea39f38443
Update scalatest to 3.2.0 ( #1592 )
...
* Update scalatest to 3.2.0
* Fix tests to be compatible
Co-authored-by: Ben Carman <benthecarman@live.com>
2020-06-20 08:46:32 -05:00
Scala Steward
ab3d634d5f
Update sqlite-jdbc to 3.32.3 ( #1600 )
2020-06-20 08:12:26 -05:00
Scala Steward
a69bff97cd
Update scalacheck-1-14 to 3.2.0.0 ( #1593 )
2020-06-19 14:44:24 -05:00
Scala Steward
001d1c9d7a
Update play-json to 2.9.0 ( #1566 )
...
Co-authored-by: Chris Stewart <stewart.chris1234@gmail.com>
2020-06-16 07:45:39 -05:00
Scala Steward
80d2a164a8
Update postgresql to 42.2.14 ( #1569 )
2020-06-16 07:05:18 -05:00
Scala Steward
2b6e084379
Update akka-actor, akka-stream, ... to 2.6.6 ( #1565 )
2020-06-16 06:45:46 -05:00
Scala Steward
12309d4401
Update scodec-bits to 1.1.16 ( #1572 )
2020-06-16 06:27:03 -05:00
rorp
823a392e98
PostgreSQL support ( #1315 )
2020-06-02 16:37:48 -05:00
Chris Stewart
0e334f0c68
2020 04 11 bump play json v ( #1490 )
...
* Bump play-json to 2.8.1
* Fix imports
2020-05-30 14:34:57 -05:00
Chris Stewart
5aeb8ebdd1
Bump akka to 2.6.4, fix deprecated things ( #1374 )
...
* Bump akka to 2.6.4, fix deprecated things
* Bump to 2.6.5 akka
* Clean up imports
* Remove materializer from FeeProviders
2020-05-30 08:49:28 -05:00
Chris Stewart
fd67109d54
Bump scodec to 1.14 ( #1489 )
2020-05-30 07:53:11 -05:00
Ben Carman
c10d5bc89b
Fee Rate Api Support ( #1470 )
...
* Fee Rate Api Support
* FeeRateProvider Tests
* Rename folder
* Fix docs
2020-05-29 13:01:20 -05:00
Chris Stewart
44c9228c26
Drop 2.11 from inThisBuild.sbt and Deps.scala ( #1479 )
2020-05-28 11:49:53 -05:00
Scala Steward
524334a806
Update bcprov-jdk15on to 1.65.01 ( #1476 )
2020-05-27 15:26:07 -05:00
Nadav Kohen
14f2ae793a
Implemented (lax) signature parsing in Bitcoin-S ( #1446 )
...
* Implemented parseDERLax signature parsing and bumped bouncy castle version to most recent
* implemented using iterators
* Factored out common functionality and added comments, it is readable now! Deleted C-like version in place of this one after property based tests showed them to be equivalent
* Made compatible with scala 2.12
* Make compatible with scala 2.11
* Added tests for lax DER signatures
2020-05-21 15:13:17 -05:00
Scala Steward
b416a5eddf
Update flyway-core to 6.4.2 ( #1418 )
2020-05-18 11:55:48 -05:00
Scala Steward
e6ea2e0fb1
Update scalacheck-1-14 to 3.1.2.0 ( #1423 )
2020-05-18 11:16:16 -05:00
Scala Steward
583da51958
Update akka-http, akka-http-testkit to 10.1.12 ( #1415 )
2020-05-12 06:42:26 -05:00
Scala Steward
d4c4ec3311
Update scalafx to 14-R19 ( #1410 )
2020-05-10 09:24:55 -05:00
Scala Steward
69686128bb
Update scalatest to 3.1.2 ( #1412 )
2020-05-10 09:24:43 -05:00
Scala Steward
e2e01bcbe3
Update sqlite-jdbc to 3.31.1 ( #1396 )
2020-05-05 07:18:07 -05:00
Nadav Kohen
a503441619
Crypto Project Refactor ( #1380 )
...
* Added crypto project and decoupled BitcoinSLogger from NetworkElement
Decoupled BitcoinSLogger from Factory
Moved NetworkElement into crypto project
Moved Factory and BitcoinSUtil (renamed to BytesUtil) to crypto project
Moved MaskedToString to crypto project
Added BytesUtil to imports and cleaned up CryptoUtil.recoverPoint
Moved the rest of crypto stuff to the crypto project
Moved crypto tests to crypto-test project
* Added documentation for crypto project
2020-04-30 12:34:53 -05:00
Scala Steward
214ebfa368
Update flyway-core to 6.4.0 ( #1349 )
2020-04-22 08:28:52 -05:00
Scala Steward
58b974e21e
Update javafx-base, javafx-controls, ... to 14.0.1 ( #1346 )
2020-04-20 13:17:14 -05:00
Ben Carman
aa8a2e14a6
Move Json Reader, Writers, and Serializers to App Commons ( #1328 )
...
* Move Json Reader, Writers, and Serializers to App Commons
* Move app-commons outside of app/
2020-04-10 14:33:37 -05:00
Scala Steward
d25e8eb8fb
Update flyway-core to 6.3.3 ( #1309 )
2020-04-06 19:06:48 -05:00
Scala Steward
3b3d2414f7
Update akka-actor, akka-stream, ... to 2.5.31 ( #1290 )
2020-04-01 10:59:51 -05:00
Scala Steward
6420b90a7b
Update javafx-base, javafx-controls, ... to 14 ( #1288 )
2020-04-01 08:46:34 -05:00
Nadav Kohen
c31a4a3f8a
Constructed simple Bitcoin-S wallet GUI ( #1285 )
...
* Constructed simple Bitcoin-S wallet GUI
* Added note about bitcoin-s server in doc
* Removed wallet dep from gui
* Replaced lambdas with constructors for compatibility with scala 2.11
* Fixed after rebase
2020-03-31 14:30:24 -05:00
Scala Steward
89ccb868c0
Update flyway-core to 6.3.2 ( #1269 )
2020-03-24 08:52:58 -05:00
Scala Steward
9891b22cb1
Update janino to 3.1.2 ( #1252 )
2020-03-23 06:30:18 -05:00
Scala Steward
45e1a90fba
Update flyway-core to 6.3.1 ( #1228 )
2020-03-19 07:58:35 -05:00
Scala Steward
7055c0fc23
Update akka-actor, akka-stream, ... to 2.5.30 ( #1221 )
2020-03-15 13:21:36 -05:00
Scala Steward
e4fc678118
Update janino to 3.1.1 ( #1212 )
2020-03-11 07:25:46 -05:00
Chris Stewart
b460534449
Update flyway-core to 6.3.0 ( #1195 )
2020-03-05 15:47:34 -06:00
Scala Steward
95902d4148
Update scalacheck-1-14 to 3.1.1.1 ( #1145 )
2020-02-21 08:47:35 -06:00
Scala Steward
8257d61dbb
Update scalatest to 3.1.1 ( #1142 )
2020-02-21 07:04:05 -06:00
Scala Steward
44211abe83
Update scalacheck-1-14 to 3.1.1.0 ( #1143 )
2020-02-21 07:03:38 -06:00
Scala Steward
2200abd2a2
Update flyway-core to 6.2.4 ( #1141 )
2020-02-20 09:50:10 -06:00
Scala Steward
095ca208c3
Update jeromq to 0.5.2 ( #1087 )
2020-02-07 10:10:32 -06:00
Scala Steward
64a417a091
Update sourcecode to 0.2.1 ( #1103 )
2020-02-07 07:38:05 -06:00
Scala Steward
af496c6b19
Update flyway-core to 6.2.2 ( #1102 )
2020-02-07 07:36:48 -06:00
Chris Stewart
c7bc0857f8
Add codehause dependecy as a work around for issue 1110, there is a i… ( #1101 )
...
* Add codehause dependecy as a work around for issue 1110, there is a issue in graalvm native image generator where images aren't being generated correctly. THis is related to the logback dependecy
* Add some comments about when the extra dep can be removed
2020-02-07 06:52:31 -06:00
Scala Steward
653401931a
Update flyway-core to 6.2.1 ( #1082 )
2020-01-31 13:07:54 +01:00
Scala Steward
110a4c0155
Update akka-actor, akka-stream, ... to 2.5.29 ( #1077 )
2020-01-28 18:42:20 +01:00
Scala Steward
ecbb706fa5
Update akka-actor, akka-stream, ... to 2.5.28 ( #1072 )
2020-01-28 06:16:02 -06:00
Scala Steward
2870ccd91e
Update flyway-core to 6.2.0 ( #1062 )
2020-01-23 13:59:50 -06:00
Ben Carman
ed428bd56c
Txo state flyway ( #1052 )
...
* Add flyway migrations
* Make different project's migrations independent of each other
* Rework all AppConfig.initialize() to use migrations rather than what we were doing before
* TXO State migration
* Move to new file, drop old column
* Add block hash column
Co-authored-by: Chris Stewart <stewart.chris1234@gmail.com>
2020-01-22 15:34:36 -06:00
Scala Steward
90f33819c0
Update sourcecode to 0.2.0 ( #1024 )
2020-01-14 07:16:27 -06:00
Scala Steward
31a233f0c5
Update scalacheck-1-14 to 3.1.0.1 ( #987 )
2019-12-27 05:54:10 -06:00
Scala Steward
57420f4ae0
Update sqlite-jdbc to 3.30.1 ( #982 )
2019-12-25 07:33:24 -06:00
Scala Steward
d98f9eb754
Update sourcecode to 0.1.9 ( #979 )
2019-12-21 17:06:50 -06:00
Scala Steward
cd942d646d
Update slf4j-api to 1.7.30 ( #953 )
2019-12-17 05:55:15 -06:00
Scala Steward
ead511a1ec
Update scalacheck to 1.14.3 ( #946 )
2019-12-15 18:29:30 -06:00
Scala Steward
0f3ecf6fe5
Update akka-actor, akka-stream, ... to 2.5.27 ( #937 )
2019-12-10 15:32:30 -06:00
Chris Stewart
388becbc6b
2019 12 10 scalatest 3.1.0 ( #933 )
...
* Update scalatest to 3.1.0
* Modify code to support scalatest 3.1.0
2019-12-10 09:12:47 -06:00
Chris Stewart
dd4787f2af
2019 11 30 key manager ( #904 )
...
* Segregate key manager from wallet
* More consistent naming in build.sbt, run scalafmt
* Add test case making sure we don't overwrite a mnemonic seed
* Add key-manager.md
* Fix compile issues with older scala versions
* Address code review
2019-12-04 07:43:29 -06:00
Chris Stewart
f4e43ec4d8
2019 11 28 cli native image doc ( #903 )
...
* Add documentation about how the cli can be built with a native image
* Finish rest of documentation on building command line client for bitcoin-s
* Add missing akka actor on walletServer classpath, add plugins to be able to build the walletServer as a standalone jar
* Add server.md
* Rename walletServer -> appServer
* Address code review, add missing main class in server project
* Address code review
2019-12-04 07:25:03 -06:00
Scala Steward
137eef0aea
Update akka-http, akka-http-testkit to 10.1.11 ( #908 )
2019-12-03 10:07:02 -06:00
rorp
14d3878d01
Rescan RPC ( #854 )
...
* Rescan RPC
* cleanup
* fix optional args
* cleanup
* unit tests
* fix build error
* fix unit tests
* scalaMock
* cleanup
* more unit tests
* some more validation checks
2019-11-21 08:03:32 -06:00
Chris Stewart
c22512a6ce
Bump micro pickle/json to 0.8.0 ( #853 )
2019-11-05 15:13:54 -06:00
Scala Steward
5b7d29e2ed
Update scalacheck to 1.14.2 ( #849 )
2019-11-01 09:06:44 -05:00
Scala Steward
f22906dfad
Update slf4j-api to 1.7.29 ( #848 )
2019-11-01 06:11:03 -05:00
Scala Steward
a7064c7b57
Update sourcecode to 0.1.8 ( #841 )
2019-10-28 20:11:00 -05:00
Scala Steward
6f1db47e2c
Update sttp:core to 1.7.2 ( #808 )
2019-10-22 14:25:45 -05:00