Scala Steward
a2a3eb187f
Update sbt-mdoc to 2.3.6 ( #4839 )
2022-10-15 07:52:35 -05:00
Chris Stewart
2a617558dd
Fix type signature ( #4830 )
2022-10-15 07:14:34 -05:00
Chris Stewart
6683259652
Try upgrading clightning tests to newest bitcoind ( #4829 )
2022-10-15 07:13:42 -05:00
Chris Stewart
9f53b4e572
Add address type to createmultisig
bitcoind rpc ( #4828 )
...
* Add address type to createmultisig rpc
* Fix tests
* Fix UtilRpcTests
2022-10-13 15:55:00 -05:00
Chris Stewart
994ee25733
Fix empty witness from companion object to case class ( #4823 )
2022-10-12 08:59:31 -05:00
Chris Stewart
e73b328833
Prepare for 1.9.6 ( #4820 )
2022-10-09 11:12:43 -05:00
rorp
de43dadf52
Network notifications ( #4774 )
...
* Network notifications
* add more tests
* don't drop futures on the floor
* Improve logging, don't drop futures on floor
* scalafmt
* add error messages to the failure notifications
* update unit tests
Co-authored-by: Chris Stewart <stewart.chris1234@gmail.com>
2022-10-09 07:46:13 -05:00
Chris Stewart
718053668d
2022 10 07 node test fixes ( #4819 )
...
* Add CachedBitcoindPairNewest
* Try to get ReConnectionTest to use test fixtures
* Empty commit to run CI
2022-10-07 09:49:25 -05:00
Chris Stewart
62081a43ec
2022 10 05 Delete legacy DLCSerializationVersion.Alpha
DLCs for a cleaner upgrade to v0 spec ( #4817 )
...
* Delete alpha DLCs
* Get alpha migration working
2022-10-07 07:13:32 -05:00
Chris Stewart
c075112db5
Upgrade sbt to 1.7.2 ( #4818 )
2022-10-06 10:09:04 -05:00
rorp
ddc672cc46
Fix unconfirmed -> confirmed state change ( #4816 )
...
* Fix unconfirmed -> confirmed state change
* refactor
Co-authored-by: Chris Stewart <stewart.chris1234@gmail.com>
2022-10-06 07:06:18 -05:00
Chris Stewart
eb5924ba94
2022 10 03 1.9.5 release notes ( #4813 )
...
* add new commits
* Bump versions
* update release notes
* Update release notes
2022-10-03 14:34:36 -05:00
Chris Stewart
eb5310f312
Use ByteVector.compare rather than rolling our own ( #4814 )
2022-10-03 13:11:30 -05:00
Chris Stewart
712bb50f88
1.9.5 of the website ( #4812 )
2022-10-03 10:24:12 -05:00
benthecarman
6d0c768975
Compare bytes when comparing ScriptWitnesses ( #4521 )
2022-10-02 19:19:18 -05:00
Chris Stewart
73200b64bf
re-order RPC command order to have commands first that do not depend on tor ( #4811 )
2022-09-30 17:06:17 -05:00
Chris Stewart
12f35ddad3
Add initial release notes for 1.9.5 ( #4810 )
2022-09-30 14:58:57 -05:00
Chris Stewart
e8ebcf55cd
Fix bug where signatures were out of order from what was posted in the announcement ( #4809 )
2022-09-30 14:00:14 -05:00
Chris Stewart
34e023e93f
2022 09 29 handle unordered sigs ( #4807 )
...
* Get unit tests passing for unordered nonces/signatures
* Get v0 oracle announcements working again on listannouncements
* Add unit test to make sure we can still validate signatures for attestments with nonces out of order
2022-09-29 11:43:50 -05:00
Chris Stewart
2c85f92b18
Fix bug in DualWalletTestCachedBitcoind
where we didn't pass pgUrl
( #4806 )
...
* Fix bug in DualWalletTestCachedBitcoind where we didn't pass pgurl
* Revert logging LEVEL
* Move nodeTest/test too last as it is always failing preventing running of other test suites
2022-09-27 15:11:48 -05:00
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