515 Commits (master)

Author SHA1 Message Date
niftynei ea95ad9c12 fund/utxopsbt: flag 'excess_as_change' to add a change output for excess 4 years ago
Rusty Russell f3159ec4ac pytest: detect warnings, too. 4 years ago
Michael Schmoock c8198d9820 pyln-testing: add `scids` param to `wait_for_htlcs` 4 years ago
Michael Schmoock d76ca6ed35 pyln-testing: improve `wait_for` a bit 4 years ago
Rusty Russell 3c5502426b lightningd: addgossip API to inject gossip messages. 4 years ago
Christian Decker a5f16ab5b1 pyln: Catch OSError when cleaning up test directories 4 years ago
Christian Decker ea67710e01 pyln: Pretty print RPC calls in the testing framework 4 years ago
Christian Decker cd9aa267b4 pyln: Adjust maximum load allowed by the throttler 4 years ago
Christian Decker 4c3ee04bb7 pyln: Use a fair FS lock to throttle node startups 4 years ago
Christian Decker fc677e331a pyln: Update dependencies for all pyln packages 4 years ago
Christian Decker b447944285 gci: Add a tester Dockerfile 4 years ago
Christian Decker 6bed85bac2 pyln: Bump pyln version to 0.9.3 before publishing on PyPI 4 years ago
Christian Decker 483579f8b6 pyln: Pin the mypy dependency to 0.790 since 0.800 has a regression 4 years ago
nicolas.dorier 3105a7a204 Fix dockerfiles 4 years ago
niftynei ea1895fc1e pyln-tests: tweak `fundbalancedchannel` to assume peer will match 4 years ago
niftynei f4b7904ce5 tests: don't enforce daemon name on opening logline 4 years ago
niftynei 3c1d90086f pyln-testing: add 'config' method to a node 4 years ago
Christian Decker a91254de11 pyln: Add ammag key to onion keyset 4 years ago
Rusty Russell 1a8978100e invoice: add ctlv option. 4 years ago
Christian Decker b6650425b9 pyln: Add notifications support to LightningRpc 4 years ago
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