1
0
Fork 0
mirror of https://github.com/bitcoin-s/bitcoin-s.git synced 2025-03-14 20:01:19 +01:00
Commit graph

19 commits

Author SHA1 Message Date
benthecarman
26efbe783e
Add lnd close channel function ()
* Add lnd close channel function

* Add abandonChannel
2021-09-26 07:18:13 -05:00
benthecarman
e6e1fbdab8
Fix typo for signet LndInstances () 2021-09-26 07:13:35 -05:00
benthecarman
b6f28456e2
Add functions for Lease & Release output functions ()
* Add functions for Lease & Release output functions

* Add test
2021-09-19 07:20:39 -05:00
benthecarman
fd6e0864ac
LndRpcClient: Fix listUnspent only showing unconfirmed utxos () 2021-09-14 05:51:13 -05:00
benthecarman
74777a9683
Add conversion utils for LndRpcClient () 2021-09-13 07:32:55 -05:00
benthecarman
5089e901bb
Add wallet signing functions () 2021-09-11 07:35:43 -05:00
Shruthii RG
d53f164478
BitcoindRpcClient Improvements ()
* Changes in bitcoind-rpc module

* Get things compiling

* Implement BitcoindInstanceRemote & BitcoindInstanceLocal

* Fix doc compile

* bitcoind remote instance test

* rename BitcoindInstanceRemote

* Scalafmt

* Applied requested changes(except one)

* implemented fromConfigFile and fromDataDir for BitcoindInstanceRemote

* implemented fromNetworkVersion

* BitcoindInstanceRemote changes

* Get things compiling

* Add implict type parameter to InstanceFactory

* Fix recursive reference of version <-> getNetworkInfo

* bug fix

* bug fix 2

Co-authored-by: Chris Stewart <stewart.chris1234@gmail.com>
2021-09-07 08:49:01 -05:00
benthecarman
43e0287fed
Package Tor with Bitcoin-s ()
* Tor packaged in Bitcoin-S

* Ensure not a bridge relay

* Respond to review

* Move repeat function
2021-08-10 11:56:17 -05:00
benthecarman
35d2c6db4e
Update LND to v0.13.1-beta () 2021-07-21 15:19:32 -05:00
benthecarman
639adf1181
Use PaymentHashTag type in LndRpcClient () 2021-06-28 08:26:25 -05:00
benthecarman
fafc564da8
Update LND to v0.13.0-beta () 2021-06-21 16:20:08 -05:00
Chris Stewart
db486163f9
Remove caveat for supressing 2.12.x warnings on lnd rpc () 2021-05-10 12:05:44 -05:00
Chris Stewart
8ec93c6632
Add protoc exception for apples new chip arch. This requires protoc to be built manually as they do not natively ship m1 support yet () 2021-05-03 07:11:59 -05:00
benthecarman
b874c1c54d Add Lnd macaroon to GRPC client settings ()
* Add Lnd macaroon to GRPC client settings

* Move to val
2021-04-29 14:12:21 -05:00
benthecarman
07e0b19ec6 Add GetTransactions funciton to lnd () 2021-04-23 21:38:59 -05:00
Chris Stewart
be14de459e Fix lnd build warning () 2021-04-13 09:47:12 -05:00
benthecarman
5310efc5aa Fix parsing comments in LndConfig () 2021-04-06 07:51:32 -05:00
benthecarman
825024fa1a Add sendouputs function to lnd rpc () 2021-04-05 13:56:21 -05:00
benthecarman
4055de7690 Inital LND rpc with some tests ()
* Inital LND rpc with some tests

* Fix ZMQ test

* Correct datadirs

* Most tests

* Fix eclair tests

* Make tests less flaky

* Have CI download lnd

* Respond to some review

* Fix ZMQ tests

* Cached bitcoind for lnd tests

* Fix fixtures, bump timeout

* InstanceFactory & ConfigFactory

* Fix compile issue for 2.12.12

* Move factories to core.api.commons
2021-04-05 04:52:56 -05:00