515 Commits (master)

Author SHA1 Message Date
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
Christian Decker ae9753df3a travis: Specify pytest-rerunfailures==9.1 to avoid regression 4 years ago
Christian Decker d5d41ef1a0 pyln: Remove any logging handlers at teardown to avoid logging error 4 years ago
fiatjaf 9c838cf953 pyln-client: listpayments -> listpays 4 years ago
Christian Decker 6f870dfe39 pytest: Don't give up on the first psql connection error 4 years ago
Christian Decker 9021bb26d1 pyln: Decode process output once before storing it 4 years ago
Christian Decker b6053d7cd6 Fix pytest major version 4 years ago
Christian Decker 66dc3ed665 pyln: Add pytest to type ignores 4 years ago
Christian Decker 8d8b807793 pytest: Make LightningNode.fund_channel more resilient 4 years ago
Christian Decker cafaad741b pyln: Add type-annotations to pyln-proto 4 years ago
Christian Decker c498f949cc pyln: Add mypy typing exceptions for external dependencies 4 years ago
Christian Decker 1d2c2b6aaf pyln: Parametrize and unify Makefiles for pyln package 4 years ago
Christian Decker 5809cc41f4 pytest: Reduce the db_provider fixture scope to function 4 years ago
Christian Decker 7e99a3b5fd pyln: Allow the base test directory to contain some files 4 years ago
Christian Decker aeb5f969e2 pyln: Start each postgres DB in its own sub-directory 4 years ago
Antoine Poinsot 3382dafaee configure: allow to run clang with ASAN 4 years ago
Christian Decker a351b9bf2f pyln: Migrate from binascii.hexlify to bytes.hex 4 years ago
Christian Decker 04462f6a64 pyln: Add code to unwrap an encrypted onion at the intended node 4 years ago
Christian Decker e8dcd59b24 pyln: Add a warning that pyln-proto is not safe for production use 4 years ago
Christian Decker 96b182a084 pyln: Implement sphinx onion packet generation in python 4 years ago
Christian Decker 668debb74f pyln: Rename LightningNode.fund_channel to fundchannel 4 years ago
Christian Decker 8ecb157af6 pyln: Add type annotations to lightning.py 4 years ago
Christian Decker 49ec800a07 pyln: Add type-annotations to plugin.py 4 years ago
Christian Decker d27da4d152 pyln: Fix two formatting string not matching parameters 4 years ago
Christian Decker 748caf91d3 pyln-client: Add support to monkey patch the JSONEncoder 4 years ago
Christian Decker 382230509b pyln: Add stubs to generate documentation for pyln-client 4 years ago
Rusty Russell 0a50301d51 pytest: don't test for memleaks under valgrind. 4 years ago
niftynei d0e42e2c36 contrib: make bitcoin polling and gossip propagation snappier 4 years ago
Christian Decker a88073f6fb repro: Add missing Dockerfiles 4 years ago
Sergi Delgado Segura f1d5fdf323 pyln: Sets remote_pubkey for LightningConnection if node is not the initiator 4 years ago
Christian Decker f5dd393113 pyln: Bump proto version to match pyln-bolt* 4 years ago