Commit graph

541 commits

Author SHA1 Message Date
benthecarman
03abb7537b
Add basic esplora client (#4018)
* Add basic esplora client

* Improve error message
2022-01-28 15:48:44 -06:00
Chris Stewart
52dcf51e82
Automatically download binaries if they are used in test suite (#4005)
* Remove download binary scripts from CI, try to make binary downloads contingent on tests being run in a project

* Cleanup docs to remove unecessary downloadBitcoind
2022-01-23 17:43:30 -06:00
Scala Steward
13f5fb8dcb
Update javafx-base, javafx-controls, ... to 18-ea+10 (#3998) 2022-01-20 17:40:59 -06:00
Scala Steward
011fdc2cdb
Update akka-grpc-runtime_2.12, ... to 2.1.3 (#3997) 2022-01-20 17:40:43 -06:00
Scala Steward
635bc453e4
Update javafx-base, javafx-controls, ... to 18-ea+9 (#3960) 2022-01-18 12:35:26 -06:00
Scala Steward
e520b492bb
Update slf4j-api to 1.7.33 (#3981) 2022-01-14 07:15:09 -06:00
Chris Stewart
2e49bedf7d
upgrade to scala-js 1.8.0 (#3979)
* upgrade to scala-js 1.8.0

* upgrade the scoverage plugin to 1.9.3
2022-01-13 09:07:55 -06:00
Scala Steward
e095a1b225
Update sbt-bloop to 1.4.12 (#3977) 2022-01-13 05:40:45 -06:00
Scala Steward
e61ff11619
Update junit-interface to 0.13.3 (#3951) 2021-12-30 06:29:44 -06:00
Scala Steward
af250fcdd3
Update sbt to 1.6.1 (#3949) 2021-12-29 07:12:16 -06:00
Scala Steward
bfee5f7e8d
Update sbt to 1.6.0 (#3945) 2021-12-27 15:42:47 -06:00
Scala Steward
62852a3d19
Update sbt-scalafmt to 2.4.6 (#3940) 2021-12-27 15:24:15 -06:00
Scala Steward
1ec444da00
Update scalamock to 5.2.0 (#3943) 2021-12-27 15:17:59 -06:00
Scala Steward
0c134c7e9b
Update logback-classic to 1.2.10 (#3931) 2021-12-23 09:07:28 -06:00
Scala Steward
0c625346e7
Update sbt to 1.5.8 (#3929) 2021-12-20 18:27:13 -06:00
Scala Steward
f6608f49b2
Update akka-actor, akka-discovery, ... to 2.6.18 (#3925) 2021-12-20 08:17:06 -06:00
Scala Steward
4015909633
Update metrics-core to 4.2.7 (#3922) 2021-12-20 06:50:20 -06:00
Scala Steward
b200b1cc16
Update akka-grpc-runtime_2.12, ... to 2.1.2 (#3918) 2021-12-17 17:28:02 -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
0bd59ec8e1
Update sbt to 1.5.7 (#3907) 2021-12-15 12:18:42 -06:00
Scala Steward
d1f191bfc6
Update logback-classic to 1.2.8 (#3902) 2021-12-14 17:21:30 -06:00
Scala Steward
52ca1d8644
Update sbt to 1.5.6 (#3892) 2021-12-10 10:46:01 -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
ea6ac56fd5
Update sbt-native-packager to 1.9.7 (#3833) 2021-11-19 06:57:45 -06:00
Scala Steward
65ab6206b3
Update logback-classic to 1.2.7 (#3815) 2021-11-12 08:15:37 -06:00
Scala Steward
31ce7cbd77
Update akka-grpc-runtime_2.12, ... to 2.1.1 (#3809) 2021-11-11 12:26:11 -06:00
Scala Steward
86bd52d7f2
Update scala-collection-compat to 2.6.0 (#3807) 2021-11-09 05:47:25 -06:00
Scala Steward
5b8b296059
Update sbt-scoverage to 1.9.2 (#3791) 2021-11-03 06:07:03 -05:00
Scala Steward
8c64c2d094
Update sbt-bloop to 1.4.11 (#3792) 2021-11-03 06:06:27 -05: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
Scala Steward
e5c6c4463c
Update sbt-unidoc to 0.5.0 (#3777) 2021-10-24 03:29:24 -05:00
Scala Steward
21be9241b8
Update sbt-mdoc to 2.2.24 (#3772) 2021-10-21 09:51:47 -05:00
Scala Steward
1310177de4
Update sbt-bloop to 1.4.10 (#3776) 2021-10-21 09:37:44 -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
Chris Stewart
be07786171
Update website to 1.8 and bump various versions on README and node agent version (#3762) 2021-10-17 12:24:30 -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
a6ee7360c1
Update sbt-assembly to 1.1.0 (#3641) 2021-10-15 07:29:21 -05:00
Scala Steward
7c5967a059
Update breeze-viz to 1.3 (#3550) 2021-10-15 07:26:44 -05:00
Scala Steward
41899e6ad6
Update sbt-ci-release to 1.5.10 (#3754) 2021-10-15 07:25:33 -05:00
Scala Steward
4b04a54f15
Update sbt-native-image to 0.3.2 (#3752) 2021-10-14 08:31:11 -05:00
Scala Steward
bb8997b6a0
Update sbt-native-packager to 1.9.6 (#3753) 2021-10-14 08:31:00 -05:00
Scala Steward
87624d7055
Update sbt-scoverage to 1.9.1 (#3741) 2021-10-11 07:48:04 -05:00
Scala Steward
779b728834
Update sbt-native-packager to 1.9.5 (#3735) 2021-10-08 16:28:01 -05:00
Scala Steward
d807007457
Update sbt-scalajs, scalajs-compiler, ... to 1.7.1 (#3729) 2021-10-07 11:09:40 -05:00