Rebuild full_stack_target test vector for new secp256k1 fuzz req
[rust-lightning] / fuzz / src / full_stack.rs
2021-02-27 Matt CoralloRebuild full_stack_target test vector for new secp256k1... 2021-01-update-rust-bitcoin
2021-02-22 Matt CoralloMerge pull request #799 from TheBlueMatt/2021-02-chansi...
2021-02-19 Matt CoralloRename ChannelKeys -> Sign and generic it consistently
2021-02-16 Matt CoralloMerge pull request #786 from TheBlueMatt/2021-02-chansi...
2021-02-12 Matt CoralloSwap key_derivation_params (u64, u64) for channel_keys_...
2021-02-01 Matt CoralloMerge pull request #783 from ariard/2021-01-disconnect...
2021-01-25 Matt CoralloMerge pull request #764 from lightning-signer/revoke...
2021-01-25 Matt CoralloMerge pull request #777 from sr-gi/cm-force-close-checks
2021-01-21 Sergi Delgado SeguraMakes ChannelManager::force_close_channel fail for...
2021-01-18 Matt CoralloMerge pull request #772 from ariard/2021-01-getting...
2021-01-13 Matt CoralloMerge pull request #771 from jkczyz/2021-01-bolt3-test...
2021-01-08 Matt CoralloMerge pull request #761 from TheBlueMatt/2020-10-chansi...
2021-01-04 Matt CoralloAdd a new method `read_chan_signer` to `KeysInterface`
2020-12-15 Matt CoralloMerge pull request #736 from bmancini55/gossip_queries
2020-12-09 bmancini55Add genesis block hash to NetworkGraph
2020-11-12 Matt CoralloMerge pull request #721 from TheBlueMatt/2020-09-649...
2020-10-16 Matt CoralloMerge pull request #681 from valentinewallace/data...
2020-10-16 Valentine WallaceIntegrate Persist into ChainMonitor.
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 Key parameter from ChainMonitor
2020-10-01 Jeffrey CzyzRename SimpleManyChannelMonitor to ChainMonitor
2020-10-01 Jeffrey CzyzReplace ChainWatchInterface in NetGraphMsgHandler
2020-10-01 Jeffrey CzyzRemove ChainWatchInterface from channelmonitor.rs
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 CoralloMerge pull request #674 from TheBlueMatt/2020-08-keyif...
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-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-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-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 RiardExtend KeysInterface with derive_channel_keys
2020-05-22 Matt CoralloReturn a ChannelManager instead of result from ChannelM...
2020-05-22 Matt CoralloMake RoutingMessageHandler a generic Deref instead...
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 WallacePeerManager Logger Arc --> Deref
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 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 Matt CoralloMerge pull request #609 from LNP-BP/refactor-deps
2020-04-29 Dr. Maxim OrlovskyAdopting (W)PubkeyHash types
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 Matt CoralloMerge pull request #593 from TheBlueMatt/2020-04-par...
2020-04-24 Matt CoralloThread fuzz test cases 2020-04-par-fuzz-check
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 CoralloTest basic AMP payments in chanmon_consistency
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-17 Matt CoralloMerge pull request #537 from TheBlueMatt/2020-03-data...
2020-03-17 Matt CoralloMerge pull request #545 from TheBlueMatt/2020-03-fuzz...
2020-03-17 Matt CoralloDon't return a feerate of 0 in full_stack_target fuzz... 2020-03-fuzz-0-fee
2020-03-11 Matt CoralloMerge pull request #513 from ariard/2020-02-fix-zero...
2020-03-11 Matt CoralloMerge pull request #472 from TheBlueMatt/2020-01-net...
2020-03-10 Matt CoralloSwap read_event read type for a slice isntead of a Vec
2020-02-29 Matt CoralloMerge pull request #517 from ccdle12/2020-02-per-channe...
2020-02-29 Matt CoralloMerge pull request #507 from moneyball/patch-2
2020-02-28 Christopher CoverdaleAdd an override optional UserConfig per new outbound...
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 #518 from valentinewallace/chanmgr...
2020-02-27 Valentine Wallacemulti: update ChannelManager's keys manager from Arc...
2020-02-26 Matt CoralloMerge pull request #509 from valentinewallace/chanmgr...
2020-02-26 Valentine Wallacemulti: update ChannelManager tx broadcaster from Arc...
2020-02-21 Matt CoralloMerge pull request #512 from TheBlueMatt/2020-02-peer_h...
2020-02-21 Matt CoralloFix incorrect docs around disconnect in peer_handler... 2020-02-peer_handler-docs
2020-02-20 Matt CoralloMerge pull request #510 from TheBlueMatt/2020-02-fewer...
2020-02-20 Matt CoralloSilence new rustc warnings re: extra ()s, dyn, and... 2020-02-fewer-fuzz-rustc-warns
2020-02-12 Matt CoralloMerge pull request #461 from ariard/2020-remove-duplicata
2020-02-05 Matt CoralloMerge pull request #463 from jkczyz/2020-01-wire-encode
2020-02-05 Matt CoralloMerge pull request #454 from TheBlueMatt/2020-01-fuzz...
2020-02-05 Matt CoralloMerge pull request #466 from lightning-signer/chanmon...
2020-02-05 DevrandomAdd ChannelKeys to ChannelMonitor
2020-01-25 Matt CoralloMerge pull request #459 from ariard/2020-01-fix-htlc...
next