benthecarman
64bc1367c5
Add listPendingChannels to LND ( #4603 )
2022-08-12 06:23:04 -05:00
benthecarman
ef3bfed1dc
Add ChainNotifier to LND ( #4589 )
2022-08-09 06:27:35 -05:00
benthecarman
678612161b
Fix lnd OutputDetails for outputs that dont have an address ( #4438 )
2022-06-30 08:57:01 -05:00
benthecarman
828d03c727
Fix out of bounds issues with lnd mappers ( #4425 )
2022-06-25 07:27:54 -05:00
benthecarman
0b9190f968
Lnd v0.15.0-beta ( #4419 )
2022-06-24 08:34:54 -05:00
benthecarman
9b1f8924ab
Fix download lnd command ( #4406 )
2022-06-19 07:59:26 -05:00
benthecarman
04802ae239
Add peers rpc to lnd ( #4403 )
2022-06-18 18:42:08 -05:00
benthecarman
45777f2bb0
Fix outPointToChannelPoint to use correct endianness ( #4376 )
2022-06-09 14:29:24 -05:00
benthecarman
54c3f77f8e
Improve lnd test suite reliability ( #4361 )
2022-06-01 14:28:35 -05:00
Nadav Kohen
b80bf4649e
Add HashType to ECDigitalSignature API ( #4320 )
...
* HashType now uses Int instead of Int32
* Moved HashType from core to crypto
* Added HashType helper functions to ECDigitalSignature
* Added tests
* Fixed compile
2022-05-29 18:25:22 -05:00
benthecarman
527e3ae862
Fix lnd sendToRoute for 0 amount invoices ( #4348 )
...
* Fix lnd sendToRoute for 0 amount invoices
* Add unit test
2022-05-23 08:07:30 -05:00
benthecarman
e9582d2145
Update lnd to v0.14.3-beta ( #4347 )
2022-05-19 19:24:01 -04:00
benthecarman
63e8d76dfc
Add ability to get LndInstanceRemote from config ( #4334 )
2022-05-13 09:14:32 -05:00
benthecarman
6845caf778
Make all uint64 types from lnd a UInt64 ( #4332 )
...
* Make all uint64 types from lnd a UInt64
* Make all uint32 types from lnd a UInt32
2022-05-11 05:05:16 -05:00
benthecarman
18c5ded5d3
Check if lnd network config is equal to 1 ( #4330 )
2022-05-10 18:00:53 -05:00
benthecarman
8ff4ee13e5
Use route hints with probing ( #4312 )
2022-05-04 14:50:23 -05:00
benthecarman
16c13568a9
Lnd probing: only update route with mpp record if we can ( #4293 )
2022-04-27 08:34:04 -05:00
benthecarman
b8a984a986
Implement probing in lnd ( #4202 )
2022-04-25 10:50:33 -05:00
benthecarman
95bbb06789
Add lnd invoice client ( #4289 )
2022-04-25 06:45:53 -05:00
benthecarman
587bca87c4
Add router rpc to lnd, use for paying invoices ( #4286 )
2022-04-24 12:31:46 -05:00
benthecarman
5856745398
Add raw funding of psbt to LndRpc ( #4235 )
2022-04-19 07:39:24 -05:00
benthecarman
5c9d64647e
Add PSBT functions for LND ( #4124 )
2022-02-23 10:08:36 -06:00
benthecarman
cff0e84440
Fix get txs for lnd ( #4111 )
2022-02-20 06:40:03 -06:00
benthecarman
44373f8449
Add functions for LND subscription ( #4062 )
2022-02-08 07:20:03 -06:00
benthecarman
afc6a32c62
Update lnd to v0.14.2 ( #4040 )
2022-02-04 06:11:25 -06:00
benthecarman
3ba8fb6dd4
Allow creating invoices with description hash ( #3966 )
2022-01-07 09:56:40 -06:00
benthecarman
f54ed98c74
Add subscribe invoices function to lnd ( #3860 )
2021-12-01 06:53:33 -06:00
benthecarman
cd3006c020
Verify binary download hashes ( #3849 )
...
* Update lnd to v0.14.1
* Verify binary download sha256 sums
2021-11-27 11:51:34 -06:00
benthecarman
09f0ac4657
Update lnd to v0.14.1 ( #3848 )
2021-11-27 11:49:29 -06:00
benthecarman
155301fc1d
Allow lnd remote to work with certificate string ( #3840 )
2021-11-20 18:59:46 -06:00
benthecarman
079fa62073
Lnd v0.14.0 ( #3835 )
2021-11-19 06:55:56 -06:00
benthecarman
98ceddfc22
update lnd to v0.13.3 ( #3720 )
2021-10-04 12:12:10 -05:00
benthecarman
f6169cc3af
Add LndInstanceRemote ( #3710 )
2021-10-02 16:15:40 -05:00
benthecarman
26efbe783e
Add lnd close channel function ( #3692 )
...
* Add lnd close channel function
* Add abandonChannel
2021-09-26 07:18:13 -05:00
benthecarman
e6e1fbdab8
Fix typo for signet LndInstances ( #3690 )
2021-09-26 07:13:35 -05:00
benthecarman
b6f28456e2
Add functions for Lease & Release output functions ( #3677 )
...
* 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 ( #3663 )
2021-09-14 05:51:13 -05:00
benthecarman
74777a9683
Add conversion utils for LndRpcClient ( #3660 )
2021-09-13 07:32:55 -05:00
benthecarman
5089e901bb
Add wallet signing functions ( #3658 )
2021-09-11 07:35:43 -05:00
Shruthii RG
d53f164478
BitcoindRpcClient Improvements ( #3600 )
...
* 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 ( #3483 )
...
* 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 ( #3435 )
2021-07-21 15:19:32 -05:00
benthecarman
639adf1181
Use PaymentHashTag type in LndRpcClient ( #3333 )
2021-06-28 08:26:25 -05:00
benthecarman
fafc564da8
Update LND to v0.13.0-beta ( #3290 )
2021-06-21 16:20:08 -05:00
Chris Stewart
db486163f9
Remove caveat for supressing 2.12.x warnings on lnd rpc ( #3057 )
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 ( #3013 )
2021-05-03 07:11:59 -05:00
benthecarman
b874c1c54d
Add Lnd macaroon to GRPC client settings ( #2996 )
...
* 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 ( #2959 )
2021-04-23 21:38:59 -05:00
Chris Stewart
be14de459e
Fix lnd build warning ( #2899 )
2021-04-13 09:47:12 -05:00
benthecarman
5310efc5aa
Fix parsing comments in LndConfig ( #2864 )
2021-04-06 07:51:32 -05:00