1145 Commits (bdc4972df6c2e7472faa66a59356de2e77959356)
 

Author SHA1 Message Date
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
Christian Decker 611f4833c5 gossip: Implemented the staggered broadcast 8 years ago
Christian Decker fca9bf1a16 gossip: Partially sign channel_announcements 8 years ago
Christian Decker d93ce12afa gossip: Broadcasting and handling gossip messages 8 years ago
Christian Decker 6363dd5ff6 gossip: Update to new spec version 8 years ago
Christian Decker e8d68757f6 gossip: Tracking tx index in topology 8 years ago
Christian Decker 57d5ae96a4 routing: Added channel_id and directions to connections 8 years ago
Christian Decker 9f846925b3 bitcoin: Add comparison between pubkeys 8 years ago
Christian Decker db481d881a proto: Added handling for nested packets 8 years ago
Christian Decker 1c4d4f8c91 proto: Added nested_pkt 8 years ago
Christian Decker 811fab4850 trivial: Add `addresses` field to generate-wire.py 8 years ago
Rusty Russell a44e4fb631 daemon/json, test/test_protocol: avoid gcc -O warnings. 8 years ago