Disable fast-fail to let CI actually run even though beta is broken
[rust-lightning] / fuzz /
2021-03-20 Matt CoralloAdd assertions for in-order block [dis]connection in...
2021-03-17 Matt CoralloMerge pull request #841 from valentinewallace/207-repla...
2021-03-17 Valentine WallaceExpose counterparty forwarding info in ChannelDetails.
2021-03-17 Matt CoralloMerge pull request #828 from bmancini55/reply_channel_range
2021-03-10 Matt CoralloMerge pull request #834 from TheBlueMatt/2021-03-no...
2021-03-09 Matt CoralloMerge pull request #827 from TheBlueMatt/2021-03-invoic...
2021-03-08 Matt CoralloAdd an Option<>al InvoiceFeatures object for the payee...
2021-03-06 Matt CoralloMerge pull request #823 from jkczyz/2021-03-birthday...
2021-03-05 Jeffrey CzyzParameterize ChannelManager::new with a block hash
2021-03-05 Jeffrey CzyzRevert "Merge pull request #819 from TheBlueMatt/2021...
2021-03-03 Matt CoralloMerge pull request #646 from naumenkogs/2020-06-router-mpp
2021-03-03 Matt CoralloMerge pull request #819 from TheBlueMatt/2021-03-810...
2021-03-03 Matt CoralloMerge pull request #816 from valentinewallace/remove...
2021-03-02 Valentine WallaceChange ChannelMonitor deserialization to return an...
2021-03-02 Valentine WallaceChange ChannelManager deserialization to return an...
2021-03-02 Matt CoralloMerge pull request #814 from TheBlueMatt/2021-03-option...
2021-03-02 Matt CoralloMerge pull request #813 from jkczyz/2021-02-channel...
2021-03-02 Jeffrey CzyzMove ChannelMonitor state behind a Mutex
2021-03-01 Matt CoralloMerge pull request #802 from TheBlueMatt/2021-01-update...
2021-02-27 Matt CoralloRebuild full_stack_target test vector for new secp256k1... 2021-01-update-rust-bitcoin
2021-02-27 Matt CoralloUse lowmemory mode for secp256k1 fuzzing, reducing...
2021-02-27 Matt CoralloUse rust-secp256k1 PR 282 and bitcoin_hashes PR 111...
2021-02-26 Matt CoralloUpdate rust-bitcoin
2021-02-22 Matt CoralloMerge pull request #799 from TheBlueMatt/2021-02-chansi...
2021-02-19 Matt CoralloChange Persist's Sign from an associated type to a...
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-11 Matt CoralloMerge pull request #788 from TheBlueMatt/2020-02-concre...
2021-02-11 Matt CoralloAdd additional Clone derives
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 DevrandomLet some tests disable revocation policy check
2021-01-21 Sergi Delgado SeguraMakes ChannelManager::force_close_channel fail for...
2021-01-19 DevrandomFix fuzzing issue with revocation
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 CoralloUse `KeysInterface::read_chan_signer` for all channel... 2020-10-chansigner-no-ser
2021-01-04 Matt CoralloAdd a new method `read_chan_signer` to `KeysInterface`
2021-01-04 Matt CoralloUse Writeable for ChannelMonitor instead of a specific...
2020-12-24 Gleb NaumenkoStore available routing amounts per channel to use...
2020-12-15 Matt CoralloMerge pull request #736 from bmancini55/gossip_queries
2020-12-09 bmancini55Add genesis block hash to NetworkGraph
2020-11-24 Matt CoralloMerge pull request #759 from TheBlueMatt/2020-11-0... v0.0.12
2020-11-24 Matt CoralloMerge pull request #758 from TheBlueMatt/2020-11-bindin...
2020-11-24 Matt CoralloSplit `NetworkGraph` message handling fns into unsigned...
2020-11-24 Matt CoralloMove UTXO-lookup into pub utility function from Routing...
2020-11-24 Matt CoralloMerge pull request #748 from TheBlueMatt/2020-11-router...
2020-11-24 Matt Corallo[fuzz] Make router_target a bit easier for fuzzers... 2020-11-router-fuzzer
2020-11-23 Matt CoralloMerge pull request #753 from TheBlueMatt/2020-11-chanmo...
2020-11-21 Matt Corallo[fuzz] Check that channels don't get stuck in chanmon_c... 2020-11-chanmon_consistency-bits
2020-11-21 Matt Corallo[fuzz] Don't allow HandleError in chanmon_consistency
2020-11-21 Matt Corallo[fuzz] Reduce overuse of macros/Arcs in chanmon_consistency
2020-11-21 Matt Corallo[fuzz] Expand the amounts we can send in chanmon_consis...
2020-11-21 Matt Corallo[fuzz] Test chanmon_consistency payment-send errors...
2020-11-17 Matt CoralloMerge pull request #611 from valentinewallace/fix-missi...
2020-11-16 Valentine WallaceExtend update_monitor logging
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 WallaceRename ChannelMonitor::write_for_disk --> serialize_for...
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 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 CzyzRemove ChainWatchInterface from BlockNotifier
2020-09-14 Matt CoralloMerge pull request #684 from bmancini55/gossip_queries
2020-09-14 bmancini55Adding fuzzers for gossip_queries messages
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-26 Matt CoralloGive ChannelManagerReadArgs HashMap-of-monitors ownership
2020-08-25 Matt CoralloUse slices to references not slices of concrete objects...
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-07-27 Matt CoralloMerge pull request #651 from naumenkogs/2020-06-routing...
2020-07-27 Gleb NaumenkoAdd htlc_maximum_msat field
2020-07-24 Gleb NaumenkoUpdate comment for test_msg_hole
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 CoralloDrop unused import in fuzz router.rs
2020-06-23 Matt CoralloTake &NetworkGraph as input in get_route, not a NetGrap...
2020-06-23 Matt CoralloMake ChainWatchInterface::filter_block return only...
2020-06-16 Matt CoralloMerge pull request #639 from valentinewallace/fix-feera...
next