Pinned
310 contributions in the last year
Less
More
Activity overview
Contributed to
rust-bitcoin/rust-lightning,
lightningdevkit/lightningdevkit.org,
valentinewallace/ldk-tutorial-node
and 5 other
repositories
Contribution activity
April 2021
Created 9 commits in 2 repositories
Created a pull request in rust-bitcoin/rust-lightning that received 7 comments
Invoices crate
Add the invoices crate to Rust-Lightning. cc @sgeisler We've had some user requests for using these features to RL language bindings, so the first …
+3,480
−1
•
7
comments
Opened 6 other pull requests in 2 repositories
rust-bitcoin/rust-lightning
1
open
3
merged
1
closed
lightningdevkit/lightningdevkit.org
1
open
Reviewed 13 pull requests in 2 repositories
rust-bitcoin/rust-lightning 12 pull requests
- Fix size check in Vec<Signature> serialization + use consts
- Add method to note transaction unconfirmed/reorged-out
- Fix benchmark compile warnings and errors
- Prep lightning-persister for export in the C bindings
- Adds lightning message signing/verification/pk_recovery
- Log the node generating an onion error
- persister: Expose method to read ChannelMonitors from disk
- Invoices crate
-
Switch to a max counterparty's
dust_limit_satoshisconstant - Add flag to indicate when a payment was rejected by the first hop
- Take the full funding transaction from the user on generation
- Add a simple send-funds benchmark in channelmanager