1082 Commits (c938ebb5c09403b68a205524a1b76da2796a5899)
 

Author SHA1 Message Date
Rusty Russell c938ebb5c0 utils: add a global secp, fix wire to use it. 8 years ago
Rusty Russell 1f447688bc test: make generic driver for unit tests. 8 years ago
Christian Decker ca9fb0376a wire: Removing global secpctx 8 years ago
Christian Decker e40509c6c3 wire: Linking against wire objs 8 years ago
Rusty Russell 36e018161f wire: generate marshal/unmarshal from spec. 8 years ago
Rusty Russell f85f2c6c2d 0.5.2: Fixes and change IRC server. 8 years ago
Rusty Russell 6905cf5e7f README.md: add "upgrade" instructions and add port config for public nodes. 8 years ago
Rusty Russell 0ba93cb948 lightningd: don't listen at all if no port number set. 8 years ago
Rusty Russell fe14b3f4d9 Merge remote-tracking branch 'origin/pr/92' 8 years ago
Rusty Russell 97a155bad5 Merge remote-tracking branch 'origin/pr/97' 8 years ago
Christian Decker 42a33df42e irc: Checking for param count before accessing 8 years ago
Christian Decker 188b3c3e19
sphinx: Fixed a buffer overflow in hmac generation 8 years ago
Christian Decker b2a3e8010f Merge pull request #96 from ElementsProject/minor-sphinx-cleanups 8 years ago
Christian Decker bf81f7af15 Merge pull request #93 from ElementsProject/fix-87-open-too-small-for-fee 8 years ago
Christian Decker 1126499a10 Merge pull request #95 from ElementsProject/fix-91-32-bit 8 years ago
Rusty Russell 41299b679c sphinx: process_onionpacket doesn't modify the packet. 8 years ago
Rusty Russell 423572190b sphinx: use assignment instead of memcpy where possible. 8 years ago
Rusty Russell 6f9dedbe7f sphinx: remove redundant initialization 8 years ago
Rusty Russell 8599d63256 sphinx: add brackets around constant definition 8 years ago
Rusty Russell 88837c20ca Makefile: pass CC through to libsecp256k1 build. 8 years ago
Rusty Russell 5465b61784 json: fix 32-bit build. 8 years ago
Christian Decker 686ff6edef irc: Switched to LFNet.org IRC server 8 years ago
Rusty Russell 94adbd241d json_connect: don't try to double-fail if amount insufficient. 8 years ago
Christian Decker 34b4134cb0 bugfix: Removed spurious printf in peer.c 8 years ago
Christian Decker e5b44ff232 Merge pull request #85 from ElementsProject/whitespace 8 years ago
Christian Decker 2d6a98ee1f Merge pull request #45 from cdecker/travis-ci 8 years ago
Christian Decker 9848b4ac3e travis-ci: Added travis-ci config 8 years ago
Rusty Russell 0d7f6ce25b check-whitespace: add to check-source. 8 years ago
Rusty Russell f5c00deec7 Remove trailing whitespace from source. 8 years ago
Rusty Russell 98910c03f2 check-source: add version to BOLTDIR. 8 years ago
Rusty Russell 716da21f85 chaintopology: reduce how far back we start on testnet. 8 years ago
Rusty Russell ce96812ef0 test.sh: split into multiple scripts. 8 years ago
Rusty Russell fae7f68731 helpers.sh: make check_tx_spend able to check for a specific transaction. 8 years ago
Rusty Russell c6a187a5d7 helpers.sh: set up funding in start_lightningd() 8 years ago
Rusty Russell 9e777ae922 test.sh: move core routines to scripts/helpers.sh 8 years ago
Rusty Russell 973ef3c932 test.sh: move valgrind PREFIX setting to vars.sh 8 years ago
Rusty Russell 700c536a27 Makefile: remove all the old Elements Alpha support. 8 years ago
Rusty Russell bff81c0ecf lightningd: ignore SIGPIPE. 8 years ago
Rusty Russell e7e7345596 peer: fix steal (penalty tx) generation code. 8 years ago
Christian Decker b26afcb3df Merge pull request #83 from ElementsProject/fix-67-crash-on-forget 8 years ago
Rusty Russell 3372645d8e peer_disconnect: simply free if in STATE_INIT. 8 years ago
Rusty Russell c2d71497ff opt, utils: new arg for wrappers due to low-level tal change. 8 years ago
Rusty Russell 9708c7a019 timers: use time_mono, as that's what ccan/timers now wants. 8 years ago
Rusty Russell 74d471d4e4 ccan: update. 8 years ago
Rusty Russell 4bed6c8c67 controlled_time: remove 8 years ago
Rusty Russell c5de5d4c39 timeout: remove absolute timers. 8 years ago
Rusty Russell 3aca5c87e3 init: rebroadcast anchors on restart if we haven't seen them. 8 years ago
Rusty Russell 0f09605e17 test: restore anchor timeout tests. 8 years ago
Rusty Russell 6f360422d4 chaintopology: restore anchor timeout. 8 years ago
Rusty Russell 1fe83f47a9 dev-broadcast: control whether we send out transactions. 8 years ago