rust-lightning
2020-02-08 Matt CoralloTest that EnforcingChannelKeys doesn't panic on duplica... 2020-01-fuzz-enforcer-fix
2020-02-08 Matt CoralloFix EnforcingChannelKeys panic when our counterparty...
2020-02-05 Matt CoralloMerge pull request #463 from jkczyz/2020-01-wire-encode
2020-02-05 Jeffrey CzyzUse a tuple struct for MessageType
2020-02-05 Jeffrey CzyzMove message type parity logic to the wire module
2020-02-05 Jeffrey CzyzEncapsulate message wire encoding into a module
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-02-04 Devrandommove ChannelMonitor.write* in preparation for adding...
2020-01-25 Matt CoralloMerge pull request #459 from ariard/2020-01-fix-htlc...
2020-01-25 Matt CoralloMerge pull request #460 from lightning-signer/channel...
2020-01-25 Matt CoralloMerge pull request #458 from TheBlueMatt/2020-01-spenda...
2020-01-25 Matt CoralloMerge pull request #443 from valentinewallace/channelmg...
2020-01-25 Matt CoralloClean up documentation around spendable outputs signifi... 2020-01-spendable-docs
2020-01-25 Valentine WallaceUpdate ChannelManager's ChannelMonitor Arc to be a... 2020-01-443-final-nits
2020-01-24 DevrandomRemove unnecessary sign_closing_transaction arg
2020-01-24 Devrandomchannel value to ChannelKeys constructor
2020-01-23 Antoine RiardFix bumping timer for claiming revoked HTLC outputs
2020-01-22 Matt CoralloMerge pull request #457 from ariard/2020-01-fix-append...
2020-01-22 Matt CoralloMerge pull request #433 from TheBlueMatt/2019-12-featur...
2020-01-22 Antoine RiardFix spurious calls of broadcast_by_local_state
2020-01-21 Matt CoralloDRY-up list_channels by having a common lister that... 2019-12-features-in-routes
2020-01-21 Matt CoralloPass node features through to RouteHops
2020-01-20 Matt CoralloKeep track of the Init Features for every connected...
2020-01-20 Matt CoralloPass peer's Init message through to ChannelManager
2020-01-20 Matt CoralloMerge pull request #451 from lightning-signer/txkeys
2020-01-20 DevrandomUse ChannelPublicKeys in Channel
2020-01-20 DevrandomHide derived fields in TxCreationKeys
2020-01-20 DevrandomProvide remote channel public keys to signer
2020-01-19 Matt CoralloPanic on txn with value > 21mill in ChannelMonitor... 2020-01-fuzz-mega-value
2020-01-19 Matt CoralloDrop individual fuzz target duplicate_crash tests for...
2020-01-17 Matt CoralloMerge pull request #447 from ariard/2020-01-fix-weight...
2020-01-17 Antoine RiardBound incoming HTLC witnessScript to min/max limits
2020-01-17 Matt CoralloFix crash when a claim tx has some non-witness inputs.
2020-01-17 Matt CoralloMerge pull request #450 from ariard/2020-01-fix-fst...
2020-01-17 Antoine RiardFix full_stack_target mishandling of block disconnection
2020-01-17 Antoine RiardLog block disconnection in ChannelMonitor
2020-01-16 Matt CoralloMerge pull request #448 from lightning-signer/visibilit...
2020-01-16 Devrandomincrease visibility for external integration tests
2020-01-16 Matt CoralloMerge pull request #444 from lightning-signer/funding...
2020-01-16 Devrandomconstruct funding redeem script in signer
2020-01-16 Matt CoralloMerge pull request #449 from jkczyz/2020-01-remove...
2020-01-16 Jeffrey CzyzRemove unnecessary borrow_parts() methods
2020-01-13 Matt CoralloMerge pull request #428 from TheBlueMatt/2019-12-flat...
2020-01-13 Matt CoralloSeal the features contexts 2019-12-flat-features
2020-01-13 Matt CoralloMove features into a separate module out of msgs.
2020-01-13 Matt CoralloRefactor features a bit more to describe what the const...
2020-01-13 Matt CoralloFix Feature endianness by swapping bytes on read/write.
2020-01-12 Matt CoralloRelay/store channel/node announces w/ unknown req'd...
2020-01-12 Matt CoralloImplement Flat Features
2020-01-06 Matt CoralloMerge pull request #439 from TheBlueMatt/2020-01-398...
2020-01-06 Antoine RiardDrop Result for ChannelMessageHandler methods 2020-01-398-fixups
2020-01-05 Antoine RiardAdd assert_log method to TestLogger to harden test
2020-01-05 Matt CoralloMerge pull request #437 from Aleru/new-api-ping
2020-01-05 AleruNew API for ping generation
2019-12-28 Matt CoralloMerge pull request #420 from TheBlueMatt/2019-12-chan...
2019-12-24 Matt CoralloSign local HTLC transactions at broadcast-time, instead... 2019-12-chan-ext-signer
2019-12-24 Matt CoralloMake ChannelMonitor sign local transactions (at broadca...
2019-12-24 Matt CoralloSet basic channel info in chanmon all at once, add...
2019-12-24 Matt CoralloDrop duplicative current-local-tx storage in channel.
2019-12-24 Matt CoralloFix parameter name incorrectly changed in 4ebe64fafd2ca...
2019-12-21 Matt CoralloMerge pull request #426 from TheBlueMatt/2019-12-bad...
2019-12-20 Matt CoralloRemove unused lifetimes. 2019-12-bad-lifetimes
2019-12-13 Matt CoralloMerge pull request #419 from TheBlueMatt/2019-12-simple...
2019-12-13 Matt CoralloUse external key signer to generate closing transaction... 2019-12-simple-signer-api-step
2019-12-12 Matt CoralloSign channel_announcements via a new ChannelKeys API
2019-12-12 Matt CoralloUse EnforcingChannelKeys in fuzz targets to get more...
2019-12-12 Matt CoralloMerge pull request #404 from TheBlueMatt/2019-11-signer-api
2019-12-12 Matt CoralloMerge pull request #417 from TheBlueMatt/2019-12-ver...
2019-12-11 Matt CoralloBump versions to 0.0.10 2019-12-ver-bump
2019-12-11 Matt CoralloBump bitcoin dep to 0.21
2019-12-11 Matt CoralloPre-build fuzz targets at once in travis instead of...
2019-12-11 Antoine RiardDocument more current security assumption of KeysInterface 2019-11-signer-api
2019-12-11 Matt CoralloMake commitment transaction signing a part of ChannelKeys.
2019-12-11 Matt CoralloMake ChannelKeys an API and template Channel with it.
2019-12-11 Matt CoralloBump versions to 0.0.10
2019-12-11 Matt CoralloBump bitcoin dep to 0.21
2019-12-11 Matt CoralloMerge pull request #416 from TheBlueMatt/2019-12-fuzz...
2019-12-11 Matt CoralloRefactor fuzzing to be a C-callable library plus rust... 2019-12-fuzz-clib
2019-12-11 Matt CoralloMerge pull request #414 from TheBlueMatt/2019-12-347...
2019-12-11 Matt CoralloAvoid cloning RBF state when we just want to modify... 2019-12-347-nits
2019-12-11 Antoine RiardAdd test_bump_txn_sanitize_tracking_maps
2019-12-11 Antoine RiardSanitize pending_claim_requests if no more outpoints...
2019-12-10 Matt CoralloDont RBF a tx twice if it hits RBF timer when one input...
2019-12-10 Matt CoralloClean up claimable_outpoints when pending_claim_request...
2019-12-10 Matt CoralloIf 2 claimable-outpoint-spending txn are in 1 block...
2019-12-10 Antoine RiardLog block tick in ChannelMonitor
2019-12-10 Matt CoralloCorrect input comparison for input-subset RBF bump...
2019-12-10 Matt CoralloDont forget RBF previous-feerate info if tx size changed.
2019-12-10 Antoine RiardAdd test_set_outpoints_partial_claiming
2019-12-10 Antoine RiardTrack and react to remote partial-claiming of pending...
2019-12-10 Antoine RiardAdd test_bump_penalty_txn_on_remote_commitment
2019-12-10 Antoine RiardAdd test_bump_penalty_txn_on_revoked_htlcs
2019-12-10 Antoine RiardAdd test_bump_penalty_txn_on_revoked_commitment
2019-12-10 Antoine RiardAdd RBF-bumping of preimage/timeout txn on remote HTLC...
2019-12-10 Antoine RiardImplement bumping engine in ChannelMonitor::block_connected
2019-12-10 Antoine RiardRemove superflous pending_claims
2019-12-10 Antoine RiardMove our_claim_txn_waiting_first_conf to pending_claim_...
2019-12-10 Antoine RiardAdd log_trace on bump candidates tracking-buffer insertions
next