Jeffrey Czyz

Results 15 issues of Jeffrey Czyz

### Description Styling a paper-dropdown-menu with custom properties no longer works in v2.0.0. ### Expected outcome Custom styles are applied to the paper-input-container. ### Actual outcome Custom styles are not...

Replace uses of char* with void* in Arena's member variables. Instead, cast to char* where needed in the implementation. Certain compiler environments disallow std::hash specializations to prevent hashing the pointer's...

Utils/log/libs

The state machine is mentioned but isn't well defined. Give a brief description where it is introduced.

There is a heading called "Fixed-length-tuples" which talks about "Fixed-length-types". Additionally, it is difficult to make out what the user should take away from this section. The wording may need...

The term 'binding' is used but is not introduced. Define what language bindings are and why they are important.

Add support for creating a compact `BlindedPath`, which consists of: - using an SCID instead of a node id in `BlindedHop::encrypted_payload` - using `IntroductionNode::DirectedShortChannelId` The first is accomplished by specifying...

This issue tracks LDK changes needed to add BOLT12 in Fedimint, which has the following requirements: - Use a federation-provided `payment_hash` when creating a `Bolt12Invoice` - Use the federation pubkey...

BOLT 12 defines a compact representation for `BlindedPath`s, which uses `short_channel_id` in place of `next_node_id` for use in an `OnionMessage` packet's hop data: https://github.com/lightning/bolts/pull/798/commits/ba2b95a98a415a24c27685a34648c1f64468a4bf Additionally, the blinded path's introduction node...

Work in progress split out from #2781. ## Summary by CodeRabbit - **New Features** - Enhanced payment relay capabilities with new conversion logic. - Implemented additional functions for feature management...

Docs on setting up multi-node receive are needed (i.e., phantom node / payments). Should discuss: - Why multi-node receive is useful and when it should be used - Using `PhantomKeysManager`...