Scala Steward
abe2c3d9d2
Update logback-classic to 1.4.1 ( #4782 )
2022-09-15 20:15:04 -05:00
Scala Steward
f98401259a
Update sbt-mdoc to 2.3.3 ( #4750 )
2022-09-15 20:13:29 -05:00
benthecarman
cad13182df
Use postrgres when flagged in TrezorAddressTest ( #4768 )
...
* Use postrgres when flagged in TrezorAddressTest
* Clean database on shutdown
2022-09-15 20:07:51 -05:00
Chris Stewart
bcddb015ae
2022 09 12 Filter header and filter websocket events ( #4777 )
...
* implement chain callbacks for compact filter headers / compact filters
* Wire it up through the websocket
* Fix type for compactfilterprocessed
* Fix bug to write json rather than write a string
2022-09-15 20:05:54 -05:00
benthecarman
6b479e8765
Add support for mac m1 lnd rpc ( #4780 )
...
* Add support for mac m1 lnd rpc
* Remove unneeded wait
* Add timeout to isStarted
* Consider RPC_ACTIVE not started
* Fix formatting
2022-09-14 15:35:28 -05:00
Chris Stewart
88fce93268
Bump more logs to INFO ( #4769 )
2022-09-12 09:31:30 -05:00
Chris Stewart
0cfad33fae
Add 1.9.4 website, add 1.9.4 release notes ( #4726 )
...
* Add 1.9.4 website, add 1.9.4 release notes
* Add versioned sidebars
* Bump more versions to 1.9.4
* update release notes
2022-09-12 08:19:28 -05:00
Scala Steward
2d83210ba3
Update flyway-core to 9.2.3 ( #4744 )
...
* Update flyway-core to 9.2.3
* Revert commit(s) 85f83ee3b
2022-09-12 06:11:53 -05:00
benthecarman
20ed1dcab0
Fix lnd default datadir ( #4767 )
2022-09-11 13:53:27 -05:00
Chris Stewart
7b7847885e
Attempt to reduce redundant work on startup to speed up start up time ( #4764 )
...
* Attempt to reduce redundant work on startup to speed up start up time
* Move dlcConf out of dependentTorConfigs
2022-09-11 13:15:53 -05:00
benthecarman
2f18f622ab
Give BitcoinNetworks.knownNetworks proper type ( #4766 )
2022-09-11 13:14:03 -05:00
Chris Stewart
0c05edd633
mask bitcoind password ( #4763 )
...
* mask bitcoind password
* Use MaskedString trait
2022-09-11 08:59:07 -05:00
Chris Stewart
81cddc12df
Remove checkRootAccount/downloadMissingUtxos ( #4762 )
...
* Remove checkRootAccount/downloadMissingUtxos
* Try removing WalletAppConfig.start() from Wallet.start()
* restore checkRootAccount
* Cleanup
2022-09-11 07:09:40 -05:00
Chris Stewart
7460dcd255
Parallelize running of individual migrations ( #4761 )
2022-09-10 15:10:14 -05:00
Chris Stewart
61d4882efd
Implement retry of fetching bitcoind version when calling clientF
( #4760 )
...
* Implement retry of fetching bitcoind version when calling clientF
* Change BitcoindRpcClient.version to be a method rather than val
2022-09-10 11:11:21 -05:00
Chris Stewart
fae1a53579
Bump bitcoin-s.node.query-wait-time=120 seconds
( #4759 )
...
* Bump query-wait-time to 120 seconds
* bump disconnection log level
* Bump log to INFO where peer disconnects us
2022-09-10 09:47:50 -05:00
Chris Stewart
7d9d0c577f
Run scalafmt ( #4757 )
2022-09-09 14:58:29 -05:00
Scala Steward
12326c7f33
Update sqlite-jdbc to 3.39.3.0 ( #4755 )
2022-09-09 14:26:35 -05:00
rorp
16893f999e
DLC connection checks and notifications ( #4720 )
...
* DLC connection checks and notifications
* asynchronous connection checks
2022-09-09 14:09:38 -05:00
Chris Stewart
7fe9bdbe35
re-add Compile / fork in server.sbt so we can run appServer from sbt console ( #4730 )
2022-09-08 10:13:09 -05:00
benthecarman
8bbfbc89d7
Add handling so test lnd clients can be reached by docker ( #4729 )
...
* Add handling to test lnd clients can be reached by docker
* Subsitute during config construction instead in call credentials
2022-09-08 08:07:39 -05:00
Chris Stewart
26595ab3ac
Fix bug where no exception was thrown if the acceptor did not have enough money ( #4728 )
...
* Fix bug where no exception was thrown if the acceptor did not have enough money
* Revert ContractInfo.max definition, fix bug in acceptDLCOffer
* Fix incorrect usages of ContractInfo.max
* Refactor ContractInfo.max -> ContractInfo.maxOfferorPayout
* Fix dlc.md
2022-09-07 19:08:27 -05:00
benthecarman
018a6e58ee
Add [regtest] section to fixture config ( #4717 )
2022-09-07 05:56:55 -05:00
benthecarman
6bfb669343
Update akka deps ( #4724 )
2022-09-06 19:32:23 -05:00
Chris Stewart
1571b85819
Bump tor timeout to 120 seconds ( #4723 )
2022-09-06 16:41:45 -05:00
Chris Stewart
6b432ea509
Emit 2000th header received during IBD ( #4719 )
2022-09-06 14:24:03 -05:00
Chris Stewart
06844bcd13
Make docker publish use java 18 to avoid slick 3.4.0 issues ( #4718 )
2022-09-06 13:41:29 -05:00
Chris Stewart
fd7bef3aa7
Try out slick 3.4.0-RC3 ( #4620 )
2022-09-06 12:27:36 -05:00
Chris Stewart
d2fb3fc150
Revert "Make electron build use bitcoin-s-ts latest tag ( #4701 )" ( #4711 )
...
This reverts commit 38725f0155
.
2022-09-06 11:24:56 -05:00
Chris Stewart
a36e55c892
Fix patterns I missed when updating logback ( #4713 )
2022-09-06 10:41:32 -05:00
benthecarman
2cfd6f3591
Allow for custom config file name ( #4709 )
2022-09-05 16:04:25 -05:00
Chris Stewart
2bf1c9d1a5
Try to debug what is happening on CI with zmq test ( #4708 )
...
* Try to debug what is happening on CI
* Turn off logging
* Fix compile errors
* try to add sleep to get zmq started
* Cleanup
* Empty commit
2022-09-05 13:23:10 -05:00
Chris Stewart
3ad43a8f86
ignore jakarta dependnecy in logback ( #4707 )
2022-09-05 08:38:50 -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
rorp
2448fe13e8
Revert the unique outpoint index DB migration ( #4652 )
...
* Revert the unique outpoint index DB migration
* fix tests
Co-authored-by: Chris Stewart <stewart.chris1234@gmail.com>
2022-09-04 10:24:30 -05:00
Chris Stewart
328e1653a9
Drop support for scalac 2.12.x
( #4704 )
...
* Drop support for scalac 2.12.x
* Turn logging level OFF
* Remove more 2.12.x files
2022-09-03 10:16:22 -05:00
benthecarman
1758197d58
Remove bitcoind as a dep for lnd ( #4703 )
2022-09-02 17:24:38 -05:00
user411
38725f0155
Make electron build use bitcoin-s-ts latest tag ( #4701 )
2022-09-02 12:46:15 -05:00
Chris Stewart
669eb03f93
2022 09 02 issue 4699 ( #4700 )
...
* Get version names right
* fix snapshot bug on docker settings
* Add getSimpleOSName
2022-09-02 11:56:38 -05:00
Chris Stewart
42ef5d15b6
Update release notes through 1.9.2 ( #4698 )
2022-09-02 09:59:05 -05:00
Chris Stewart
3578b56ea3
Switch base docker image to eclipse-temurin:17 ( #4697 )
2022-09-01 20:06:07 -05:00
rorp
7322186b56
Fix Tor hidden service config ( #4689 )
...
* Fix Tor hidden service config
* default the target list to an empty list
* Scala 2.12 compatibility
* update docs
* Fix typo
Co-authored-by: Chris Stewart <stewart.chris1234@gmail.com>
2022-09-01 16:54:39 -05:00
Chris Stewart
dbcde5d3c7
Fix flaky test ( #4695 )
2022-09-01 13:22:10 -05:00
benthecarman
dac65ca806
Fixes for force closes or failure to close lnd channel ( #4692 )
2022-09-01 07:40:36 -05:00
Chris Stewart
49b2730f8c
revert docker-compose user again as its impossible to create mounted direcotry as non root user ( #4691 )
2022-08-31 18:12:12 -05:00
Chris Stewart
d2f8811a1c
Add log when we are fetching peers to sync with ( #4693 )
2022-08-31 17:39:21 -05:00
benthecarman
80051d4089
Make macaroon path accessible in LndInstanceLocal, add Versioner RPC ( #4688 )
2022-08-31 15:44:14 -05:00
Chris Stewart
15b6e429b2
Update README to use grey's new build-wallet-electron.sh
script ( #4686 )
...
* Update README to use grey's new build-wallet-electron.sh script
* Cleanup website
2022-08-30 17:12:14 -05:00
Chris Stewart
945b3914dd
Remove javafx release ( #4684 )
2022-08-30 12:55:16 -05:00
Chris Stewart
1dede2c061
update release notes through 9353c41e8f
( #4685 )
2022-08-30 12:42:11 -05:00