Moving LN_MAX_MSG_LEN const to the actual use place
[rust-lightning] / lightning / src / util /
2020-07-02 Matt CoralloMerge pull request #652 from lightning-signer/commitmen...
2020-07-01 DevrandomChannelKeys provides individual commitment secrets
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 CoralloMake ChainWatchInterface::filter_block return only...
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-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-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 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 RiardRemove useless build warnings
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 RiardExtend KeysInterface with derive_channel_keys
2020-05-22 Matt CoralloMake RoutingMessageHandler a generic Deref instead...
2020-05-22 Matt CoralloMake ManyChannelMonitor Keys an associated type
2020-05-18 Antoine RiardMove remote htlc transaction signature behind ChanSigner
2020-05-18 Antoine RiardMove justice transaction signature behind ChanSigner
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 WallaceChannelManager+Router++ Logger Arc --> Deref
2020-05-12 Matt CoralloMerge pull request #621 from TheBlueMatt/2020-05-592...
2020-05-12 Gleb NaumenkoImprove routing-related documentation
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 CoralloRename payment_basepoint/key to simply payment_point... 2020-03-static-remotekey
2020-05-06 Matt CoralloRequire option_static_remotekey in channel/channelmonitor.
2020-04-29 Matt CoralloMerge pull request #590 from jkczyz/2020-04-feature...
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 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-25 Matt CoralloMerge pull request #598 from TheBlueMatt/2020-04-559...
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 CoralloMerge pull request #579 from ariard/2020-04-sanitize...
2020-04-24 Antoine RiardDocument exactly our CLTV sanitization policy for final...
2020-04-24 Matt CoralloMerge pull request #593 from TheBlueMatt/2020-04-par...
2020-04-24 Matt CoralloMerge pull request #587 from TheBlueMatt/2020-04-mpp...
2020-04-24 Matt CoralloAdd test for partial-send MPP due to monitor update...
2020-04-24 Matt CoralloTime out incoming HTLCs when we reach cltv_expiry ...
2020-04-24 Matt CoralloMerge pull request #601 from D4nte/ci-in-github-action
2020-04-23 Matt CoralloMerge pull request #597 from TheBlueMatt/2020-04-more...
2020-04-23 Matt CoralloDrop redundant parameters in sign_local_commitment_tx
2020-04-22 Matt CoralloDrop ChannelMonitor::write_for_watchtower
2020-04-22 Matt CoralloMerge pull request #602 from murtyjones/test-byte-utils
2020-04-22 Marty JonesUpdate lightning/src/util/byte_utils.rs
2020-04-22 Marty Jonesadd tests
2020-04-20 Matt CoralloMerge pull request #594 from TheBlueMatt/2020-04-cleanups
2020-04-20 Matt CoralloMerge pull request #596 from D4nte/586-update-htlc...
2020-04-19 Franck RoyerTest that `height` is included for incorrect payment...
2020-04-19 Matt CoralloDe-Option<> some fields in ChannelMonitor which are... 2020-04-cleanups
2020-04-18 Matt CoralloMerge pull request #559 from ariard/2020-03-move-local...
2020-04-17 Antoine RiardRemove temporary anti-duplicata logic
2020-04-17 Antoine RiardMove HTLC tx generation in OnchainTxHandler
2020-04-17 Antoine RiardRemove signing htlc transaction from ChannelMonitor
2020-04-17 Antoine RiardRemove duplicata for local commitment+HTLC txn
2020-04-16 Antoine RiardRemove signing local commitment transaction from Channe...
2020-04-15 Matt CoralloMerge pull request #441 from TheBlueMatt/2020-01-mpp
2020-04-14 Matt CoralloExpand the Route object to include multiple paths.
2020-04-14 Matt CoralloImpl Base AMP in the receive pipeline and expose paymen...
2020-04-11 Matt CoralloMerge pull request #570 from naumenkogs/2020_04_routing...
2020-04-11 UserAdd tests for handling channel announcements
2020-04-11 Matt CoralloAllow relaying of only one direction in a channel,...
2020-04-02 Matt CoralloMerge pull request #568 from jkczyz/2020-03-handle...
2020-03-21 Matt CoralloMerge pull request #555 from ariard/2020-03-begin-dryup...
2020-03-21 Matt CoralloMerge pull request #516 from TheBlueMatt/2020-02-checki...
2020-03-20 Matt CoralloMerge pull request #554 from TheBlueMatt/2020-03-stale...
2020-03-20 Antoine RiardRemove Watchtower mode from Storage enum and make it...
2020-03-20 Matt CoralloMerge pull request #552 from ariard/2020-03-ismine...
2020-03-20 Antoine RiardAdd logger for SpendableOutputDescriptor
2020-03-17 Matt CoralloMerge pull request #537 from TheBlueMatt/2020-03-data...
2020-03-11 Matt CoralloMerge pull request #513 from ariard/2020-02-fix-zero...
2020-03-11 Antoine RiardMake htlc_minimum_msat configurable
2020-03-09 Matt CoralloMerge pull request #435 from TheBlueMatt/2020-01-node_a...
2020-03-06 Matt CoralloAdd ability to broadcast our own node_announcement.
2020-03-04 Matt CoralloMerge pull request #462 from ariard/2020-01-refactor...
2020-03-04 Antoine RiardRemove TestBroadcaster temporary dedup buffer
2020-03-04 Matt CoralloMerge pull request #523 from TheBlueMatt/2020-02-router...
2020-03-04 Matt CoralloChange Option<T> serialization format to include length
2020-03-04 Matt CoralloMake Readable::read a templated on the stream, not...
2020-02-29 Matt CoralloMerge pull request #507 from moneyball/patch-2
2020-02-28 Matt CoralloMerge pull request #520 from TheBlueMatt/2020-02-events...
2020-02-28 Matt CoralloDrop stale doc comment + TODO describing MessageSendEvents
2020-02-28 Matt CoralloImplement Readable/Writeable for Events
2020-02-28 Matt CoralloMerge pull request #522 from valentinewallace/chanmgr...
2020-02-27 Valentine WallaceUpdate ChannelManager's FeeEstimator from Arc to Deref.
2020-02-27 Matt CoralloMerge pull request #489 from TheBlueMatt/2020-02-chan...
2020-02-27 Matt CoralloDrop Clone from ChannelMonitor.
next