Rename ChannelMonitor::write_for_disk --> serialize_for_disk
[rust-lightning] / lightning / src / ln / functional_test_utils.rs
2020-10-16 Valentine WallaceRename ChannelMonitor::write_for_disk --> serialize_for...
2020-10-16 Valentine WallaceTest that Persist temp and perm failures behave as...
2020-10-16 Valentine WallaceAdd a sample module FilesystemPersister.
2020-10-16 Valentine WallaceIntegrate Persist into ChainMonitor.
2020-10-16 Valentine WallacePut test utilities behind a feature flag.
2020-10-05 Matt CoralloMerge pull request #734 from TheBlueMatt/2020-10-ci...
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-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 CoralloDrop last bits of rescan as its too complicated to... 2020-09-no-rescan
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 CzyzReplace WatchEventProvider with chain::Filter
2020-10-01 Jeffrey CzyzRemove ChainListener
2020-10-01 Jeffrey CzyzRemove BlockNotifier
2020-10-01 Jeffrey CzyzRename SimpleManyChannelMonitor to ChainMonitor
2020-10-01 Jeffrey CzyzReplace ManyChannelMonitor with chain::Watch
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 CzyzRemove ChainWatchInterface from BlockNotifier
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-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 CoralloGive ChannelManagerReadArgs HashMap-of-monitors ownership
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-07-22 Matt CoralloMerge pull request #644 from joemphilips/improve_error_...
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-23 Matt CoralloTake &NetworkGraph as input in get_route, not a NetGrap...
2020-06-22 Matt CoralloReduce RwLock usage in public interface of NetworkGraph
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-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-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 Matt CoralloFix some new indentation nits 2020-05-592-nits
2020-05-12 Matt CoralloAdd assertion since we now have a pub field that is...
2020-05-12 Matt CoralloDrop new test Node field introduced in 8ce2223b6952567b...
2020-05-12 Gleb NaumenkoRemove NetGraphMsgHandler serialization
2020-05-12 Gleb NaumenkoSplit routing from getting network messages
2020-05-12 Gleb NaumenkoMove router to a separate module
2020-04-29 Matt CoralloMerge pull request #590 from jkczyz/2020-04-feature...
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 #593 from TheBlueMatt/2020-04-par...
2020-04-24 Matt CoralloMerge pull request #587 from TheBlueMatt/2020-04-mpp...
2020-04-24 Matt CoralloAdd a test for timeout'ing HTLCs which claim to be...
2020-04-24 Matt CoralloExpand expect_payment_failed!() to take error codes...
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-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 RiardAccess signed local commitment through OnchainTxHandler
2020-04-17 Antoine RiardRemove duplicata for local commitment+HTLC txn
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 CoralloRefactor test utils and add a simple MPP send/claim...
2020-04-15 Matt CoralloImplement multipath sends using payment_secret.
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-03-21 Matt CoralloMerge pull request #516 from TheBlueMatt/2020-02-checki...
2020-03-20 Matt CoralloMerge pull request #551 from TheBlueMatt/2020-03-no...
2020-03-19 Matt CoralloFetch latest commitment txn via monitor, not channel... 2020-03-no-chan-mon
2020-03-19 Matt CoralloFetch latest local commitment txn via a macro in tests
2020-03-19 Matt CoralloBroadcast final local txn via ChannelMonitorUpdate
2020-03-17 Matt CoralloMerge pull request #537 from TheBlueMatt/2020-03-data...
2020-03-17 Matt CoralloMerge pull request #546 from TheBlueMatt/2020-03-519...
2020-03-17 Antoine RiardWatch outputs of revoked HTLC-transactions
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-05 Matt CoralloMerge pull request #535 from TheBlueMatt/2020-03-462...
2020-03-05 Matt CoralloTake multiple spent-txn to check_spends! in functional_... 2020-03-462-nits
2020-03-05 Matt CoralloDrop redundant .clone() in check_spends calls.
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...
next