5731 Commits (48df6c856610d0e96cd3e098a740741fae38658d)
 

Author SHA1 Message Date
Rusty Russell 62918fcb3b gossip_store: avoid gratuitous copy on load. 6 years ago
Rusty Russell 617c23e735 gossipd: use u32 for timestamp. 6 years ago
Rusty Russell 70623076b8 CHANGELOG.md: note lnd-compat fixes 6 years ago
Rusty Russell 0e8945f198 closingd: ignore premature messages here, too. 6 years ago
Rusty Russell 936678701b channeld: handle more random pre-chatter from peers. 6 years ago
Rusty Russell ba41238df9 invoice: allow suffixes. 6 years ago
Rusty Russell 1d6584e733 invoice: change default expiry to 7 days. 6 years ago
Rusty Russell 77b859eaec lightning-cli: don't produce bad JSON if fields contain ". 6 years ago
Christian Decker 27afc804d5 json-rpc: Include received and resolved time to listforward result 6 years ago
Christian Decker 75de2e2f3c wallet: Record the received_time and resolved_time for HTLCs 6 years ago
Christian Decker 2ce9a1e10d wallet: Add `received_time` to `htlc_in` for forwarding times 6 years ago
Christian Decker 06f090c6a5 json: Add timestampt primitives to print timestamps in results 6 years ago
Christian Decker fcf133cd0a db: Add timestamp primitives so we can store them in the DB 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 13b5047a31 closingd: send option_dataloss_protect fields when reestablishing. 6 years ago
Rusty Russell 4811024518 lightingd: optimize json_add_short_channel_id a little. 6 years ago
Rusty Russell 20006b6553 lightningd: speed low-level json formatting. 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 465065691f json_add_hex: wire in at a lower level. 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 4c9d9b2e05 fixup! Use node_id everywhere for nodes. 6 years ago
Rusty Russell a2fa699e0e Use node_id everywhere for nodes. 6 years ago
Rusty Russell b4455d517c common/node_id: new type. 6 years ago
Rusty Russell 837a095d68 pubkey: rename PUBKEY_DER_LEN to PUBKEY_CMPR_LEN. 6 years ago
Rusty Russell 3c13369431 ccan: update to get smaller htable implementation. 6 years ago
Rusty Russell d4ab0592c5 fixup! gossipd: use simple inline array for nodes with few channels. 6 years ago
Rusty Russell b6494c1994 gossipd: use simple inline array for nodes with few channels. 6 years ago
Rusty Russell 417e1bab7d gossipd: use iterator helpers for iterating node channels. 6 years ago
Atis Elsts db2ed9e168 use SCNu64 instead of ld when scanning for a 64-bit value: fixes compilation on Raspberry Pi 6 years ago
Michael Schmoock 0fc9368167 doc: commandline switch min-capacity-sat 6 years ago
Michael Schmoock b0b86c9eb8 test: opening_tiny_channel with min_capacity_sat 6 years ago
Michael Schmoock c7af0c93c9 feat: add min_capacity_sat config value and switch 6 years ago
Michael Schmoock 41dd975aac chore: err_reason for initial_channel_tx initial_commit_tx 6 years ago