Replies: 0 comments 24 replies
-
What's the recommended way to serialize/deserialize the channel manager? |
Beta Was this translation helpful? Give feedback.
-
I was trying to ramp up on the Building a Node in Rust and creating a // Here, Rust won't allow `Filter` which is a `Sized` trait object. It must be wrapped inside `Box<dyn Filter>` perhaps
let filter: Option<Filter> = None;
// Rust needs an explicit type annotation for `chain_monitor` here.
let chain_monitor = ChainMonitor::new(
filter,
&broadcaster,
&logger,
&fee_estimator,
&persister
); rust version 1.53.0 |
Beta Was this translation helpful? Give feedback.
-
Referring to the home page's section that says Mobile First:
Is it implying that the Java and Swift binding can run the lightning node on the mobile device? |
Beta Was this translation helpful? Give feedback.
-
Missing Generics for Struct
|
Beta Was this translation helpful? Give feedback.
-
What is the relationship with this repo and rust-lightning? Where does rust lightning stop and ldk begin? |
Beta Was this translation helpful? Give feedback.
-
What is the strategy for writing new language bindings? Is the goal to have them auto generated from rust, or is there cases where things would need to be partially / fully re-implemented in the new language? |
Beta Was this translation helpful? Give feedback.
-
Please post each question in a dedicated comment. Then we can use replies to each comment to discuss and answer.
Beta Was this translation helpful? Give feedback.
All reactions