Popular repositories
-
-
-
-
rust-lightning-bitcoinrpc Archived
See https://github.com/lightningdevkit/ldk-sample instead.
-
Forked from bitcoin/bitcoin
Bitcoin (dont fork from here, fork from bitcoin/bitcoin)
1,553 contributions in the last year
Less
More
Activity overview
Contributed to
rust-bitcoin/rust-lightning,
lightningdevkit/ldk-garbagecollected,
lightningdevkit/ldk-c-bindings
and 5 other
repositories
Contribution activity
May 2021
Created 1 repository
Created a pull request in rust-bitcoin/bitcoin_hashes that received 10 comments
Revert "don't export core"
This reverts commit 1b36c27. This broke build of rust-bitcoin. I'm gonna play with it to see if I can get CI to pass without this commit.
+31
−19
•
10
comments
Opened 18 other pull requests in 4 repositories
rust-bitcoin/rust-lightning
8
merged
2
open
1
closed
- Don't return ASCII control characters in HTTP error messages
- Make payments not duplicatively fail/succeed on reload/reconnect
- Ensure payments don't ever duplicatively fail/succeed on reload
- Avoid persisting a ChannelManager after each timer tick and send update_channel re-enable messages
- Increase the timeout for RPC responses from Bitcoin Core
- Always log_info when we broadcast a transaction, including the txid
- Rebroadcast channel_announcements when we broadcast a node_announce
- Add flags for if a channel is pub and funding txo in ChannelDetails
- Correct MIN_FINAL_CLTV_EXPIRY to match our enforced requirements
- By default sort network addrs before inclusion in node_announcements
- Bump versions to 0.0.14, lightning-invoice 0.5
lightningdevkit/ldk-sample
3
merged
lightningdevkit/ldk-c-bindings
3
merged
lightningdevkit/ldk-garbagecollected
1
open
Reviewed 26 pull requests in 7 repositories
rust-bitcoin/rust-lightning 16 pull requests
- Avoid persisting a ChannelManager after each timer tick and send update_channel re-enable messages
- Clean up and more liberally free holding cell HTLCs (without re-entrancy)
- Correct default invoice expiry
- Background processing of ChannelManager and ChannelMonitor events
- Don't return ASCII control characters in HTTP error messages
- Return more error details on http's read_response
- Anchor-outputs (1/3): Refactoring chain backend to extract PackageTemplate
- Make payments not duplicatively fail/succeed on reload/reconnect
- Rebroadcast channel_announcements when we broadcast a node_announce
- Increase the timeout for RPC responses from Bitcoin Core
- Add flags for if a channel is pub and funding txo in ChannelDetails
- Always log_info when we broadcast a transaction, including the txid
- Correct MIN_FINAL_CLTV_EXPIRY to match our enforced requirements
- Hide InvoiceFeatures behind InvoiceBuilder API
-
Switch to a max counterparty's
dust_limit_satoshisconstant - Initial support for no_std platforms