rust-lightning
2020-02-03 Matt CoralloICE demo 2020-02-rustc-ice
2020-02-03 Matt CoralloAdd TODOs
2020-02-03 Matt CoralloTESTING
2020-02-03 Matt CoralloTESTING
2020-02-03 Matt CoralloMake full_stack_target more absurdly huge and check...
2020-02-03 Matt CoralloConnect blocks at the end
2020-02-03 Matt CoralloAdditional asserts to include in fuzztesting (though...
2020-02-03 Matt CoralloDemonstrate mutating functions which are not fully...
2020-02-03 Matt CoralloImpl ReadableArgs for Arc<ChannelManager>, not just...
2020-02-03 Matt CoralloTest that we don't forget to track any outputs at monit...
2020-02-03 Matt CoralloTrack the full list of outpoints a chanmon wants monito...
2020-02-03 Matt CoralloFix rustc nightly compiler error.
2020-02-03 Matt CoralloRun with mutagen on travis.
2020-02-03 Matt CoralloRewrite lightning-net-tokio using async/await and tokio 0.2
2020-02-03 Matt CoralloSwap read_event read type for a slice isntead of a Vec
2020-02-03 Matt CoralloOnly run lightning-net-tokio build on Rust 1.39.0+...
2020-02-03 Matt CoralloPanic on txn with value > 21mill in ChannelMonitor...
2020-02-03 Matt CoralloDrop individual fuzz target duplicate_crash tests for...
2020-02-03 Matt CoralloSilence new rustc warnings re: extra ()s, dyn, and...
2020-02-03 Matt CoralloOnly expose constants exposed for testing in cfg(test)
2020-02-03 Matt CoralloFix deadlock in handle_error!() when we have HTLCs...
2020-02-03 Matt CoralloTest that EnforcingChannelKeys doesn't panic on duplica...
2020-02-03 Matt CoralloFix EnforcingChannelKeys panic when our counterparty...
2020-02-03 Matt CoralloTest basic AMP payments in chanmon_consistency
2020-02-03 Antoine RiardTime out AwatingRemoteRAA outgoing HTLCs when we reach...
2020-02-03 Matt CoralloTime out incoming HTLCs when we reach cltv_expiry ...
2020-02-03 Matt CoralloRefactor test utils and add a simple MPP send/claim...
2020-02-03 Matt CoralloImplement multipath sends using payment_secret.
2020-02-03 Matt CoralloExpand the Route object to include multiple paths.
2020-02-03 Matt CoralloAdd/announce features for payment_secret and basic_mpp
2020-02-03 Matt CoralloImpl Base AMP in the receive pipeline and expose paymen...
2020-02-03 Matt CoralloRefuse to deserialize OnionHopDatas with values > 21...
2020-02-03 Matt CoralloSupport (de)serializing payment_data in onion TLVs...
2020-02-03 Matt CoralloSplit only-receive/forward data out of PendingHTLCInfo...
2020-02-03 Matt CoralloClarify the in-flight HTLC state-tracking structs a...
2020-02-03 Matt CoralloAdd some basic sanity tests for feature flags
2020-02-03 Matt CoralloAvoid treating option_upfront_shutdown (req) as unknown...
2020-02-03 Matt CoralloAdd ability to broadcast our own node_announcement.
2020-02-03 Matt CoralloAllow node_announcement timestamps of 0 in accordance...
2020-02-03 Matt CoralloAdd a helper struct to allow a user to safely pass...
2020-02-03 Matt CoralloUse RouteHop's new node_features to send TLV-encoded...
2020-02-03 Matt CoralloAdd support for variable-length onion payload reads...
2020-02-03 Matt CoralloAdd macros for building TLV (de)serializers.
2020-02-03 Matt CoralloExpose VecWriter outside of util::ser since peer_handle...
2020-02-03 Matt CoralloAdd new streams and serialization wrappers for TLV...
2020-02-02 Matt CoralloAdd a ChaChaReader adapter to read an encrypted stream...
2020-01-29 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...
next