Commit graph

3948 commits

Author SHA1 Message Date
Chris Stewart
7d809bf5df
Remove legacy GUI, this fixes CI merges to master as we no longer use the deprecated notary tool from apple (#4870) 2022-11-01 15:35:18 -05:00
benthecarman
fff7b19e4a
Handle failed getting version of bitcoind (#4869) 2022-11-01 12:16:08 -05:00
benthecarman
5111bccc5e
Add test for another tx that broke lnd/btcd (#4868) 2022-11-01 09:35:42 -05:00
Chris Stewart
24e7bcfd97
Fix race condition in websocket tests for dlc node updates (#4866)
* Fix race condition in websocket tests for dlc node updates

* Empty commit to run CI
2022-10-31 15:53:21 -05:00
Chris Stewart
f8ccead8b4
Upgrade sbt to 1.7.3 (#4867) 2022-10-31 15:37:53 -05:00
Chris Stewart
786f77bfb9
Upgrade sbt ci release to 1.5.11 (#4865)
* Upgrade sbt ci release to 1.5.11

* Fix import names as suggested by Ben
2022-10-31 14:57:19 -05:00
rorp
4c0e6d5201
Drop support for Tor v2 (#4864) 2022-10-30 16:50:16 -05:00
Chris Stewart
47d2d5a711
Bump README versions to 1.9.6 (#4863) 2022-10-27 10:00:28 -05:00
Chris Stewart
ec596ec51b
Enable peer discovery by default (#4862) 2022-10-26 07:36:54 -05:00
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
cc79f9bf86
Update sbt-assembly to 2.0.0 (#4855) 2022-10-24 08:59:22 -05:00
Scala Steward
deaa3c0e9e
Update client3:core to 3.8.3 (#4857) 2022-10-24 08:57:04 -05:00
Chris Stewart
746635a551
Remove v18 from bitcoind-rpc (#4845)
* Remove v18 from bitcoind-rpc

* Remove v18 from bitcoind downloads

* WIP

* Fix submitheader RPC test with v23 bitcoind

* Have join psbt handle randomizing input & output ordering

* Cleanup

Co-authored-by: benthecarman <benthecarman@live.com>
2022-10-23 08:59:18 -05:00
Chris Stewart
63b05e398a
Rework tor exceptions to be more useful (#4854) 2022-10-23 08:12:59 -05:00
Chris Stewart
89a4c9e13e
Improve tor logging (#4853)
* Improve tor logging to so its easier to see where we are failing to connect

* Add logging for success case
2022-10-21 09:48:40 -05:00
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