Commit Graph

3234 Commits

Author SHA1 Message Date
Nadav Kohen
09c2562675
Added WitnessScriptPubKeyV1 for sending to Taproot addresses (#3737)
* Added WitnessScriptPubKeyV1 for sending to taproot addresses

* Add basic serialization test case

* Add basic unit tests around constructing a WitnessScriptPubKeyV1

* Add a generator for witSPKV1

* Add override

Co-authored-by: Chris Stewart <stewart.chris1234@gmail.com>
2021-11-05 12:35:52 -05:00
rorp
21fab4ee70
Improve app server validation error handling (#3796) 2021-11-05 10:03:16 -05:00
benthecarman
cd5451adaa
Add clightning listtransactions func (#3797) 2021-11-05 08:31:24 -05:00
Chris Stewart
aa748c012f
2021 11 03 protocol version (#3793)
* ProtocolVersion WIP

* Start incorporating protocol version into DLC Offer

* Fix doc
2021-11-03 15:13:19 -05:00
Chris Stewart
18726c10bb
Move ValueIterator out of TLVFactory trait (#3794) 2021-11-03 12:13:44 -05:00
Scala Steward
5b8b296059
Update sbt-scoverage to 1.9.2 (#3791) 2021-11-03 06:07:03 -05:00
Scala Steward
8c64c2d094
Update sbt-bloop to 1.4.11 (#3792) 2021-11-03 06:06:27 -05:00
Scala Steward
4f081b9d22
Update akka-http, akka-http-testkit, ... to 10.2.7 (#3790) 2021-11-02 14:00:23 -05:00
Scala Steward
3c2e07d24e
Update junit-interface to 0.13.2 (#3781) 2021-11-01 09:37:12 -05:00
Chris Stewart
92cf042ccb
Expose MnemonicCode.toEntropy() and MnemonicCode.toEntropyWithChecksum() methods (#3786) 2021-10-29 19:34:42 -05:00
Scala Steward
ee348c8a57
Update postgresql to 42.3.1 (#3784) 2021-10-29 14:08:16 -05:00
rorp
e02c9bba12
Overridable Tor config (#3780) 2021-10-27 12:57:10 -05:00
Chris Stewart
6001da3d59
Add documetnation for setting and getting an oracle name (#3782) 2021-10-27 11:23:05 -05:00
Chris Stewart
c5c76ea46b
Add missing markdown files (#3779) 2021-10-25 08:16:23 -05:00
rorp
403c78fd8f
Server Docker config (#3775) 2021-10-25 06:35:02 -05:00
Scala Steward
e5c6c4463c
Update sbt-unidoc to 0.5.0 (#3777) 2021-10-24 03:29:24 -05:00
Scala Steward
21be9241b8
Update sbt-mdoc to 2.2.24 (#3772) 2021-10-21 09:51:47 -05:00
Scala Steward
1310177de4
Update sbt-bloop to 1.4.10 (#3776) 2021-10-21 09:37:44 -05:00
Chris Stewart
6f696cab78
Update website dependencies (#3771) 2021-10-20 08:52:33 -05:00
Chris Stewart
c0f2aa73db
Fix 1.8.0 of website (#3770) 2021-10-20 07:38:08 -05:00
Chris Stewart
01a7c7c838
Make clightning tests execute async (#3768) 2021-10-19 12:18:04 -05:00
rorp
d71208cf0f
Support Eclair v0.6.2 (#3765)
* Support Eclair v0.6.2

* cleanup
2021-10-19 11:46:54 -05:00
benthecarman
6d43d443ba
Initial c-lightning rpc support (#3755)
* Initial c-lightning support

* Respond to review
2021-10-19 10:58:29 -05:00
benthecarman
92ab9faa45
Decide which coin selection solution to use based on waste metric (#3646)
* Decide which coin selection solution to use based on waste metric

* Fix test

* Fix NeutrinoNodeWithWalletTest
2021-10-19 09:47:28 -05:00
Scala Steward
9fe9daaab9
Update postgresql to 42.3.0 (#3766) 2021-10-19 08:25:10 -05:00
Chris Stewart
091114c6dd
Fix typo on mac releases (#3763) 2021-10-17 12:56:24 -05:00
Chris Stewart
be07786171
Update website to 1.8 and bump various versions on README and node agent version (#3762) 2021-10-17 12:24:30 -05:00
Chris Stewart
4f40d9522a
Update release notes with latest commits (#3761) 2021-10-17 08:32:41 -05:00
Chris Stewart
6f54fc543b
2021 10 15 wallet numeric example (#3759)
* Implement payout function reader and tlv points reader/writer

* Add support for numeric contract infos in the createcontractinfo rpc

* Adjust logging level

* Remove unused endpoint

* Add new format to site

* WIP

* Add contract info/offer section

* Start accept section

* Add example to sidebar

* Adjust locktimes on the exmaples to 0
2021-10-15 19:57:01 -05:00
Chris Stewart
7a3497ab9c
2021 10 15 createcontractinfo numeric (#3758)
* Implement payout function reader and tlv points reader/writer

* Add support for numeric contract infos in the createcontractinfo rpc

* Adjust logging level

* Remove unused endpoint

* Add new format to site
2021-10-15 19:56:00 -05:00
Chris Stewart
6c5f8fd84a
2021 10 15 release notes update (#3760)
* Update release notes again

* Update last commit
2021-10-15 19:10:55 -05:00
Scala Steward
335bc13f97
Update akka-actor, akka-discovery, ... to 2.6.17 (#3756) 2021-10-15 10:14:04 -05:00
Scala Steward
a6ee7360c1
Update sbt-assembly to 1.1.0 (#3641) 2021-10-15 07:29:21 -05:00
Scala Steward
7c5967a059
Update breeze-viz to 1.3 (#3550) 2021-10-15 07:26:44 -05:00
Scala Steward
41899e6ad6
Update sbt-ci-release to 1.5.10 (#3754) 2021-10-15 07:25:33 -05:00
rorp
5a5f1e00c7
Store oracle name in the database (#3748)
* Store oracle name in the database

* fix pg tests

* respond to the PR comments
2021-10-14 09:35:11 -05:00
Scala Steward
4b04a54f15
Update sbt-native-image to 0.3.2 (#3752) 2021-10-14 08:31:11 -05:00
Scala Steward
bb8997b6a0
Update sbt-native-packager to 1.9.6 (#3753) 2021-10-14 08:31:00 -05:00
Chris Stewart
80d498d288
Fix bug where getbalances was always retruning sats (#3750) 2021-10-13 14:51:13 -05:00
Chris Stewart
94e219befd
Update getbalance rpcs to return a number rather than a string (#3746)
* Update getbalance rpcs to return a number rather than a string

* Make sure serialized number returned is a javascript number, not string
2021-10-12 15:43:54 -05:00
Chris Stewart
ab8649a6a1
update oracle explorer client to use v2 of the API (#3747) 2021-10-12 15:43:27 -05:00
Chris Stewart
d8722c3f32
Add descriptions for modules that are being updated (#3743) 2021-10-12 10:50:47 -05:00
Chris Stewart
9bcc79c3d0
Update README (#3745) 2021-10-12 10:49:55 -05:00
Scala Steward
87624d7055
Update sbt-scoverage to 1.9.1 (#3741) 2021-10-11 07:48:04 -05:00
Chris Stewart
9668358807
2021 10 04 issue 3715 (#3724)
* WIP

* Setup DLC fixtures to work with bitcoind

* Implement test case for issue 3715

* turn logging back down, add another assertion for making sure funding tx is still unconfirmed

* Make sure we are broadcasting from acceptor

* Cleanup
2021-10-10 07:51:00 -05:00
Shreyansh
99107b61ea
Add PeerDAO (#3738)
* add PeerDAO

* update DbManagementTest expected migration count
2021-10-10 07:50:11 -05:00
Shreyansh
3ffa997cc7
remove fields from BitGoResult (#3739) 2021-10-10 07:48:59 -05:00
Shreyansh
ebdf1e2382
add ControlMessageHandler (#3732) 2021-10-08 16:34:33 -05:00
Scala Steward
779b728834
Update sbt-native-packager to 1.9.5 (#3735) 2021-10-08 16:28:01 -05:00
Chris Stewart
d912665067
Remove cors handler for all requests (#3736) 2021-10-07 14:55:24 -05:00