2554 Commits (fdbf2f41b4e4a0ae8f711ad69b25df9bf183e8f9)
 

Author SHA1 Message Date
ZmnSCPxj fdbf2f41b4 generate-wire.py: Add scare comments to output. 7 years ago
practicalswift ab0c26be91 Check return value of json_get_params(...) call in json_getlog(...) and json_getpeers(...) 7 years ago
Rusty Russell 467ca0a996 lightningd: suppress feerate debug messages when nothing changes. 7 years ago
practicalswift c53dfc3fde Check return value of derive_simple_privkey(...) call in hsm_unilateral_close_privkey(...) 7 years ago
practicalswift e8c94c2e29 Check return value of read_all(...) call 7 years ago
William Casarin 5043e201b8 emacs: add .dir-locals.el for linux style C 7 years ago
Rusty Russell 758317387e HACKING.md: describe take() in more detail. 7 years ago
Rusty Russell 9b129f7fb5 doc/HACKING.md: update. 7 years ago
Christian Decker 90527498bc pytest: Do not re-print logs if we failed to find a log entry 7 years ago
Christian Decker d0da8a1035 pytest: Remove unused breakpoint shorthand 7 years ago
Christian Decker 55d2e4b1d0 pytest: Spawn a new bitcoind for each test 7 years ago
Christian Decker 00e75d3d81 pylightning: Bumped version to 0.0.2 7 years ago
ZmnSCPxj 72841056f5 Makefile: Install subdaemons into pkglibexecdir instead of bindir. 7 years ago
ZmnSCPxj e717963210 lightningd: Do not search for ourself in the daemon dir. 7 years ago
ZmnSCPxj 7f88585d84 lightningd: When searching subd fall back to pkglibexecdir. 7 years ago
ZmnSCPxj 1946f0c288 Makefile: Add BINTOPKGLIBEXECDIR macro. 7 years ago
ZmnSCPxj bba8a3cab7 Makefile: Add installcheck target to check installation procedure. 7 years ago
ZmnSCPxj c572c3bbee lightningd: Add --test-daemons-only option. 7 years ago
ZmnSCPxj e559f2cb2e Implement "install" and "uninstall" targets for Makefile. 7 years ago
practicalswift 4bdd2452f2 Make sure fsync, connect and close are never accidentally passed negative arguments 7 years ago
Rusty Russell 795e42d757 chaintopology: fix use-after-free which sometimes causes fatal() in clear_otx_peer 7 years ago
practicalswift dcb4039a96 Check lseek(...) return value 7 years ago
Rusty Russell 0f97b8cf36 subdaemon.c: subdaemon_setup() routine for all daemons. 7 years ago
Rusty Russell a8de8a3140 json_getchannels: add public flag. 7 years ago
Rusty Russell 7975a1cbfc json_getchannels: short_id -> short_channel_id, use standard format. 7 years ago
Christian Decker 5c91a3449a pytest: Add withdraw test after permfail to test unilateral_close 7 years ago
Christian Decker 539c1485f2 hsm: Implement private key derivation needed for unilateral closes 7 years ago
Christian Decker 3db4474465 hsm: Generate fully signed funding transaction in the HSM 7 years ago
Christian Decker d9df831a2f Don't attempt to permute a single input 7 years ago
Christian Decker ce845853b0 hsm: Generate fully signed transactions and return them to caller 7 years ago
Christian Decker 248879e203 wire: Move bitcoin_tx serialization from htlc_wire to wire 7 years ago
Christian Decker 524849bc11 bitcoin: Split pull_bitcoin_tx 7 years ago
Christian Decker 59128a86ee hsm: Make sure to pass close_info along with the UTXO 7 years ago
Christian Decker 37c2873c88 wallet: Store outputs from onchaind in the DB 7 years ago
Christian Decker 0bb264e1a2 wallet: Added unilateral close info to utxo 7 years ago
Christian Decker 8b6ab6a901 wallet: Remember scriptpubkey that we pass to onchaind on init 7 years ago
Christian Decker 5f29a218b7 onchain: Add message to notify about their_unilater/to-us outputs 7 years ago
Christian Decker 85eb743e02 wallet: Detect close transactions and track their outputs in DB 7 years ago
Christian Decker 2a3c9e96f0 txfilter: Expose the txfilter_add_scriptpubkey function 7 years ago
Christian Decker e4e9e22fe8 wallet: Use newindex primitive to generate change key index 7 years ago
Christian Decker 3e0efb6f8d pytest: Avoid leaking stdout fds 7 years ago
Christian Decker b13a972929 gossip: Do not return empty address-objects for getnodes 7 years ago
practicalswift 0865c9f012 Make README.md install instructions consistent with doc/INSTALL.md 7 years ago
William Casarin 96f075c07e readme: note about walletbroadcast 7 years ago
practicalswift d02b890b55 assert(tal_count(log) > 0) in log_to_json(...) 7 years ago
practicalswift 7b80e5b66c Avoid undefined behaviour in eq_var(p1, p2, field) 7 years ago
practicalswift 6757255ba4 Use deterministic command-line ordering when executing lightningd from tests 7 years ago
practicalswift d9266afcda Fix typo: "disonnect" 7 years ago
Rusty Russell 824f8517ac onchaind: fix all_irrevocably_resolved test. 7 years ago
Rusty Russell 05a3db886b peer_control: fix memleak in dev-disconnect. 7 years ago