rust-lightning
2021-03-05 Matt CoralloClarify ChannelManager docs somewhat around full blocks 2021-02-791-order-fix
2021-03-05 Matt CoralloExpand tests to cover serialization with pending backgr...
2021-03-05 Matt CoralloProcess monitor update events in block_[dis]connected...
2021-03-03 Matt CoralloChange ShutdownResult type to better capture the possib...
2021-03-03 Matt CoralloAdd a few notes about deserializing stale ChannelManagers
2021-03-03 Matt CoralloFix indentation in test_htlc_no_detection
2021-03-03 Matt CoralloMove functional tests involving reorgs to reorg_test
2021-03-03 Matt CoralloMerge pull request #646 from naumenkogs/2020-06-router-mpp
2021-03-03 Matt CoralloMerge pull request #819 from TheBlueMatt/2021-03-810...
2021-03-03 Matt CoralloMerge pull request #818 from jkczyz/2021-03-validate...
2021-03-03 Matt CoralloMerge pull request #816 from valentinewallace/remove...
2021-03-02 Gleb NaumenkoDon't underpay htlc_min due to path contribution
2021-03-02 Matt CoralloUpdate docs to use the new deserialization requirements 2021-03-810-rebased
2021-03-02 Valentine WallaceChange ChannelMonitor deserialization to return an...
2021-03-02 Valentine WallaceChange ChannelManager deserialization to return an...
2021-03-02 Gleb NaumenkoMind htlc_minimum_msat when truncating overpaid value
2021-03-02 Gleb NaumenkoUse outbound_capacity_msat from first_hops for routing
2021-03-02 Gleb NaumenkoImplement finding paths for MPP
2021-03-02 Jeffrey CzyzAdd validate_best_block_header utility
2021-03-02 Matt CoralloMerge pull request #814 from TheBlueMatt/2021-03-option...
2021-03-02 Matt CoralloMerge pull request #813 from jkczyz/2021-02-channel...
2021-03-02 Jeffrey CzyzImplement chain::Listen without using RefCell
2021-03-02 Jeffrey CzyzChange Mutex to RwLock in ChainMonitor
2021-03-02 Jeffrey CzyzUse consistent variable naming in ChainMonitor
2021-03-02 Jeffrey CzyzMove ChannelMonitor state behind a Mutex
2021-03-02 Matt CoralloAdd utility constructors to PeerHandler to use a dummy... 2021-03-optional-handlers
2021-03-02 Matt CoralloProvide Dummy routing and channel message handlers...
2021-03-01 Matt CoralloMerge pull request #811 from TheBlueMatt/2021-02-bindin...
2021-03-01 Matt CoralloAdd simple README about our C bindings generation stuff 2021-02-bindings-rust-bump
2021-03-01 Matt Corallo[bindings] Build a wasm32-wasi library in genbindings.sh
2021-03-01 Matt CoralloUpdate auto-generated bindings
2021-03-01 Matt Corallo[bindings] Be explicit when calling trait methods in...
2021-03-01 Matt CoralloFix doc typo introduced in the ChannelKeys->Sign renaming
2021-03-01 Matt Corallo[bindings] Use global context for secp256k1
2021-03-01 Matt CoralloMerge pull request #802 from TheBlueMatt/2021-01-update...
2021-02-28 Matt CoralloMerge pull request #806 from valentinewallace/monitor...
2021-02-27 Matt CoralloRebuild full_stack_target test vector for new secp256k1... 2021-01-update-rust-bitcoin
2021-02-27 Matt CoralloLog full signed remote commitment transaction hex in...
2021-02-27 Matt CoralloRandomize secp contexts for marginally better sidechann...
2021-02-27 Matt CoralloUse lowmemory mode for secp256k1 fuzzing, reducing...
2021-02-27 Matt CoralloUse rust-secp256k1 PR 282 and bitcoin_hashes PR 111...
2021-02-26 Valentine WallaceSimpleArcPeerManager type: remove outer Arc for flexibility
2021-02-26 Valentine WallaceSimpleArcChannelManager type: remove outer Arc for...
2021-02-26 Matt CoralloApply --cfg=fuzzing when fuzzing, as required by new...
2021-02-26 Matt CoralloUpdate rust-bitcoin
2021-02-26 Valentine Wallacepersist: Persist ChannelMonitors in their own directory.
2021-02-26 Matt CoralloMerge pull request #791 from jkczyz/2021-01-spv-client
2021-02-26 Jeffrey CzyzUtility for syncing a set of chain listeners
2021-02-26 Jeffrey CzyzAdd SpvClient used to poll for the best chain tip
2021-02-26 Jeffrey CzyzAdd ChainNotifier and define ChainListener trait
2021-02-26 Jeffrey CzyzAdd ChainPoller implementation of Poll trait
2021-02-26 Jeffrey CzyzDefine a Poll trait as an adaptor on BlockSource
2021-02-25 Matt CoralloMerge pull request #794 from galderz/t_opt_shutdown_any...
2021-02-25 Galder ZamarreñoAdd support for `opt_shutdown_anysegwit` feature #780
2021-02-22 Matt CoralloMerge pull request #803 from TheBlueMatt/2021-02-derives
2021-02-22 Matt CoralloUpdate auto-generated bindings 2021-02-derives
2021-02-22 Matt CoralloAllow cloning NetworkGraphs
2021-02-22 Matt CoralloStandardize trait derives in network graph objects
2021-02-22 Matt CoralloStandardize trait derives in network message objects
2021-02-22 Matt CoralloMerge pull request #799 from TheBlueMatt/2021-02-chansi...
2021-02-20 Matt CoralloFurther rename `chan_keys` variables to `signers` 2021-02-chansigner-rename 2021-02-chansigner-util-fns
2021-02-20 Matt CoralloUpdate C++ bindings demo with new struct naming
2021-02-20 Matt CoralloUpdate auto-generated bindings
2021-02-19 Matt CoralloUse ChannelSigner instead of ChanSigner for type parameters
2021-02-19 Matt CoralloChange Persist's Sign from an associated type to a...
2021-02-19 Matt CoralloUse `signer` instead of `keys_storage` in OnchainTx...
2021-02-19 Matt CoralloRename ChannelKeys -> Sign and generic it consistently
2021-02-19 Matt CoralloMerge pull request #801 from TheBlueMatt/2021-02-789...
2021-02-19 Matt CoralloMerge pull request #752 from valentinewallace/chanman...
2021-02-19 Valentine WallaceAdd BackgroundProcessor for ChannelManager persistence...
2021-02-19 Valentine WallaceAdd PersistenceNotifier to ChannelManager
2021-02-19 Valentine WallaceFix Windows persistence
2021-02-19 Valentine WallaceAbstract out disk-writing utilities from FilesystemPers...
2021-02-19 Valentine WallaceMake logger macros public
2021-02-19 Matt CoralloMerge pull request #762 from valentinewallace/chan...
2021-02-19 Matt CoralloUpdate C bindings demos for new KeysManager API 2021-02-789-bindings
2021-02-19 Matt Corallo- bindings updates
2021-02-19 Matt Corallo[bindings] Handle unnamed enum variants
2021-02-19 Matt CoralloAdd a no-bindings-map comment to `std::io::ErrorKind...
2021-02-19 Matt Corallo[bindings] Correctly use access string in to-Rust conta...
2021-02-19 Matt Corallo- bindings updates
2021-02-19 Matt Corallo[bindings] Ensure owned objects in Vec conversion are...
2021-02-19 Matt CoralloSwitch from slice to slice-of-refs for spend_spendable_...
2021-02-18 Valentine WallaceEnsure build_commitment_tx and next_local/remote_tx_fee...
2021-02-18 Valentine WallaceDon't include below-dust inbound HTLCs in commit tx...
2021-02-18 Matt CoralloMerge pull request #795 from TheBlueMatt/2021-02-featur...
2021-02-18 Matt CoralloMerge pull request #789 from TheBlueMatt/2021-02-chansi...
2021-02-18 Matt CoralloUpdate auto-generated bindings 2021-02-features-bindings
2021-02-18 Matt Corallo[bindings] Silence c-bindings-gen compile warnings
2021-02-18 Matt Corallo[bindings] Handle `impl Clone` like `impl ::core::clone...
2021-02-18 Matt Corallo[bindings] Drop manual implementations of Features...
2021-02-18 Matt Corallo[bindings] Handle generic-ized impl blocks by concretiz...
2021-02-18 Matt Corallo[bindings] Resolve type aliases mapped as opaque types
2021-02-18 Matt Corallo[bindings] Track structs impling traits, incl priv...
2021-02-18 Matt Corallo[bindings] Allow resolution of private types in some...
2021-02-18 Matt CoralloDrop a useless import and use `Self` in return values...
2021-02-18 Matt Corallo[bindings] Use new ImportResolver during first AST...
2021-02-18 Matt Corallo[bindings] Track all declared types in ImportResolver...
2021-02-18 Matt Corallo[bindings] Extract import resolution logic into a separ...
2021-02-18 Matt CoralloUpdate demo C++ bindings example for new bindings
next