add clippy to travis integration
[rust-lightning] / lightning / src / ln / channelmanager.rs
2020-10-08 Ryan Loombaadd clippy to travis integration
2020-10-07 Ryan Loombafix all clippy::redundant_field_names warnings
2020-10-05 Matt CoralloMerge pull request #734 from TheBlueMatt/2020-10-ci...
2020-10-05 Matt CoralloMerge pull request #722 from TheBlueMatt/2020-09-broken-fn
2020-10-05 Matt CoralloDrop the redundant/broken `ChannelMonitor::get_monitore...
2020-10-02 Matt CoralloMerge pull request #731 from TheBlueMatt/2020-10-fix...
2020-10-02 Matt CoralloActually hold the total_consistency_lock instead of... 2020-10-fix-big-lock
2020-10-01 Matt CoralloMerge pull request #649 from jkczyz/2020-06-refactor...
2020-10-01 Jeffrey CzyzMerge branch '2020-06-refactor-chain-listener-move...
2020-10-01 Jeffrey CzyzMove ln/channelmonitor.rs to chain/chainmonitor.rs
2020-10-01 Jeffrey CzyzMove channelmonitor.rs from ln to chain module
2020-10-01 Jeffrey CzyzDefine type alias for enumerated transaction data
2020-10-01 Jeffrey CzyzRemove ChainListener
2020-10-01 Jeffrey CzyzRemove BlockNotifier
2020-10-01 Jeffrey CzyzReplace ManyChannelMonitor with chain::Watch
2020-10-01 Jeffrey CzyzRemove ChainWatchInterface
2020-09-24 Jeffrey CzyzRemove ChainWatchInterface from BlockNotifier
2020-09-16 Matt CoralloMerge pull request #690 from TheBlueMatt/2020-09-633...
2020-09-16 Matt CoralloFix two bugs which access the wrong peer's htlc_minimum... 2020-09-633-bindings
2020-09-14 Matt CoralloMerge pull request #684 from bmancini55/gossip_queries
2020-09-14 Matt CoralloMerge pull request #633 from ariard/2020-05-rename...
2020-09-14 Antoine RiardOverhaul ChannelMonitor/OnchainTxHandler to new nomencl...
2020-09-14 Antoine RiardChange variable nomenclature for Channel fields
2020-09-11 Matt CoralloMerge pull request #618 from TheBlueMatt/2020-05-sample...
2020-09-11 Matt CoralloAdd annotations for things which we cannot (yet) expose
2020-09-10 Matt CoralloMerge pull request #686 from TheBlueMatt/2020-09-bump...
2020-09-10 Matt CoralloUpdate to latest upstream rust-bitcoin
2020-08-26 Matt CoralloMerge pull request #676 from TheBlueMatt/2020-08-c...
2020-08-26 Matt CoralloMerge pull request #674 from TheBlueMatt/2020-08-keyif...
2020-08-26 Matt CoralloGive ChannelManagerReadArgs HashMap-of-monitors ownership
2020-08-25 Matt CoralloRefer to generic types by importing them instead of...
2020-08-25 Matt CoralloMerge pull request #667 from valentinewallace/remove...
2020-08-25 Valentine WallaceAdd commitment transaction broadcast as a ChannelMonito...
2020-08-23 Matt CoralloSimplify + clarify random-bytes-fetching from KeysInterface 2020-08-keyif-rand-names
2020-08-11 Matt CoralloMerge pull request #666 from TheBlueMatt/2020-08-licens...
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-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-07-27 Matt CoralloMerge pull request #651 from naumenkogs/2020-06-routing...
2020-07-27 Gleb NaumenkoAdd htlc_maximum_msat field
2020-07-22 Matt CoralloMerge pull request #644 from joemphilips/improve_error_...
2020-07-22 joe.miyamotoslightly refactor internal_announcement_signatures
2020-07-22 joe.miyamotoImprove error message.
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-22 Valentine WallaceLog fee spike buffer violations.
2020-06-22 Matt CoralloChannelMonitor::get_funding_txo returns both the txid...
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-11 Valentine WallaceRefactor: move channel checks for HTLC adds into Channel
2020-05-28 Matt CoralloMerge pull request #620 from TheBlueMatt/2020-05-pre...
2020-05-22 Matt CoralloReturn a ChannelManager instead of result from ChannelM...
2020-05-22 Matt CoralloMake ManyChannelMonitor Keys an associated type
2020-05-18 Matt CoralloMerge pull request #622 from valentinewallace/chanmgr...
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 Gleb NaumenkoImprove routing-related documentation
2020-05-12 Gleb NaumenkoSplit routing from getting network messages
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 CoralloRequire option_static_remotekey in channel/channelmonitor.
2020-04-29 Matt CoralloMerge pull request #590 from jkczyz/2020-04-feature...
2020-04-29 Jeffrey CzyzRemove duplicate specification of features
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-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 #593 from TheBlueMatt/2020-04-par...
2020-04-24 Antoine RiardDocument exactly our CLTV sanitization policy for incom...
2020-04-24 Matt CoralloMerge pull request #587 from TheBlueMatt/2020-04-mpp...
2020-04-24 Antoine RiardTime out AwatingRemoteRAA outgoing HTLCs when we reach...
2020-04-24 Matt CoralloAdd a test for timeout'ing HTLCs which claim to be...
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 CoralloDelay creating outbound ChannelMonitor until funding_si...
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 Franck RoyerInclude `height` to `incorrect_or_unknown_payment_detai...
2020-04-19 Matt CoralloDe-Option<> some fields in ChannelMonitor which are... 2020-04-cleanups
2020-04-15 Matt CoralloMerge pull request #441 from TheBlueMatt/2020-01-mpp
2020-04-15 Matt CoralloPass Route to send_payment as a reference, not move 2020-01-mpp
2020-04-15 Matt CoralloImplement multipath sends using payment_secret.
2020-04-15 Matt CoralloRefactor payment-claim logic to ensure MPP-claim atomicity
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-14 Matt CoralloSupport (de)serializing payment_data in onion TLVs...
2020-04-14 Matt CoralloSplit only-receive/forward data out of PendingHTLCInfo...
2020-04-03 Matt CoralloMerge pull request #571 from ariard/2020-04-fix-minimalif
2020-04-02 Matt CoralloMerge pull request #568 from jkczyz/2020-03-handle...
next