rust-lightning
2020-01-27 Matt CoralloRun with mutagen on travis. 2020-01-mutagen
2020-01-26 Matt CoralloPanic on txn with value > 21mill in ChannelMonitor...
2020-01-26 Matt CoralloDrop individual fuzz target duplicate_crash tests for...
2020-01-26 Matt CoralloSilence new rustc warnings re: extra ()s, dyn, and...
2020-01-26 Matt CoralloOnly expose constants exposed for testing in cfg(test)
2020-01-26 Matt CoralloFix deadlock in handle_error!() when we have HTLCs...
2020-01-26 Matt CoralloTest that EnforcingChannelKeys doesn't panic on duplica...
2020-01-25 Matt CoralloFix EnforcingChannelKeys panic when our counterparty...
2020-01-25 Matt CoralloTest basic AMP payments in chanmon_consistency
2020-01-25 Antoine RiardTime out AwatingRemoteRAA outgoing HTLCs when we reach...
2020-01-25 Matt CoralloTime out incoming HTLCs when we reach cltv_expiry ...
2020-01-25 Matt CoralloRefactor test utils and add a simple MPP send/claim...
2020-01-25 Matt CoralloImplement multipath sends using payment_secret.
2020-01-25 Matt CoralloExpand the Route object to include multiple paths.
2020-01-25 Matt CoralloAdd/announce features for payment_secret and basic_mpp
2020-01-25 Matt CoralloImpl Base AMP in the receive pipeline and expose paymen...
2020-01-25 Matt CoralloRefuse to deserialize OnionHopDatas with values > 21...
2020-01-25 Matt CoralloSupport (de)serializing payment_data in onion TLVs...
2020-01-25 Matt CoralloSplit only-receive/forward data out of PendingHTLCInfo...
2020-01-25 Matt CoralloClarify the in-flight HTLC state-tracking structs a...
2020-01-25 Matt CoralloAdd some basic sanity tests for feature flags
2020-01-25 Matt CoralloAvoid treating option_upfront_shutdown (req) as unknown...
2020-01-25 Matt CoralloAdd ability to broadcast our own node_announcement.
2020-01-25 Matt CoralloAllow node_announcement timestamps of 0 in accordance...
2020-01-25 Matt CoralloAdd a helper struct to allow a user to safely pass...
2020-01-25 Matt CoralloUse RouteHop's new node_features to send TLV-encoded...
2020-01-25 Matt CoralloAdd support for variable-length onion payload reads...
2020-01-25 Matt CoralloAdd macros for building TLV (de)serializers.
2020-01-25 Matt CoralloAdd a ChaChaReader adapter to read an encrypted stream...
2020-01-25 Matt CoralloMove BogusHopData generation into test instead of Onion...
2020-01-25 Matt CoralloPull hmac out of OnionHopData.
2020-01-25 Matt CoralloFlatten OnionHopData struct with the Realm0 struct.
2020-01-25 Matt CoralloBetter document msg fuzz target behavior and be slightl...
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-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...
next