8788 Commits (f9aab50ee88cf76d72eaea7124eeebb685d29b6c)
 

Author SHA1 Message Date
Christian Decker 0de7a289cc travis: Add blinker dependency 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 1563bbc2fa pytest: Cleanup test_gossip_ratelimit 4 years ago
Christian Decker 05934724dd pytest: Don't start 3 nodes in test_gossip_ratelimit 4 years ago
Christian Decker cafaad741b pyln: Add type-annotations to pyln-proto 4 years ago
Christian Decker 2a176d2ef7 make: Enable mypy checks on pyln-testing 4 years ago
Christian Decker c498f949cc pyln: Add mypy typing exceptions for external dependencies 4 years ago
Christian Decker e13c435aca make: Set $PYTHONPATH once 4 years ago
Christian Decker 2740f2eccb pyln: Use pyln-client Makefile for checks 4 years ago
Christian Decker 1d2c2b6aaf pyln: Parametrize and unify Makefiles for pyln package 4 years ago
Michael Schmoock 71381eb5be chore: reduce log buffer from 100MB to 10MB 4 years ago
Christian Decker 1afa8b88c9 travis: Re-enable the postgres configuration again 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
Christian Decker 85dd19c9ac travis: Reduce reruns to 2 and early failure on test failure 4 years ago
Jan Sarenik a777d21fb7 pytest: Rename all fund_channel to fundchannel 4 years ago
Rusty Russell 7260d9ea3d plugins: generate list of plugins more atomically, respect V=1 and --quiet. 4 years ago
Rusty Russell 488b32b003 build: run update-mocks. 4 years ago
Antoine Poinsot 3382dafaee configure: allow to run clang with ASAN 4 years ago
Christian Decker 5a87e88ee5 pytest: Add test for failcode conversion 4 years ago
Michael Schmoock 980a9517c6 fix: openchannel_hook log BROKEN on dup close_to 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
Jan Sarenik 0b5e6c5be1 nit: doc/lightningd-config.5: Remove redundancy 4 years ago
Jan Sarenik b1355bf61e Update comment regarding signet using tb now 4 years ago
Dr. Maxim Orlovsky 0b01a5d7c4 Updating signet chainparams for the latest PoW fix 4 years ago
Rusty Russell 924cc04bd2 bolt11: have caller supply preferred chain. 4 years ago
Rusty Russell 1356700e2b bitcoin/chainparams: signet uses the same P2PKH and P2SH version bytes as testnet. 4 years ago
Rusty Russell d5cb0d85b5 utils: use a cleaner pattern to capture wally allocations. 4 years ago
Rusty Russell 66ffd7a73f bitcoin/: neaten use of libwally base58 and bas64 routines. 4 years ago
Rusty Russell 4e67b4fd03 Makefile: work with shasum -a as well as sha256sum. 4 years ago
Christian Decker d9ba39d2cb pytest: Add test for key-value style postgresql DSNs 4 years ago
Christian Decker 1d9e7cf079 db: Add support for key-value pair DSNs in postgresql 4 years ago
Antoine Poinsot 15adcc915f Remove varint typedef for bigsize 4 years ago
Rusty Russell 7db8680530 lightningd: don't hand around partially-assembled channel_info. 4 years ago
Rusty Russell 58f6e316cc lightningd: separate fee_states out of struct channel_info. 4 years ago
niftynei cf2a807d3c dual_open: don't release uc here, it gets freed elsewhere 4 years ago
niftynei db2b013990 dual-fund: call daemon_shutdown only 4 years ago
niftynei 56b3711bbc dual_open: alignment nit 4 years ago
niftynei ed9f661e07 dual_open: memleak problem with fee_states 4 years ago
niftynei 7d836a5945 dual_open_control: nit, reword comment 4 years ago
niftynei aa6420cb58 dual_open: split logic for deserializing a changed vs signed PSBT 4 years ago
niftynei 1f165c00ae psbt_txid: it's possible a psbt may already have the finalized scriptsig 4 years ago
niftynei c5f748e716 dualopend: tiny billboard capitalization change 4 years ago
niftynei 5f6a2c05bd dualopend: check that we're not exceeding max allowable capacity 4 years ago