rust-lightning
2019-10-28 Matt CoralloDisable some useless lints 2019-10-useless-lints
2019-10-26 Matt CoralloMerge pull request #384 from ariard/2019-10-clean-warnings
2019-10-26 Antoine RiardRemove useless test framework warnings
2019-08-24 Matt CoralloMerge pull request #377 from elichai/2019-08-update...
2019-08-24 Elichai TurkelUpdate the fuzz and net-tokio crates
2019-08-24 Elichai TurkelCast weights to u64 to support the new rust-bitcoin api
2019-08-24 Elichai TurkelUpdated bitcoin, bitcoin_hashes and secp256k1 dependencies
2019-08-09 Matt CoralloMerge pull request #374 from dongcarl/2019-08-channel...
2019-08-09 Carl Dongtests: Add sanity tests for ChannelOpens
2019-08-06 Matt CoralloMerge pull request #349 from ariard/2019-07-data_loss
2019-08-05 Antoine RiardAdd test_data_loss_protect
2019-08-05 Antoine RiardCache to_remote_script if we are fallen-behind
2019-08-05 Antoine RiardMake get_latest_local_commitment_txn public
2019-08-05 Antoine RiardEnforce option_data_loss_protect user-side
2019-08-02 Matt CoralloMerge pull request #310 from ariard/2019-02-clarify...
2019-08-02 Antoine RiardClarify policy applied in send htlc error msgs
2019-07-31 Matt CoralloMerge pull request #370 from TheBlueMatt/2019-07-369...
2019-07-31 RJ RybarczykAdd net-tokio/target to gitignore 2019-07-369-fix-spaces
2019-07-31 RJ RybarczykMake SocketDescriptor::send_data take slice instead...
2019-07-30 Matt CoralloMerge pull request #367 from TheBlueMatt/2019-07-fst...
2019-07-30 Matt CoralloMerge pull request #368 from TheBlueMatt/2019-07-travis-fix
2019-07-30 Matt CoralloFix travis failure if previous travis run on branch... 2019-07-travis-fix
2019-07-30 Antoine RiardSupport option_data_loss_protect for remote peer
2019-07-29 Matt CoralloMerge pull request #364 from TheBlueMatt/2019-07-no...
2019-07-29 Matt CoralloMerge pull request #366 from TheBlueMatt/2019-07-useles...
2019-07-29 Matt CoralloHandle monitor update failure during funding on the... 2019-07-no-unimpl
2019-07-29 Matt CoralloAllow a counterparty to resend their funding_locked...
2019-07-29 Matt CoralloHandle monitor update failures during funding on the...
2019-07-29 Matt CoralloMake temporary channel ids unique in full_stack_target 2019-07-fst-unique-channels
2019-07-28 Matt CoralloDrop TODO suggesting we avoid a test-only function... 2019-07-useless-todo-removal
2019-07-28 Matt CoralloDrop update_fee TODOs as we're gonna drop it before...
2019-07-25 Matt CoralloMerge pull request #363 from TheBlueMatt/2019-07-codecov
2019-07-25 Matt CoralloGenerate codecov.io reports 2019-07-codecov
2019-07-25 Matt CoralloMerge pull request #361 from TheBlueMatt/2019-07-cmfc...
2019-07-25 Matt CoralloMerge pull request #362 from TheBlueMatt/2019-07-no...
2019-07-25 Matt CoralloDo not require upfront_shutdown as the security gain... 2019-07-no-bogus-sec-required
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
next