Rusty Russell

Results 101 issues of Rusty Russell

This does a pile of updates: - Remove x-only pubkeys from offers. - Update onion message and blinded payments to latest spec - Implement forwarding of blinded payments This PR...

protocol

Multiple 0.12 reports of gossip_store getting discarded on startup. Both cases I looked at contained duplicate private channel updates (which we detect and consider to invalidate the store: the first...

bug
gossip

Wumbo for all!

good first issue
protocol
config

### Issue and Steps to Reproduce Offers currently reveal your node_id; there should at least be an option to not do that. This involves: - [ ] Implement routehints via...

offers

This is a "can't fail!" close protocol, as discussed at the NY Summit, and on @Roasbeef's wishlist. It's about as simple as I could make it: the only complexity comes...

Removed: - initial_routing_sync (only had an effect if gossip_queries not supported) - option_anchor_outputs (only supported by older experimental-only CLN builds) I looked at all node_announcements on my node. There are...

Hi! I'm trying to ensure nodes see the full invoice they're paying, but as of now that's not possible with the current LndHub protocol, since you only hand the bolt11...

Don't require us to be fully synced with bitcoind before we allow certain operations: 1. Allow outgoing HTLCs immediately. 2. Wait for openchannel_init/openchannel_bump/fundchannel_start instead of failing. 3. Use bitcoind's height,...

Ok, this lets plugins support `check` on their commands, and also lets `setconfig` support check. Previously these would always trivially "pass", now they actually check. autoclean is upgraded to improve...

LDK in some configurations gets upset. @bluematt suggested we repurpose this bit slightly to mean "I have no useful gossip". I've updated the BOLT feature deprecation https://github.com/lightning/bolts/pull/1092 I would like...