rust-lightning
2019-07-25 Matt CoralloMake chanmon_fail_consistency slightly less aggressive 2019-07-cmfc-crash
2019-07-24 Matt CoralloMerge pull request #360 from TheBlueMatt/2019-07-new...
2019-07-24 Matt CoralloMerge pull request #355 from ariard/2019-07-fix-csv...
2019-07-24 Antoine RiardAdd test_user_configurable_csv_delay
2019-07-24 Antoine RiardAdd user configurable csv delay encumbering channel...
2019-07-24 Antoine RiardMove BREAKDOWN_TIMEOUT/MAX_LOCAL_BREAKDOWN_TIMEOUT...
2019-07-24 Matt CoralloFix unused variable introduced in my changes in bdbf566... 2019-07-new-warnings
2019-07-24 Matt CoralloMerge pull request #359 from rust-bitcoin/2019-07-bump...
2019-07-24 Matt CoralloMerge pull request #356 from TheBlueMatt/2019-07-more...
2019-07-24 Matt CoralloBump progress tracker
2019-07-24 Matt CoralloMerge pull request #358 from TheBlueMatt/2019-07-no...
2019-07-24 Matt CoralloAdd deserialize+load steps to chanmon_fail_consistency... 2019-07-more-chanmon-fuzz
2019-07-24 Tamas Blummerforbid unsafe 2019-07-no-unsafe
2019-07-23 Antoine RiardFix: use our_to_self_delay in check_spend_remote_htlc
2019-07-23 Matt CoralloDrop msgs bound for a disconnecting peer at disconnect...
2019-07-23 Matt CoralloFix some newly-introduced unused-$THING warnings
2019-07-23 Matt CoralloMerge pull request #353 from TheBlueMatt/2019-07-no...
2019-07-23 Matt CoralloMake rand a dev-dep by having the user randomize HTLC... 2019-07-no-rand
2019-07-23 Matt CoralloStop using rng in peer_channel_encryptor to generate...
2019-07-23 Matt CoralloUpdate commitment tx to match actual tx (dunno when...
2019-07-23 Matt CoralloMove travis fuzzing to 1.34.2 to get integer atomics
2019-07-23 Matt CoralloRemove dangling link in fuzz/
2019-07-23 Matt CoralloDrop rng and SystemTime calls from KeysManager
2019-07-22 Matt CoralloMerge pull request #348 from ariard/2019-07-upfront...
2019-07-22 Antoine RiardTest option_upfront_shutdown_script
2019-07-22 Antoine RiardPass UserConfig to node creation test utilities
2019-07-22 Antoine RiardPass LocalFeatures flag to channel creation test utilities
2019-07-22 Antoine RiardImplement option_upfront_shutdown_script user-side
2019-07-22 Antoine RiardSupport option_upfront_shutdown_script for local peer
2019-07-22 Antoine RiardProvide peer local_features to handle_open_channel...
2019-07-19 Matt CoralloMerge pull request #336 from ariard/2019-04-in-flight...
2019-07-19 Antoine RiardImplement dynamic height timer for bump candidates txn
2019-07-19 Antoine RiardAdd in-flight claim-tx tracking
2019-07-19 Antoine RiardAdd more comments about timelock assumptions and securi...
2019-07-19 Matt CoralloMerge pull request #340 from TheBlueMatt/2019-06-channe...
2019-07-19 Matt CoralloMerge pull request #351 from TheBlueMatt/2019-07-no...
2019-07-18 Matt CoralloDrop system clock calls for PendingHTLCsForwardable... 2019-07-no-instant
2019-07-18 Matt CoralloDrop time_created in HTLCAwaitingACK::AddHTLC (we can...
2019-07-18 Matt CoralloAdd balance and is_live fields to ChannelDetails 2019-06-channeldetails-fields
2019-07-17 Antoine RiardMove htlc_updated_waiting_threshold_conf to an OnchainE...
2019-07-17 Antoine RiardAdd block_disconnecting tests to cancel HTLC failure...
2019-07-17 Antoine RiardFail back dust HTLC of local commitment tx after enough...
2019-07-17 Antoine RiardDelay failure of non-dust HTLC-outputs until solving...
2019-07-17 Antoine RiardImplement block_disconnect for pruning of waiting-conf...
2019-07-17 Antoine RiardTrack HTLC-failure trigger tx until anti-reorg delay...
2019-07-17 Antoine RiardAdd log_trace on to_remote/to_local inclusion in commit...
2019-07-03 Matt CoralloMerge pull request #346 from ariard/log_trace_remote_lo...
2019-07-03 Antoine RiardAdd log_trace on to_remote/to_local inclusion in commit...
2019-07-01 Matt CoralloMerge pull request #341 from TheBlueMatt/2019-06-fuzz...
2019-06-14 Matt CoralloGracefully handle fee-larger-than-claimed-value in... 2019-06-fuzz-crash-fee-sub
2019-06-01 Matt CoralloMerge pull request #339 from TheBlueMatt/2019-06-net...
2019-06-01 Matt CoralloBump version to 0.0.9 to get current master fixes uploaded. 2019-06-net-tokio-ver-bump
2019-06-01 Matt CoralloAdd subcrate that implements network socket handling...
2019-06-01 Matt CoralloBump rust-bitcoin dep to 0.18
2019-04-22 Matt CoralloMerge pull request #320 from TheBlueMatt/2019-03-chan...
2019-04-21 Matt CoralloMerge pull request #334 from ariard/2019-04-fee-estimat...
2019-04-19 Matt CoralloAssert that our weight prediction can't result in unspe...
2019-04-16 Antoine RiardAdd unit test for get_witnesses_weight
2019-04-16 Antoine RiardAdd fee estimation in check_spend_remote_htlc
2019-04-16 Antoine RiardAdd FeeEstimator in ChannelMonitor
2019-04-10 Matt CoralloMerge pull request #335 from TheBlueMatt/2019-04-330...
2019-04-10 Sebastian GeislerMake channel open confs configurable (and change from... 2019-04-330-nits
2019-04-10 Matt CoralloMerge pull request #332 from ariard/2019-03-option...
2019-04-10 Antoine RiardUse more Writeable/Readable for Option<T> in ChannelMonitor
2019-04-03 Matt CoralloMerge pull request #328 from dongcarl/fine
2019-03-26 Matt CoralloMerge pull request #329 from dongcarl/patch-1
2019-03-25 Matt CoralloMerge pull request #326 from TheBlueMatt/2019-03-temp...
2019-03-25 Carl DongImprove README usability
2019-03-25 Carl DongAdd test for tie breaking when sorting outputs
2019-03-25 Matt CoralloUpdate docs for TemporaryFailure to note other use... 2019-03-temp-failure-use-cases
2019-03-25 Matt CoralloMerge pull request #325 from TheBlueMatt/2019-03-322...
2019-03-25 Matt CoralloFix crash in chanmon_fail_consistency due to fuzz hash... 2019-03-chan-send-rewrite
2019-03-25 Matt CoralloRewrite Channel resend tracking to make it much more...
2019-03-25 Matt CoralloAdd log_trace on completion of monitor update restorati...
2019-03-25 Antoine RiardExtract preimage from revoked HTLC-Success to claim... 2019-03-322-cleanup
2019-03-25 Matt CoralloMerge pull request #319 from TheBlueMatt/2019-03-htlc...
2019-03-25 Matt CoralloMerge pull request #316 from TheBlueMatt/2019-03-remove...
2019-03-22 Matt CoralloFix potential overflow bug introduced in channel reserv... 2019-03-removed-reserve-check
2019-03-22 Matt CoralloFix inbound channel reserve check for removed-outbound...
2019-03-22 Matt CoralloAdd macro for PaymentSent event checking in test_utils
2019-03-22 Matt CoralloMerge pull request #314 from TheBlueMatt/2019-03-chan...
2019-03-07 Matt CoralloRemove unused BIP69 input sorting 2019-03-htlc-sorting
2019-03-07 Matt CoralloFix HTLC-output-in-commitment sorting for duplicate...
2019-03-07 Matt CoralloMerge pull request #318 from tamasblummer/rbitcoin017
2019-03-07 Tamas Blummermigration to rust-bitcoin 0.17
2019-03-03 Matt CoralloAdd a useful log_trace before we release holding cell. 2019-03-chan-cleanup
2019-03-03 Matt CoralloMove fail_reason into OutboundHTLCState states
2019-03-01 Matt CoralloMerge pull request #313 from ariard/2019-02-clarify...
2019-03-01 Matt CoralloMerge pull request #292 from ariard/2019-12-serializati...
2019-02-28 Antoine RiardClarify a bit full_stack_target test_no_existing_test_b...
2019-02-24 Matt CoralloMerge pull request #308 from dongcarl/2019-02-reformula...
2019-02-24 Matt CoralloMerge pull request #307 from dongcarl/2019-02-derive...
2019-02-14 Antoine RiardAdd bolt1 msgs serialization tests
2019-02-14 Antoine RiardAdd bolt2 msgs serialization tests
2019-02-14 Antoine RiardAdd bolt7 msgs serialization tests
2019-02-11 Matt CoralloMerge pull request #309 from TheBlueMatt/2019-02-306...
2019-02-11 Matt CoralloFix uneccessary mut found by 1.22 2019-02-306-nits
2019-02-11 Philip RobinsonExplicit tests for update_*_htlc message BOLT2 requirements
2019-02-07 Carl Dongmsgs: Reformulate unknown bits calculation w/ any
2019-02-07 Carl Dongutil: Derive PartialEq for Level
next