Chris Stewart
ecf2d2ba2c
Fix bug where we were generating too many nonces ( #4805 )
2022-09-27 12:01:43 -05:00
Chris Stewart
8d91abd678
Add signature ordering to ClaimedDLCStatus.oracleSigs
( #4804 )
...
* Add signature ordering to ClaimedDLCStatus.oracleSigs
* fix bug
2022-09-27 09:43:37 -05:00
Chris Stewart
9c506b639f
Add OrderedSchnorrSignatures, use it in OracleAttestment ( #4803 )
...
* Add OrderedSchnorrSignatures, use it in OracleAttestment, propagate it threw the codebase
* Small cleanups
* Add SortedVecFactory
* Fix test case with out of order nonces
2022-09-26 19:35:04 -05:00
Chris Stewart
a1fad6bcc4
Fix bug where postgres tests weren't running on dlcWalletTest/test
( #4801 )
...
* Fix bug where postgres tests weren't running on dlcWalletTest/test, fix postgres bugs
* Simplify and add a comment
* fix dbCommonsTest/test
* Cleanup
2022-09-24 14:51:14 -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
benthecarman
87664a3824
Error on invalid download of binaries ( #4798 )
2022-09-23 06:19:25 -05:00
benthecarman
9179fe1794
Add way for to handle utxo not existing with bitcoind.getTxOut ( #4797 )
2022-09-23 06:18:31 -05:00
Chris Stewart
4cb47c4ef4
Remove event descriptor parameter from SigningVersion.calcOutcomeHash() ( #4796 )
2022-09-23 06:17:38 -05:00
benthecarman
9518826882
Add blockheight to bitcoind's ListTransactionsResult ( #4795 )
2022-09-22 17:15:51 -05:00
benthecarman
75b034d6e0
Add socket address to NodeUri ( #4794 )
2022-09-20 16:35:04 -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
benthecarman
c0443a972d
Have EmbeddedPg check PG_ENABLED value ( #4791 )
2022-09-20 06:55:40 -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
benthecarman
cf9f48c221
Set db auth in slick db config ( #4781 )
2022-09-16 10:11:42 -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
48aed46921
Update sbt-scalajs-bundler to 0.21.0 ( #4733 )
2022-09-15 20:22:11 -05:00
Scala Steward
9287f00a84
Update sbt-bloop to 1.5.3 ( #4732 )
2022-09-15 20:21:20 -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
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