1156 Commits (d8feec21972369004baf118ddffd1035e1c8d845)
 

Author SHA1 Message Date
Rusty Russell d8feec2197 wire: split onion messages from peer wire messages. 8 years ago
Rusty Russell b6a55a68ea tools/generate-wire.py: handle non-integer enum values. 8 years ago
Rusty Russell 2057de6d4f tools/generate-wire.py: Apparently OptionParser is deprecated, use argparse. 8 years ago
Rusty Russell 8b72604d4d wire: allow #include directives in csv comments, and unknown structure types. 8 years ago
Rusty Russell b59fe5a2b6 daemon/Makefile: objects depend on wire headers too. 8 years ago
Christian Decker 452656f5a1 base58: Making check-source happy again 8 years ago
Christian Decker 96af89139e base58: Unittests need in-tree libbase58 8 years ago
Rusty Russell a6f98ad02b Makefile: wire objects also depend on CCAN headers. 8 years ago
Rusty Russell 9df0aa7538 libbase58: add autosubmodule rule, move depends to bitcoin/Makefile 8 years ago
Lucas Betschart 5a41439eef Update INSTALL.md 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 f50af430e1 wire: add bool routines. 8 years ago
Rusty Russell 937a62100f generate-wire.py: allow optional typename in csv file. 8 years ago
Rusty Russell 8ad1298f88 generate-wire.py: add enum->name function. 8 years ago
Rusty Russell 54cfbfeba9 generate-wire.py: generate enum in order provided in CSV 8 years ago
Rusty Russell ba9e4f9377 generate-wire.py: allow hex values in csv files. 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 3e044fdd62 generate-wire.py: allow comments. 8 years ago
Rusty Russell bf7fefdc32 generate-wire.py: add memcheck() to towire functions. 8 years ago
Rusty Russell c864b28068 generate-wire.py: don't generate structures, hand in all values. 8 years ago
Rusty Russell 326a9c9477 tools/generate-wire: node_announcement.alias is not an sha256 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 751a0ae5cf check-whitespace: make it quieter. 8 years ago
Rusty Russell 0861ec33a5 check-source-bolt: generalize. 8 years ago
Rusty Russell b4f495fe99 check-source-bolt: don't try to check out if BOLTVERSION is empty or unset. 8 years ago
Rusty Russell 6dc7056625 check-bolt: use new BOLTs. 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 5bd8063ddb type_to_string: make type printing dynamic. 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
Rusty Russell 59ecb3dfea Makefile: don't include tests in TAGS. 8 years ago
Rusty Russell f8344baf64 ccan: update, new modules. 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
Christian Decker 0ed23c46a9 gossip: Implemented routing table sync with newly connected peers 8 years ago
Christian Decker 5ce1f7c2f3 gossip: Set announce timeout to 5 hours 8 years ago
Christian Decker 71a18fdd2e gossip: Trigger announce on channel establishment 8 years ago
Christian Decker e54c0adced gossip: Do not consider half-open connections for routes 8 years ago