[bindings] Handle ::-prefixed paths in a few places
[rust-lightning] / lightning /
2020-10-10 Matt CoralloMerge pull request #738 from TheBlueMatt/2020-10-opt...
2020-10-09 Matt CoralloMerge pull request #740 from rloomba/rloomba/trivial...
2020-10-08 Ryan Loombatrivial changes to fix clippy::write_with_newline warnings
2020-10-08 Matt CoralloMerge pull request #739 from rloomba/rloomba/add-clippy...
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 now-unused Vec of outpoints in remote-commitment... 2020-09-broken-fn
2020-10-05 Matt CoralloDrop the redundant/broken `ChannelMonitor::get_monitore...
2020-10-05 Matt CoralloMerge pull request #716 from TheBlueMatt/2020-09-fee...
2020-10-05 Matt CoralloTest that txn pay at least a minimum relay fee in funct... 2020-09-fee-tests
2020-10-05 Matt CoralloFix feerate calculation on closing transactions
2020-10-05 Matt CoralloFix max fee_satoshis constant to be 21 million, not...
2020-10-02 Matt CoralloMerge pull request #731 from TheBlueMatt/2020-10-fix...
2020-10-02 Matt CoralloMerge pull request #730 from TheBlueMatt/2020-09-no...
2020-10-02 Matt CoralloActually hold the total_consistency_lock instead of... 2020-10-fix-big-lock
2020-10-02 Matt CoralloDrop last bits of rescan as its too complicated to... 2020-09-no-rescan
2020-10-02 Matt CoralloDrop stale comment about a rescan that doesn't happen...
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 CzyzMerge ChainMonitor impl blocks
2020-10-01 Jeffrey CzyzDefine type alias for enumerated transaction data
2020-10-01 Jeffrey CzyzReplace WatchEvent usage with get_outputs_to_watch
2020-10-01 Jeffrey CzyzInclude funding TXO in outputs to watch
2020-10-01 Jeffrey CzyzReplace WatchEventProvider with chain::Filter
2020-10-01 Jeffrey CzyzRemove ChainListener
2020-10-01 Jeffrey CzyzRemove BlockNotifier
2020-10-01 Jeffrey CzyzRemove Key parameter from ChainMonitor
2020-10-01 Jeffrey CzyzRename SimpleManyChannelMonitor to ChainMonitor
2020-10-01 Jeffrey CzyzReplace ManyChannelMonitor with chain::Watch
2020-10-01 Jeffrey CzyzRemove ChainWatchInterface
2020-10-01 Jeffrey CzyzReplace ChainWatchInterface in NetGraphMsgHandler
2020-10-01 Jeffrey CzyzRemove ChainWatchInterface from channelmonitor.rs
2020-09-24 Jeffrey CzyzReplace use of ChainWatchInterface with WatchEvent
2020-09-24 Jeffrey CzyzAdd test utilities for {dis}connecting a block
2020-09-24 Jeffrey CzyzReplace BlockNotifier with Node in test utilities
2020-09-24 Jeffrey CzyzSimplify BlockNotifier tests
2020-09-24 Jeffrey CzyzAlign ChannelMonitor interface with ChainListener
2020-09-24 Jeffrey CzyzRemove ChainWatchInterface from BlockNotifier
2020-09-22 Matt CoralloMerge pull request #715 from TheBlueMatt/2020-09-no...
2020-09-21 Matt CoralloDo not test any block-contents-rescan cases 2020-09-no-rescan-tests
2020-09-21 Matt CoralloClean up test_bump_penalty_txn_on_revoked_htlcs
2020-09-19 Matt CoralloClean up static_spendable_outputs_justice_tx_revoked_ht...
2020-09-18 Matt CoralloClean up static_spendable_outputs_justice_tx_revoked_ht...
2020-09-18 Matt Coralloderive(Debug) on Events
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-16 Matt CoralloMove onion failure tests from functional_tests to their...
2020-09-16 Matt CoralloClarify docs on payment_point slightly
2020-09-16 Matt CoralloMerge pull request #679 from ariard/2020-08-concurrent...
2020-09-15 Antoine RiardImprove PermanentFailure requiremnts documentation
2020-09-15 Antoine RiardAdd test_concurrent_monitor_claim
2020-09-15 Antoine RiardImplement concurrent broadcast tolerance for distribute...
2020-09-14 Matt CoralloMerge pull request #684 from bmancini55/gossip_queries
2020-09-14 bmancini55Adding gossip_queries message structs and serialization
2020-09-14 Matt CoralloMerge pull request #633 from ariard/2020-05-rename...
2020-09-14 Antoine RiardCleanup locally-selected-delay
2020-09-14 Antoine RiardOverhaul LocalCommitmentTx to new nomenclature
2020-09-14 Antoine RiardOverhaul ChannelMonitor/OnchainTxHandler to new nomencl...
2020-09-14 Antoine RiardChange ChannelKeys interface nomenclature to holder...
2020-09-14 Antoine RiardUnderscore TxCreationKeys ownership
2020-09-14 Antoine RiardChange variable nomenclature for to_self_delay
2020-09-14 Antoine RiardChange variable nomenclature for Channel fields
2020-09-11 Antoine RiardChange variable nomenclature in chan_utils
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-11 Matt CoralloRemove a few final ::-containing paths in generic args
2020-09-10 Matt CoralloMerge pull request #686 from TheBlueMatt/2020-09-bump...
2020-09-10 Matt CoralloSilence new rustc warning about useless muts 2020-09-bump-deps
2020-09-10 Matt CoralloUse rust-bitcoin's new SigHashCache instead of Signatur...
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 CoralloAdd a C-bindings-compatible read lock type for NetworkGraph 2020-08-c-bindings-cleanups-3
2020-08-26 Matt CoralloRename TxCreationKeys::new to not conflict w/ auto...
2020-08-26 Matt CoralloGive ChannelManagerReadArgs HashMap-of-monitors ownership
2020-08-25 Matt CoralloUse ln OutPoints not bitcoin ones in SpendableOutputDes...
2020-08-25 Matt CoralloUse slices to references not slices of concrete objects...
2020-08-25 Matt CoralloRefer to return types by the trait that they're defined via
2020-08-25 Matt CoralloRefer to generic types by importing them instead of...
2020-08-25 Matt CoralloAlways refer to Deref types with where clauses instead...
2020-08-25 Matt CoralloReorder struct definitions so that they are in dependen...
2020-08-25 Matt CoralloMerge pull request #667 from valentinewallace/remove...
2020-08-25 Valentine WallaceRemove Channel's ChannelMonitor copy
2020-08-25 Valentine WallaceAdd commitment transaction broadcast as a ChannelMonito...
2020-08-25 Matt CoralloMerge pull request #675 from dspicher/master
2020-08-24 Dominik SpicherRefactor route tests
2020-08-23 Matt CoralloSimplify + clarify random-bytes-fetching from KeysInterface 2020-08-keyif-rand-names
2020-08-23 Matt CoralloMerge pull request #665 from lightning-signer/pub-messages
2020-08-23 DevrandomMake message fields public
2020-08-13 Matt CoralloMerge pull request #669 from joemphilips/fix_capacity...
2020-08-13 Matt CoralloMerge pull request #668 from lightning-signer/nit
2020-08-13 joe.miyamotoFix bug in Channel
2020-08-13 Devrandomfix typo
2020-08-11 Matt CoralloMerge pull request #662 from lightning-signer/compat5
2020-08-11 Devrandomcheck the input shape in LocalCommitmentTransaction...
2020-08-11 Devrandommake LocalCommitmentTransaction constructor public
next