721 Commits (056f93e2d280575b64dc2e0385ebe8a176fd046f)

Author SHA1 Message Date
Rusty Russell 940053d000 htlc: move enum side crom daemon/channel.h to daemon/htlc.h 8 years ago
Rusty Russell d97e3489a0 daemon/htlc_state: split off from daemon/htlc. 8 years ago
Rusty Russell c6997f15c7 bitcoin/preimage: struct preimage. 8 years ago
Rusty Russell 279f216208 gen_peer_wire_csv: update to latest spec. 8 years ago
Rusty Russell 8522a5ea64 struct bitcoin_tx: remove explicit lengths, use tal_len()/tal_count() 8 years ago
Rusty Russell 8159c4458a bitcoin/script.h: remove struct bitcoin_signature 8 years ago
Rusty Russell 1edce4878d bitcoin/signature.h: remove struct signature. 8 years ago
Christian Decker 091c2fc8f5 log: Flushing logs on each new entry 8 years ago
Christian Decker 3f79a0e117 log: Flushing logs on every line 8 years ago
Christian Decker d6ccf90063 jsonrpc: Renamed `awaitpayment` -> `waitinvoice` -> `waitanyinvoice` 8 years ago
Christian Decker 1a9bfe7be4 jsonrpc: Added `awaitpayment` method 8 years ago
Christian Decker ba83430b5f trivial: Removing unused constant 8 years ago
Christian Decker cae283087d sphinx: Committing the onion packet to the payment-hash 8 years ago
Christian Decker 91b17d45d8 sphinx: Removing last vestiges of the end-to-end payload 8 years ago
Christian Decker 285b8b4698 sphinx: Use libsecp256k1 to generate shared secrets 8 years ago
Christian Decker 679dec3e6a sphinx: Actually use the full pubkey in ECDH key generation 8 years ago
Rusty Russell 6bf3c30a10 lightningd/Makefile: fix check-source 8 years ago
Rusty Russell 73d07ce441 libsodium: use our local submodule. 8 years ago
Rusty Russell e39d09d5a5 daemon/test/scripts: maek slightly more general for lightningd/lightningd 8 years ago
Rusty Russell 015eb072b8 Makefile: split CORE_SRC into CORE_SRC, CORE_TX_SRC and CORE_PROTOBUF_SRC 8 years ago
Rusty Russell a0ac5c276e status: API for status reporting. 8 years ago
Rusty Russell 42f474af18 wire: make lengths of variable fields implied by tal_count() 8 years ago
Rusty Russell 7b1a4fc765 utils: add tal_hex() helper. 8 years ago
Rusty Russell 4a233090ae log: rename struct log_record to struct log_book. 8 years ago
Rusty Russell 350d8edb7e log: don't include dstate any more. 8 years ago
Christian Decker af43cc5e2c makefile: Be more verbose in `check-daemon-headers` 8 years ago
Rusty Russell b59fe5a2b6 daemon/Makefile: objects depend on wire headers too. 8 years ago
Christian Decker 96af89139e base58: Unittests need in-tree libbase58 8 years ago
Lucas Betschart 3e6bb958eb Add libbase58 as git submodule 8 years ago
Rusty Russell bdc4972df6 wire/gen_peer_wire_csv: update to latest spec #2 8 years ago
Rusty Russell d3bdb073b5 wire/gen_peer_wire_csv: update to latest spec #1 8 years ago
Rusty Russell bdaa22e247 generate-wire.py: allow NULL len parameter from fromwire_* 8 years ago
Rusty Russell e076d56709 generate-wire.py: include type bytes in towire/fromwire routines. 8 years ago
Rusty Russell c864b28068 generate-wire.py: don't generate structures, hand in all values. 8 years ago
Rusty Russell a08a2105ea generate-wire.py: generalize, move to tools. 8 years ago
Rusty Russell b7789bf065 Makefile: generalize whitespace check. 8 years ago
Rusty Russell 0861ec33a5 check-source-bolt: generalize. 8 years ago
Rusty Russell c2cc164d6d daemon: disable old BOLT checks. 8 years ago
Rusty Russell 05feefbb8a test: move mockup script outside daemon/ 8 years ago
Rusty Russell d30b67a3fe test: generalize update-mocks 8 years ago
Rusty Russell dec3b9d030 peer: don't ever set up listener on dynamic port. 8 years ago
Rusty Russell 12b30ab4fc jsonrpc: register base on linkage. 8 years ago
Rusty Russell c7b69abdaa type_to_string: move formatting to appropriate files. 8 years ago
Rusty Russell f8eb454139 type_to_string: move pretty printing of types from log 8 years ago
Rusty Russell 756b2a0530 options: --help and --version are early args. 8 years ago
Rusty Russell 93471e06c1 options: return true if we created new directory. 8 years ago
Rusty Russell 038ef0250a options: move option and config code into its own file. 8 years ago
Rusty Russell ca4d03aa2a lightningd_state: move invoices into separate structure. 8 years ago
Christian Decker 570003235e gossip: Fixing minor issues 8 years ago
Christian Decker 95bc8f6987 gossip: Removing origin from staggered broadcast 8 years ago