rust-lightning
2020-08-11 Matt CoralloRelicense as dual Apache-2.0 + MIT 2020-08-license-change
2020-08-10 Matt CoralloMerge pull request #664 from lightning-signer/tx-creati...
2020-08-10 Devrandomnit
2020-08-10 DevrandomExpose TxCreationKeys in LocalCommitmentTransaction...
2020-08-10 DevrandomMake TxCreationKeys public and wrap it in PreCalculated...
2020-08-08 Matt CoralloMerge pull request #640 from valentinewallace/test...
2020-08-08 Valentine WallaceHolding cell: if we fail to free an HTLC, fail it backwards
2020-08-03 Matt CoralloMerge pull request #663 from TheBlueMatt/2020-08-codecov
2020-08-03 Matt CoralloSet codecov upload token 2020-08-codecov
2020-07-29 Matt CoralloMerge pull request #658 from lightning-signer/self...
2020-07-29 DevrandomChannelKeys - provide to_self_delay alongside the remot...
2020-07-27 Matt CoralloMerge pull request #651 from naumenkogs/2020-06-routing...
2020-07-27 Gleb NaumenkoCheck htlc_maximum_msat on channel update
2020-07-27 Gleb NaumenkoStore channel capacity if available
2020-07-27 Gleb NaumenkoAdd htlc_maximum_msat field
2020-07-24 Gleb NaumenkoUpdate comment for test_msg_hole
2020-07-22 Matt CoralloMerge pull request #655 from lightning-signer/per-commi...
2020-07-22 DevrandomChannelKeys - separate commitment revocation from getti...
2020-07-22 Gleb NaumenkoImprove routing announcement test
2020-07-22 Gleb NaumenkoFix formatting
2020-07-22 Gleb NaumenkoUse constant for max msats
2020-07-22 Gleb NaumenkoUpdate get_route comment to reflect new parameters
2020-07-22 Matt CoralloMerge pull request #644 from joemphilips/improve_error_...
2020-07-22 Matt CoralloMerge pull request #623 from LNP-BP/feat-msgsizelimit
2020-07-22 joe.miyamotoslightly refactor internal_announcement_signatures
2020-07-22 joe.miyamotoImprove error message.
2020-07-21 Dr. Maxim OrlovskyMoving LN_MAX_MSG_LEN const to the actual use place
2020-07-21 Dr. Maxim OrlovskyRemoving spec quotation from LN_MAX_MSG_LEN definition
2020-07-21 Dr. Maxim OrlovskyRemoving duplicated code in message decryption test...
2020-07-21 Dr. Maxim OrlovskyTest cases for message encryption/decryption size limits
2020-07-21 Dr. Maxim OrlovskyFixing panic messages for decryption procedures
2020-07-21 Dr. Maxim OrlovskyMaking message size limit an exportable constant
2020-07-16 Matt CoralloMerge pull request #656 from erasmospunk/typo
2020-07-15 John L. JegutanisFix typo
2020-07-02 Matt CoralloMerge pull request #652 from lightning-signer/commitmen...
2020-07-01 DevrandomChannelKeys provides individual commitment secrets
2020-06-28 Matt CoralloMerge pull request #650 from TheBlueMatt/2020-06-fix...
2020-06-28 Matt CoralloFix unused-parentheses warnings newer rustcs have added 2020-06-fix-build
2020-06-28 Matt CoralloFix silent merge conflict between bcd65bed7bd9a and...
2020-06-27 Matt CoralloMerge pull request #647 from valentinewallace/test...
2020-06-24 Matt CoralloMerge pull request #638 from TheBlueMatt/2020-06-c...
2020-06-23 Matt CoralloUse usize for transaction-position-in-block values 2020-06-c-bindings-cleanups-2
2020-06-23 Matt CoralloDrop unused import in fuzz router.rs
2020-06-23 Matt CoralloTake &NetworkGraph as input in get_route, not a NetGrap...
2020-06-23 Matt CoralloMake ChainWatchInterface::filter_block return only...
2020-06-23 Matt CoralloAvoid references to primitives and add NetworkGraph...
2020-06-22 Matt CoralloAvoid use std and use std::fmt and fmt:: instead in...
2020-06-22 Valentine WallaceAdd test for remote fee spike buffer violations.
2020-06-22 Valentine WallaceLog fee spike buffer violations.
2020-06-22 Matt CoralloReduce RwLock usage in public interface of NetworkGraph
2020-06-22 Matt CoralloDrop a useless import of std::result::Result since...
2020-06-22 Matt CoralloDrop some unnecessary lifetime specifiers in return...
2020-06-22 Matt CoralloChannelMonitor::get_funding_txo returns both the txid...
2020-06-21 Matt CoralloMerge pull request #641 from jkczyz/2020-06-determinist...
2020-06-19 Jeffrey CzyzMake test output deterministic
2020-06-16 Matt CoralloMerge pull request #639 from valentinewallace/fix-feera...
2020-06-16 Valentine WallaceSwitch all feerate u64's to u32's.
2020-06-15 Valentine WallaceUse our actual feerate in open_channel messages, not...
2020-06-15 Matt CoralloMerge pull request #577 from valentinewallace/fix-oncha...
2020-06-15 Valentine WallaceUpdate chanmon fuzzer to include small payment actions.
2020-06-15 Valentine WallaceAdd fee spike buffer + incl commit tx fee in chan reser...
2020-06-11 Matt CoralloMerge pull request #634 from valentinewallace/improve...
2020-06-11 Valentine WallaceImprove documentation for InboundHTLCState enum states.
2020-06-11 Valentine WallaceRefactor: move channel checks for HTLC adds into Channel
2020-06-11 Matt CoralloMerge pull request #629 from arik-so/message_handling_e...
2020-06-07 Arik SosmanExtract wire message handling into a method.
2020-06-06 Matt CoralloMerge pull request #632 from TheBlueMatt/2020-05-drop...
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
next