Commit Graph

372 Commits

Author SHA1 Message Date
Scala Steward
0c3513b741
Update gson to 2.10 (#4860) 2022-10-25 17:05:20 -05:00
Scala Steward
1bd9246097
Update junixsocket-core to 2.6.0 (#4861) 2022-10-25 17:04:04 -05:00
Scala Steward
49a7db3803
Update junixsocket-core to 2.5.2 (#4833) 2022-10-24 09:00:58 -05:00
Scala Steward
9c05779273
Update bcprov-jdk18on to 1.72 (#4835) 2022-10-24 09:00:12 -05:00
Scala Steward
deaa3c0e9e
Update client3:core to 3.8.3 (#4857) 2022-10-24 08:57:04 -05:00
Scala Steward
963646c17e
Update slf4j-api to 2.0.3 (#4842) 2022-10-15 09:17:13 -05:00
Scala Steward
a8d81a761a
Update logback-classic to 1.4.4 (#4832) 2022-10-15 07:53:32 -05:00
Scala Steward
fc348da85d
Update scalatest to 3.2.14 (#4840) 2022-10-15 07:52:57 -05:00
Scala Steward
2a0cb57cf1
Update logkit to 20020529 (#4786)
Co-authored-by: Chris Stewart <stewart.chris1234@gmail.com>
2022-09-23 06:30:37 -05:00
Chris Stewart
fecb9902ec
2022 09 20 rm dlc test (#4792)
* Remove dlcTest module

* Fix file paths

* remove dlcTest/test from ci runs
2022-09-20 11:58:43 -05:00
Scala Steward
193922c9c5
Update avalon-framework to 20020627 (#4731)
Co-authored-by: Chris Stewart <stewart.chris1234@gmail.com>
2022-09-17 09:58:05 -05:00
Scala Steward
b6d9792364
Update scalafx to 18.0.2-R29 (#4749)
Co-authored-by: Chris Stewart <stewart.chris1234@gmail.com>
2022-09-16 09:48:21 -05:00
Scala Steward
b1017f8db5
Update jna to 5.12.1 (#4742)
Co-authored-by: Chris Stewart <stewart.chris1234@gmail.com>
2022-09-16 08:53:25 -05:00
Scala Steward
6f9cf52aaa
Update bcprov-jdk15on to 1.71.1 (#4743)
Co-authored-by: Chris Stewart <stewart.chris1234@gmail.com>
2022-09-16 08:53:12 -05:00
Scala Steward
f48daad974
Update javafx-base, javafx-controls, ... to 20-ea+2 (#4745) 2022-09-16 07:41:51 -05:00
Scala Steward
419ccbccbc
Update scala-collection-compat to 2.8.1 (#4747) 2022-09-16 07:35:09 -05:00
Scala Steward
e10ab428e5
Update scalacheck to 1.16.0 (#4748) 2022-09-16 07:25:37 -05:00
Scala Steward
4e1c1764c3
Update slick, slick-hikaricp to 3.4.1 (#4783) 2022-09-16 07:25:11 -05:00
Scala Steward
469a379655
Update slf4j-api to 2.0.1 (#4784) 2022-09-16 07:24:28 -05:00
Scala Steward
188faf1625
Update client3:core to 3.8.0 (#4776) 2022-09-15 20:35:01 -05:00
Scala Steward
7d70885581
Update waffle-jna to 3.2.0 (#4735) 2022-09-15 20:23:30 -05:00
Scala Steward
55ad5f030b
Update gson to 2.9.1 (#4736) 2022-09-15 20:20:54 -05:00
Scala Steward
cf6015f281
Update zxing:core, zxing:javase to 3.5.0 (#4737) 2022-09-15 20:19:53 -05:00
Scala Steward
6a74c012bf
Update metrics-core, metrics-healthchecks, ... to 4.2.12 (#4738) 2022-09-15 20:18:43 -05:00
Scala Steward
398e4db3f6
Update logkit to 1.2.2 (#4741) 2022-09-15 20:15:50 -05:00
Scala Steward
abe2c3d9d2
Update logback-classic to 1.4.1 (#4782) 2022-09-15 20:15:04 -05:00
Scala Steward
12326c7f33
Update sqlite-jdbc to 3.39.3.0 (#4755) 2022-09-09 14:26:35 -05:00
benthecarman
6bfb669343
Update akka deps (#4724) 2022-09-06 19:32:23 -05:00
Chris Stewart
fd7bef3aa7
Try out slick 3.4.0-RC3 (#4620) 2022-09-06 12:27:36 -05:00
Chris Stewart
3ee4fe1138
Upgrade dependencies (#4705)
* Upgrade dependencies

* upgrade micropickle to 2.0.0

* Add .env file with FLYWAY_CLEAN_DISABLED=false to allow cleaning in test cases

* Fix logging pattern bug

* Add action to load .env file

* Add default flyway.conf at root of repository, disable flywayClean

* remove env action
2022-09-05 07:11:23 -05:00
Chris Stewart
d79f70ee82
Bump scalatest to 3.2.13 (#4605) 2022-08-12 14:24:30 -05:00
rorp
0404cffe26
Embedded Pg v1.0.1 (#4567)
* Embedded Pg v1.0.1

* fix GitHub action evironment

* fix Windows CI tests

* test db-commons in different environments

* remove dbCommontTest from Windows and Mac Github actions

* cleanup

* configurable postgres startup wait

* Empty commit to run CI

* Bump default timeout to 60

* Empty commit

Co-authored-by: Chris Stewart <stewart.chris1234@gmail.com>
2022-08-06 07:30:26 -05:00
Chris Stewart
b905afa65e
2022 07 20 wallet rescan stream (#4530)
* Implement rescan with akka streams

Get basic stream working with rescan

Fix bug where we weren't using rescan specific threadpool

Implement killswitch for rescan

* WIP: Expose promise to allow external completion of rescan stream

* Rework RescanStarted.RescanStarted to contain a promise to complete the stream early, and a future that represents the completed streams materialized value

* Comment cleanup

* Fix compile errors, remove killswitch

* Fix 2.12.x compile

* Introduce ActorSystem into wallet, refactor rescans to use that ActorSystem

* Fix import

* Fix bug where we were prepending instead appending to batched Vector

* Propogate RescanState upwards into WalletRoutes

* Refactor fetching of filters to be a Flow
2022-07-24 12:26:21 -05:00
Chris Stewart
970b6fd6eb
upgrade scalatest dependencies (#4411) 2022-06-21 15:09:20 -05:00
Chris Stewart
2af7923f3b
Downgrade slick to fix jlink build (#4345) 2022-05-18 11:47:46 -05:00
Chris Stewart
107f95cd5a
Upgrade sttp to 3.6.1 (#4341) 2022-05-18 08:35:49 -05:00
Chris Stewart
63df47e002
Upgrade to slick to 3.4.0-M1 (#4342) 2022-05-18 08:31:59 -05:00
Chris Stewart
4b2ca33495
upgrade micropickle to 1.6.0 (#4340) 2022-05-17 18:04:59 -05:00
benthecarman
6845caf778
Make all uint64 types from lnd a UInt64 (#4332)
* Make all uint64 types from lnd a UInt64

* Make all uint32 types from lnd a UInt32
2022-05-11 05:05:16 -05:00
Chris Stewart
e4d38ba53a
2022 05 05 OS specific jlink builds (#4322)
* Add OS specific zips

* Try to fix windows build

* Try to fix windows build shell

* Try to see if double zip works w/o mac verified developer error

* Add bash script to handle making file executable and make it non quarantine on mac

* Do chmod regardless of os

* Remove chmod as that cannot work by definition, revert to only packaging stage/ directory

* Make java exectuable on every OS

* refactor CommonSettings.jlinkIgnore

* Try to build appServer

* Make cli use jlink

* Make bash scripts more generic on mac

* Remove feature branch on release.yml

* Fix startup scripts
2022-05-07 18:42:02 -05:00
Chris Stewart
087b9f90b5
2022 05 03 oracle server jlink build (#4316)
* Implement jlink with oracleServer

Remove comment

Begin integrating jlink into oracleServer

WIP

WIP

Finish postgres transitive deps

Get oracleServer startup working

Add some settings to compress the jre shipped, reduces size by ~50%

refactor build config

Bump dependencies

* Remove java desktop module from our jlink build
2022-05-05 09:59:05 -05:00
Chris Stewart
e05cf21827
Upgrade dropWizards to 4.2.9 (#4313) 2022-05-04 14:29:12 -05:00
Chris Stewart
2f4bbf7014
Upgrade flyway to 8.5.9 (#4311)
* Upgrade flyway to 8.5.9

* Remove comment
2022-05-04 11:24:51 -05:00
Chris Stewart
56138cea92
Remove source code dependency, its not used anywhere (#4310) 2022-05-04 10:49:01 -05:00
benthecarman
7566a96b31
Update akka to 2.6.19 (#4287) 2022-04-24 07:56:40 -05:00
Chris Stewart
813b58e977
Update deps (#4279)
* Update lots of deps

* Downgrade postgres again

Co-authored-by: benthecarman <benthecarman@live.com>
2022-04-19 18:43:35 -05:00
Scala Steward
d7f12be1d4
Update scalafx to 17.0.1-R26 (#3874)
* Update scalafx to 17.0.1-R26

* Update scalafx to 17.0.1-R26

* Update scalafx to 17.0.1-R26
2022-03-19 12:22:42 -05:00
Chris Stewart
666885bc11
Re-add javafx media,graphics dependnecies to fix GUI (#4107) 2022-02-18 11:39:24 -06:00
Chris Stewart
5b1b1ee149
Remove uneeded javafx deps (#4103) 2022-02-16 16:44:12 -06:00
benthecarman
03abb7537b
Add basic esplora client (#4018)
* Add basic esplora client

* Improve error message
2022-01-28 15:48:44 -06:00