rust-lightning
2020-02-13 Matt CoralloClarify rescan rules for block_connected somewhat 2020-02-rescan-clarify
2020-02-12 Matt CoralloMerge pull request #470 from ariard/2020-01-contributin...
2020-02-12 Matt CoralloMerge pull request #496 from TheBlueMatt/2020-02-461...
2020-02-12 Antoine RiardAdd a first draft CONTRIBUTING.md
2020-02-12 Matt CoralloRemove unnecessary mut introduced in 0c595a7ff69bd177b2... 2020-02-461-extra-mut
2020-02-12 Matt CoralloMerge pull request #461 from ariard/2020-remove-duplicata
2020-02-12 Antoine RiardRemove duplicata of broadcast txn from ChannelMonitor
2020-02-11 Matt CoralloMerge pull request #434 from TheBlueMatt/2019-12-var...
2020-02-11 Matt CoralloDefine a BLOCK_SIZE constant for chacha20 2019-12-var-len-onion
2020-02-11 Matt CoralloSwap out 20*65 for a constant, given onion hops are...
2020-02-11 Matt CoralloUse RouteHop's new node_features to send TLV-encoded...
2020-02-11 Matt CoralloAdd support for variable-length onion payload reads...
2020-02-11 Matt CoralloAdd macros for building TLV (de)serializers.
2020-02-11 Matt CoralloExpose VecWriter outside of util::ser since peer_handle...
2020-02-11 Matt CoralloAdd new streams and serialization wrappers for TLV...
2020-02-11 Matt CoralloAdd a ChaChaReader adapter to read an encrypted stream...
2020-02-11 Matt CoralloMove BogusHopData generation into test instead of Onion...
2020-02-11 Matt CoralloPull hmac out of OnionHopData.
2020-02-11 Matt CoralloFlatten OnionHopData struct with the Realm0 struct.
2020-02-11 Matt CoralloBetter document msg fuzz target behavior and be slightl...
2020-02-11 Matt CoralloMerge pull request #491 from TheBlueMatt/2020-02-one...
2020-02-10 Matt CoralloMerge pull request #490 from jkczyz/2020-02-initial...
2020-02-10 Matt CoralloAdd some trace logging for funding_locked and announcem... 2020-02-one-conf-lock
2020-02-10 Matt CoralloAdd test for 1-conf channels
2020-02-10 Matt CoralloFix sending funding_locked with 1 conf.
2020-02-10 Jeffrey CzyzAdd a test for Router's should_request_full_sync
2020-02-10 Jeffrey CzyzMove Router test setup to a helper function
2020-02-10 Jeffrey CzyzMove initial_routing_sync decision to the Router
2020-02-10 Matt CoralloMerge pull request #445 from TheBlueMatt/2020-01-fuzz...
2020-02-10 Matt CoralloMerge pull request #487 from moneyball/master
2020-02-10 Steve LeeUpdate README.md
2020-02-08 Matt CoralloMerge pull request #479 from moneyball/master
2020-02-08 Matt CoralloMerge pull request #478 from arik-so/remove_decodeerror...
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-07 Steve LeeUpdate README.md
2020-02-07 Steve LeeUpdated the status of the project
2020-02-06 Arik Sosmanremove decode_error macro only used once
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-30 Antoine RiardExplicit pass index at HTLC spending transaction signing
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...
next