495 Commits (84b36536060a9ba8795e636a76eb9a92fdb506e3)

Author SHA1 Message Date
Christian Decker 84b3653606 pyln: Add command notification support for plugins 4 years ago
Christian Decker a1d33c3781 pytest: Add a test for `listinvoices` 4 years ago
Rusty Russell d41b383cf7 pyln-testing: suppress mypy on FileLock 4 years ago
niftynei e3a1d1a7f3 pyln-client: to_whole_satoshi returns the rounded up satoshi value 4 years ago
niftynei cce0020568 pyln-client: add missing `min_witness_weight` to fundpsbt/utxopsbt 4 years ago
Christian Decker dbb83a1bc3 pyln: Do not rstrip() the return value of .append() 4 years ago
Christian Decker 1ff57f07f8 pyln: Check that the stderr line is not none in pyln-testing tail 4 years ago
Christian Decker 7e867e5ee6 pytest: Add throttler to limit load on the test system 4 years ago
Christian Decker f2a0a4abfc pyln: Add logging to bitcoind RPC calls 4 years ago
Christian Decker 8b09ac38aa pyln: Log mempool when we generate blocks in BitcoinD fixture 4 years ago
Karol Hosiawa 4a3dec660f Added spent option to listfunds in pyln-client 4 years ago
Rusty Russell 77478408f9 pyln: add RpcException for finer method failure control. 4 years ago
Rusty Russell d971e3de98 Plugin: support extra args to "start". 4 years ago
Rusty Russell 8a9976c4c1 plugins: support concatenation of multiple args. 4 years ago
Michael Schmoock 0a01111395 pytest: check millisatoshi by float raises 4 years ago
Michael Schmoock bd13726db7 pytest: test mul and div units for Millisatoshi 4 years ago
Michael Schmoock fffc343dd7 pyln: fix Millisatoshi div with msat itself 4 years ago
Christian Decker f7cdf1dd98 pytest: Debug test_lockup_drain 4 years ago
Christian Decker 68d08fc7d7 pyln: Add TOR and SOCKS5 support in pyln.proto.wire.connect 4 years ago
Christian Decker eacc54646f pyln: Remove deprecated txprepare variant 4 years ago
Michael Schmoock 362284981d plyn: use math.floor for msat mul and div 4 years ago
Michael Schmoock 565dc95a8e pyln: fix msat float multiplication 4 years ago
Michael Schmoock 2678cfb364 pyln: extend msat floating testcases 4 years ago
Christian Decker 76124eb800 pyln: Replace undecodeable symbols when tailing logs 4 years ago
Christian Decker c9d24b1de2 pyln: Set the prefix in TailableProc 4 years ago
Rusty Russell e4950db9a3 pytest: recreate wallet on bitcoind restart. 4 years ago
Michael Schmoock 7bfb5f10c7 pyln: failing test msat from float str 4 years ago
Michael Schmoock 83a21138b8 pyln: fix msat from float str 4 years ago
Michael Schmoock bdad9fcdd9 pyln: def amount 10**6 for fund- and openchannel 4 years ago
Antoine Poinsot a561360334 pytest: create a wallet for bitcoind if none is present 4 years ago
Rusty Russell fa006fd2f7 pyln-testing: require bitcoin v0.20 for PSBT handling, and create wallet for v0.21 4 years ago
Rusty Russell e16ed0e207 pyln: add support for dependent hooks. 4 years ago
Christian Decker 62f7e646ec pyln: Bump cryptography dependency to 3.2 due to upstream bug 4 years ago
Christian Decker 9a0327cd25 pyln-proto: Add compactsize alias for varint_{encode,decode} 4 years ago
Michael Schmoock 6907e85a39 chore: optimize postgres binary lookup 4 years ago
Rusty Russell 806f208295 pyln: handle (ignore) notifications, and add notify_msg to send them. 4 years ago
Sergi Delgado Segura 9de5f438c4 pyln: Adds type annotations to zbase32 functions 4 years ago
Sergi Delgado Segura 3779c0b6ee pyln: Moves old zbase32 test from primitives 4 years ago
Sergi Delgado Segura f497b90ee8 pyln: Adds tests to zbase32 4 years ago
Sergi Delgado Segura 26f651f71f pyln: Adds one-liner docs to zbase32 functions 4 years ago
Sergi Delgado Segura 1da29305fc pyln: Improve zbase32 encoding / decoding 4 years ago
Antoine Poinsot 31e50c9c25 contrib: remove ASAN suppressions 4 years ago
niftynei 8858ae4f3d df-open: commands to update a PSBT or submit a signed PSBT 4 years ago
niftynei de34f08b82 tests,fundchannel: return the result from the fundchannel rpc call 4 years ago
niftynei ee329f08de test, fundchannel: pass kwargs down to fundchannel command 4 years ago
niftynei 4926c25bb5 fundchannel: take a 'close_to' address 4 years ago
Jan Sarenik 90acf5072d pyln: utils:BitcoinD: add -wallet="test" option 4 years ago
Christian Decker b1aed933e6 pyln: Plugin methods and hooks refuse to set results twice 4 years ago
Christian Decker 556725c5ff pyln: Add logging handler that passes records to lightningd 4 years ago
Rusty Russell a297c1b9a5 pytest: fix overzealous removal of directories on failure. 4 years ago