1231 Commits (8522a5ea64570b53d58afc604366fd18ba139dc4)
 

Author SHA1 Message Date
Rusty Russell 8522a5ea64 struct bitcoin_tx: remove explicit lengths, use tal_len()/tal_count() 8 years ago
Rusty Russell ad82d29379 ccan: update to get tal_len(NULL) 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
Rusty Russell e3d966c102 type_to_string: add channel_id 8 years ago
Rusty Russell a25e2816e9 type_to_string: add secp256k1_pubkey 8 years ago
Christian Decker 66175c7361 Merge pull request #115 from ElementsProject/pytest-pathfix 8 years ago
Rusty Russell 1575181ef5 pytest: don't assume paths of valgrind and bitcoind. 8 years ago
Rusty Russell 1c49af7486 Merge pull request #114 from cdecker/pytest-new 8 years ago
Christian Decker 1948062250 pytest: Using python-bitcoinlib instead of python-bitcoinrpc 8 years ago
Christian Decker 180c96776b pytest: Split the python integration tests into new and legacy 8 years ago
Christian Decker 5f61b3a272 pytest: Separating new lightningd and legacy lightningd RPC client 8 years ago
Christian Decker 091c2fc8f5 log: Flushing logs on each new entry 8 years ago
Christian Decker 7cc5e2fc7a pytest: Added pytest target to Makefile 8 years ago
Christian Decker cf1c03f4d9 pytest: Implemented initial python integration tests. 8 years ago
Christian Decker 41a5e74db9 pytest: Implement utilities for python unittests 8 years ago
Christian Decker cd9bb9b014 contrib: Implemented python RPC client 8 years ago
Christian Decker 3f79a0e117 log: Flushing logs on every line 8 years ago
Rusty Russell 2fb2e757ae doc: add lightning-waitinvoice man page. 8 years ago
Rusty Russell 69079e51a9 doc: move Makefile parts into doc/ 8 years ago
Rusty Russell df59cef3af doc: rename waitinvoice manpage to waitanyinvoice. 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
Christian Decker 3d20cf559a gitignore: Ignoring some of the test-binaries. 8 years ago
Rusty Russell 6bf3c30a10 lightningd/Makefile: fix check-source 8 years ago
Christian Decker b41d71da30 Makefile: Making sure header vars are populated correctly 8 years ago
Rusty Russell 91209d4d66 ccan: forgotten test files after last update. 8 years ago
Rusty Russell 33748bf119 lightningd/Makefile: combine all headers (wire/gen was missing) 8 years ago
Rusty Russell 73d07ce441 libsodium: use our local submodule. 8 years ago
Rusty Russell 1c6e28eaac libsodium: add as submodule. 8 years ago
Rusty Russell 3af081aded Makefile: make all lightningd objects depend on all lightningd headers. 8 years ago
Rusty Russell 1e34e5344d lightningd/lightningd: add getpeers command. 8 years ago
Rusty Russell dc8b174e3a lightningd/lightningd: maintain a per-peer log. 8 years ago
Rusty Russell 83b156517f lightningd/lightningd: maintain "condition" for each peer. 8 years ago
Rusty Russell 7aaffda779 lightningd/lightningd: finish connect command once gossip started. 8 years ago
Rusty Russell c536616bee lightningd/lightningd: wire up lightningd_gossip. 8 years ago
Rusty Russell 1800e84db7 subdaemon: callback to handle subdaemon status updates. 8 years ago
Rusty Russell 21a5c62ead lightningd_gossip: daemon to look after peers which don't a channel (yet) 8 years ago
Rusty Russell 03758af4e1 lightningd/lightningd: create unique ID for each peer. 8 years ago
Rusty Russell bf118f1b86 lightningd/lightningd: add connect command. 8 years ago
Rusty Russell 211491f4d7 lightningd/lightningd: add lightning_handshake. 8 years ago
Rusty Russell 78841456e0 lightningd/handshake: test handshake, produce BOLT 8 test vectors. 8 years ago
Rusty Russell 32e1b5bb06 lightningd/handshake: simple daemon to do BOLT 8 crypto handshake. 8 years ago
Rusty Russell 6f5fed17d8 lightningd/test: simple black-box tests. 8 years ago
Rusty Russell e39d09d5a5 daemon/test/scripts: maek slightly more general for lightningd/lightningd 8 years ago