rust-lightning
2020-06-06 Matt CoralloDrop requirement that all ChannelKeys expose htlc_basepoint 2020-05-drop-chankeys-privs
2020-06-06 Matt CoralloDrop requirement that ChannelKeys expose delayed_paymen...
2020-06-06 Matt CoralloDrop requirement that all ChannelKeys expose revocaion_...
2020-06-06 Matt CoralloDrop requirement that all ChannelKeys expose the paymen...
2020-06-06 Matt CoralloDrop requirement that all ChannelKeys expose the fundin...
2020-05-28 Matt CoralloExpose private keys from InMemoryChannelKeys publicly
2020-05-28 Matt CoralloMerge pull request #620 from TheBlueMatt/2020-05-pre...
2020-05-28 Matt CoralloMerge pull request #610 from ariard/2020-04-cache-in...
2020-05-28 Antoine RiardAdd test_key_derivation_params
2020-05-28 Matt CoralloSignificantly clarify key derivation and expose methods...
2020-05-28 Antoine RiardDocument better DynamicOutputP2WSH
2020-05-28 Antoine RiardRemove useless build warnings
2020-05-28 Antoine RiardMake get_revokable_redeemscript
2020-05-28 Antoine RiardMake derive_private_key public
2020-05-28 Antoine RiardDry-up witnessScript in sign_remote_htlc_transaction
2020-05-28 Antoine RiardDry-up witnessScript in sign_justice_transaction
2020-05-28 Antoine RiardImp Writer/Reader for RemoteCommitmentTransaction
2020-05-28 Antoine RiardRename RemoteTxCache as RemoteCommitmentTransaction...
2020-05-28 Antoine RiardRename their_to_self_delay as on_local_tx_csv
2020-05-28 Antoine RiardDrop remote_csv from OnchainTxHandler, cache it in...
2020-05-28 Antoine RiardDedup RemoteTxCache by removing OnchainTxHandler copy
2020-05-28 Antoine RiardDuplicate RemoteTxCache in ChannelMonitor
2020-05-28 Antoine RiardRemove SecretKey from DynamicOuputP2WPKH descriptor
2020-05-28 Antoine RiardRemove SecretKey from DynamicOutputP2WSH descriptor
2020-05-28 Antoine RiardExtend KeysInterface with derive_channel_keys
2020-05-22 Matt CoralloMerge pull request #624 from arik-so/encode_and_send_ms...
2020-05-22 Matt CoralloExpose PeerHandleError::no_connection_possible 2020-05-pre-bindings-cleanups
2020-05-22 Matt CoralloThree small fixes to work around our bindings generator...
2020-05-22 Matt CoralloReturn a ChannelManager instead of result from ChannelM...
2020-05-22 Matt CoralloMake RoutingMessageHandler a generic Deref instead...
2020-05-22 Matt CoralloMake ManyChannelMonitor Keys an associated type
2020-05-22 Arik SosmanExtract encode_and_send_msg into a method.
2020-05-18 Antoine RiardAdd KeysManager::derive_unique_start
2020-05-18 Antoine RiardMove remote htlc transaction signature behind ChanSigner
2020-05-18 Antoine RiardBuild witness_script for remote htlc transactions inside
2020-05-18 Antoine RiardMove justice transaction signature behind ChanSigner
2020-05-18 Antoine RiardBuild witness_script for justice tx inside OnchainTxHandler
2020-05-18 Antoine RiardReplace is_htlc in InputMaterial by InputDescriptor
2020-05-18 Antoine RiardCache remote HTLC inside OnchainTxHandler::RemoteTxCache
2020-05-18 Antoine RiardCache remote basepoint and remote_csv in new OnchainTxH...
2020-05-18 Matt CoralloDrop OutPoint::new since the struct is all pub
2020-05-18 Matt CoralloMerge pull request #622 from valentinewallace/chanmgr...
2020-05-17 Valentine WallacePeerManager Logger Arc --> Deref
2020-05-17 Valentine WallaceChannelManager+Router++ Logger Arc --> Deref
2020-05-14 Matt CoralloMerge pull request #617 from sourabhmarathe/serialize...
2020-05-14 Sourabh MaratheSerialize ChannelManager events
2020-05-12 Matt CoralloMerge pull request #621 from TheBlueMatt/2020-05-592...
2020-05-12 Matt CoralloFix some new indentation nits 2020-05-592-nits
2020-05-12 Matt CoralloFix a few new (and one old) issues in the new channel_u...
2020-05-12 Matt CoralloAdd assertion since we now have a pub field that is...
2020-05-12 Matt CoralloAdd missing comment on why last_update_message is None
2020-05-12 Matt CoralloMove get_addresses to network_graph and drop now-useles...
2020-05-12 Matt CoralloDrop new test Node field introduced in 8ce2223b6952567b...
2020-05-12 Gleb NaumenkoImprove routing-related documentation
2020-05-12 Gleb NaumenkoRemove NetGraphMsgHandler serialization
2020-05-12 Gleb NaumenkoMake DirectionalChannelInfo optional
2020-05-12 Gleb NaumenkoMove node announcement fields into a separate struct
2020-05-12 Gleb NaumenkoExpose some network graph methods
2020-05-12 Gleb NaumenkoSplit routing from getting network messages
2020-05-12 Gleb NaumenkoRemove non-bitcoin chain helpers
2020-05-12 Gleb NaumenkoMove router to a separate module
2020-05-06 Matt CoralloMerge pull request #539 from TheBlueMatt/2020-03-static...
2020-05-06 Matt CoralloMerge pull request #613 from valentinewallace/less...
2020-05-06 Matt CoralloRename payment_basepoint/key to simply payment_point... 2020-03-static-remotekey
2020-05-06 Matt CoralloRequire option_static_remotekey in channel/channelmonitor.
2020-05-06 Matt CoralloAdd detection of feature_static_remotekey support and...
2020-05-01 Valentine WallaceMake channel reserve variable names less confusing.
2020-04-29 Matt CoralloCheck local signtures explicitly in channel tx-generati...
2020-04-29 Matt CoralloAdd additional trace logging in channel signature valid...
2020-04-29 Matt CoralloMerge pull request #590 from jkczyz/2020-04-feature...
2020-04-29 Jeffrey CzyzSanity check that known features are not required
2020-04-29 Jeffrey CzyzExpand testing of unknown feature bits
2020-04-29 Jeffrey CzyzGeneralize with_known_relevant_init_flags
2020-04-29 Jeffrey CzyzGeneralize feature methods to work in any context
2020-04-29 Jeffrey CzyzRemove duplicate specification of features
2020-04-29 Jeffrey CzyzImprove features module documentation
2020-04-29 Jeffrey CzyzEncapsulate feature flag checking and manipulation
2020-04-29 Jeffrey CzyzSet initial_routing_sync in InitFeatures
2020-04-29 Matt CoralloMerge pull request #609 from LNP-BP/refactor-deps
2020-04-29 Dr. Maxim OrlovskyAdopting (W)PubkeyHash types
2020-04-29 Dr. Maxim OrlovskyAdopting new bitcoin hash types and crate version
2020-04-28 Dr. Maxim OrlovskyBDR: Linearizing secp256k1 deps
2020-04-28 Dr. Maxim OrlovskyBitcoin deps refactoring (BDR): Linearizing bitcoin_has...
2020-04-28 Jeffrey CzyzUnset upfront_shutdown_script using bit clearing
2020-04-25 Matt CoralloMerge pull request #608 from TheBlueMatt/2020-04-0...
2020-04-25 Matt CoralloMerge pull request #598 from TheBlueMatt/2020-04-559...
2020-04-25 Matt CoralloBump versions to 0.0.11/net-tokio 0.0.3 2020-04-0.0.11
2020-04-25 Matt CoralloRemove trivial assertions in LocalCommitmentTransaction fns 2020-04-559-cleanups
2020-04-25 Matt CoralloRemove TODOs from documentation in keysinterface
2020-04-25 Matt CoralloDon't modify LocalCommitmemntTransaction after construction
2020-04-25 Matt CoralloBatch-sign local HTLC txn with a well-doc'd API, return...
2020-04-25 Matt CoralloReturn Result<Signature> instead of modifying args...
2020-04-24 Matt CoralloTrack signing of local txn in channelmonitor and refuse...
2020-04-24 Antoine RiardDry-up InputMaterial::Funding
2020-04-24 Matt CoralloMerge pull request #579 from ariard/2020-04-sanitize...
2020-04-24 Antoine RiardSanitize outgoing HTLC cltv_value
2020-04-24 Antoine RiardDocument exactly our CLTV sanitization policy for final...
2020-04-24 Matt CoralloMerge pull request #607 from TheBlueMatt/2020-04-more...
2020-04-24 Matt CoralloInclude color when building fuzz targets in CI 2020-04-more-cleanups
2020-04-24 Matt CoralloDisable timeout for full_stack_target runs in CI
next