332 Commits (8cf4bd902bb10689000d533d87af14a0b71f6e3c)

Author SHA1 Message Date
Rusty Russell 38d2899fbb common/per_per_state: generalize lightningd/peer_comm Part 1 5 years ago
Rusty Russell cb9c44ef27 gossipd: remove unnecessary dev_unknown_channel_satoshis arg. 6 years ago
Rusty Russell eda5314cb5 tools/generate-wire.py: handle optional variable-length fields. 6 years ago
Rusty Russell 7ede5aac31 gossip_store: change format so we store raw messages. 6 years ago
GreenAddress fb07265663 remove libbase58, use base58 from libwally (#2594) 6 years ago
Christian Decker 62e1423968 fixup! tools/bench-gossipd.sh: make it work (where possible) with DEVELOPER=0 6 years ago
Rusty Russell b248bb155a tools/bench-gossipd.sh: make it work (where possible) with DEVELOPER=0 6 years ago
Rusty Russell 1ccfbef4e7 tools/bench-gossipd.sh: make sure we wait for gossipd to startup sync. 6 years ago
Joe Netti 902bb22a92 devtools/create-gossipstore: cleanups 6 years ago
lisa neigut 8326f6a35c wire-gen: put tlv's after subtypes 6 years ago
lisa neigut 560f45cd7f wire generator: reverse subtype struct order 6 years ago
lisa neigut 0ce287d52e tlvs: include correct reference for nested objects 6 years ago
Rusty Russell 981fa68fe0 tools/bench-gossipd.sh: fix routing. 6 years ago
lisa neigut f2ecf8e9c3 wire-gen: simplify if statement 6 years ago
lisa neigut 88786b8f7a wire gen: add subtypes to printwires 6 years ago
lisa neigut 51438cef21 wire gen, tlv: fixup broken methodname when tlvs are around 6 years ago
lisa neigut 0443b464ad wire gen: add in correct printing for arrays of subtypes 6 years ago
lisa neigut 2e8768a279 wire-gen: rename 'is_tlv' to 'is_embedded' etc 6 years ago
lisa neigut e31111d70b subtypes: fixup context reference for subtypes 6 years ago
lisa neigut 97b938a469 gen: fixup unescaped \n in printwire declaration for tlvs 6 years ago
lisa neigut a385d1de4c subtype: update parser to understand non-'$' csv output 6 years ago
lisa neigut 803b161d7e subtypes: add flag to include subtype wire functions to header file 6 years ago
lisa neigut e8a10b019d gen: move an error check to catch all instances of failure 6 years ago
lisa neigut 48078f7572 tlv: fixup deref for embedded structs on fromwire 6 years ago
lisa neigut 37d6545191 subtypes: add some parsing for subtypes, so that it passes 6 years ago
lisa neigut 94395c6a9a tlv: remove requirement of having tlv_name 6 years ago
lisa neigut de2fb7c9ef tlv: move tlv-specific message functions 6 years ago
lisa neigut 86a099a62f wire-gen: initial start on subtypes 6 years ago
lisa neigut e4658c241e tlv: break out TLVs into new subclass 6 years ago
Rusty Russell dc6d53e787 lightningd: don't bother pretty-printing JSON. 6 years ago
Rusty Russell 5009d628a3 lightning-cli: do pretty-printing. 6 years ago
Rusty Russell 0b484b111e gossipd: make more compact getchannels entries. 6 years ago
Rusty Russell 91849dddc4 wire: use struct node_id for node ids. 6 years ago
Rusty Russell fbb494fba3 devtools/create-gossipstore: clean up enough to pass check-source. 6 years ago
Rusty Russell 891ee20a59 tools/bench-gossipd.sh: rough benchmark for gossipd and the million channels project 6 years ago
lisa neigut ed1223492b tlvs: add methods for decodemsg utility 6 years ago
lisa neigut bad0ac6ed6 tlv: use `var_int`s for size of messages 6 years ago
lisa neigut 1213f44071 tlv: adapt to work with new output format 6 years ago
lisa neigut df9774c2be tlv: fixup FIXME -- remove comments + use includes 6 years ago
lisa neigut 5d8b059ccc tlv: free intermediate messages when they're created 6 years ago
lisa neigut 4afcc2e5a8 tlv: fixup parsing for multi-message tlv's 6 years ago
lisa neigut d0f50c8690 tlv: fail if parsed length doesn't match packet length 6 years ago
lisa neigut 28c3f9ca21 tlv: don't crash when you fail to parse the TLV 6 years ago
lisa neigut d8738452ed tlv: it's ok to be odd 6 years ago
lisa neigut b89ea071e8 tlv: allocate tlv structs from within 6 years ago
lisa neigut 5aea65b463 tlv: make message sizes u8 not u16 6 years ago
lisa neigut d6332997bd tlv: remove leading '_' from things 6 years ago
lisa neigut aba4e161ce tlv: calculate sizeof by measuring message length 6 years ago
lisa neigut 9a23a354fd tlv: consolidate basetype parsing 6 years ago
lisa neigut 6f2e70a6ac tlv: add fromwire_ methods for TLV structs 6 years ago