benthecarman
1d1af1d52e
Add generate helper function for bitcoind ( #4852 )
2022-10-19 14:22:30 -05:00
rorp
f4fff050f2
Tor 0 4 7 10 ( #4848 )
...
* Tor 0.4.7.10
* update Tor version
* windows binaries
2022-10-18 11:16:42 -05:00
benthecarman
2a30232181
Update lnd to v0.15.3-beta ( #4850 )
...
* Update lnd to v0.15.3-beta
* Add improvements made in #4687
2022-10-18 09:42:37 -05:00
benthecarman
d0dac09ce2
Add AddressType json reader ( #4851 )
2022-10-18 09:41:44 -05:00
benthecarman
8431b697a8
Add test for parsing super large transaction ( #4849 )
2022-10-17 16:08:14 -05:00
Chris Stewart
f483e356cb
Adjust period of time we query for peers on the p2p network from 12 seconds -> 1 hour ( #4847 )
2022-10-17 14:42:14 -05:00
benthecarman
a4e38c30b4
Add helper functions for lnd chain notifications ( #4846 )
2022-10-17 14:41:53 -05:00
Chris Stewart
2482eb939a
remove v17
bitcoind rpc ( #4822 )
...
* remove v17
* fix one error in sign a raw transaction
* try to get BlockchainRpcTest working
* fix MiningRpcTest
* WIP
* Get RawTransactionRpcTest working with v21 of bitcoind
* Fix MiningRpcTest
* Remove println
* Remove prune unit test as i cannot get it to pass on regtest
2022-10-16 12:47:43 -05:00
Scala Steward
db74f69df9
Update sbt-bloop to 1.5.4 ( #4831 )
2022-10-16 10:09:36 -05:00
Chris Stewart
1a220a3937
2022 10 14 v19 testkit refactor ( #4843 )
...
* Break versioning on V19 of bitcoind rpc client in chain handler, use BitcoindRpcClient with V19BlockFilterRpc
* Make NodeTestWithCachedBitcoindNoP2pBlockFilters for test case with unsupported peers
* Fix docs
* Empty commit
* Empty commit
* Turn logging off again
2022-10-15 13:50:44 -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
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