rust-lightning
2021-05-30 Matt CoralloAdd new `(C-not implementable)` tag on `EventsProvider` 2021-05-new-tag
2021-05-29 Matt CoralloMerge pull request #932 from TheBlueMatt/2021-05-broadc...
2021-05-28 Matt Corallopanic if locktime is violated when broadcasting in... 2021-05-broadcast-locktime-delay
2021-05-28 Matt CoralloDont broadcast HTLC-Timeouts when closing a channel...
2021-05-28 Matt CoralloSkip transactions which are locktime'd when broadcastin...
2021-05-28 Matt CoralloTrack the blocks a node has connected in the TestBroadc...
2021-05-28 Matt CoralloDelay broadcast of PackageTemplate packages until their...
2021-05-28 Matt CoralloAlways pass height to OnchainTxHandler::update_claims_view
2021-05-28 Matt CoralloExpose the timelock of transaction packages
2021-05-28 Matt CoralloSimplify tx checks in functional tests to make later...
2021-05-28 Matt CoralloSimplify HolderHTLCOutput constructor and track CLTV...
2021-05-28 Matt CoralloAdd assertions to ensure we don't use an invalid packag...
2021-05-27 Matt CoralloMerge pull request #928 from TheBlueMatt/2021-05-really...
2021-05-27 Matt CoralloUpdate net_graph used for benchmarks to use new ser... 2021-05-really-tlv-ser
2021-05-27 Matt CoralloMigrate packages sub-fields to TLV serialization
2021-05-27 Matt CoralloUse TLV serialization for Commitment transaction structures
2021-05-27 Matt CoralloAdd TLV suffix to PackageTemplate
2021-05-27 Matt CoralloMove NetworkGraph inner structs to TLV storage
2021-05-27 Matt CoralloMove ChannelManager-inner structs to TLV storage
2021-05-27 Matt CoralloAdd dummy OutPoint constructor to be used when reading...
2021-05-27 Matt CoralloAdd a macro which implements Readable/Writeable using...
2021-05-27 Matt CoralloMerge pull request #924 from GeneFerneau/alloc
2021-05-27 Gene FerneauUse alloc for no_std builds
2021-05-27 Matt CoralloFix compile warnings reading type-0 TLVs
2021-05-27 Matt CoralloMerge pull request #929 from jkczyz/2021-05-json-rpc...
2021-05-26 Jeffrey CzyzParse RPC errors as JSON content
2021-05-26 Jeffrey CzyzDefine an HttpError for returning error contents
2021-05-26 Matt CoralloMerge pull request #642 from ariard/2020-06-anchor...
2021-05-26 Antoine RiardAdd package template unit tests
2021-05-25 Antoine RiardMove compute_output_value as part of package member...
2021-05-25 Antoine RiardMove get_height_timer out of OnchainTxHandler
2021-05-25 Antoine RiardMove onchain* to chain/
2021-05-25 Antoine RiardIntegrate PackageTemplate
2021-05-25 Antoine RiardDuplicate fee computation utilities out of OnchainTxHandler
2021-05-25 Antoine RiardIntroduce PackageTemplae, a replacement of InputMaterial
2021-05-25 Antoine RiardAdd package.rs file
2021-05-25 Matt CoralloMerge pull request #920 from TheBlueMatt/2021-05-tlv-ser
2021-05-25 Matt CoralloAdd note in CONTRIBUTING.md that some structs need...
2021-05-25 Matt CoralloRebroadcast channel_announcements when we broadcast...
2021-05-25 Matt CoralloProcess announcement_signatures messages in Channel...
2021-05-25 Matt CoralloUpdate net graph copy used in tests and bench for new...
2021-05-25 Matt CoralloAdd version and TLV suffix for more user-facing "major...
2021-05-25 Matt CoralloSupport serializing TLV fields which may or may not...
2021-05-25 Matt CoralloAppend backwards-compat TLVs to serialization of larger...
2021-05-25 Matt CoralloMerge pull request #920 from jkczyz/2021-05-event-proce...
2021-05-25 Jeffrey CzyzRemove event channel from lightning-net-tokio
2021-05-25 Jeffrey CzyzProcess ChainMonitor events in the background
2021-05-25 Jeffrey CzyzProcess ChannelManager events in the background
2021-05-25 Jeffrey Czyzf - Persist when check_free_holding_cells has updates
2021-05-24 Jeffrey CzyzGuard get_and_clear_pending_msg_events
2021-05-24 Jeffrey CzyzRemove unnecessary scope from ChannelManager
2021-05-24 Jeffrey CzyzRefactor EventsProvider to take an EventHandler
2021-05-24 Matt CoralloMerge pull request #851 from TheBlueMatt/2021-03-holdin...
2021-05-24 Matt CoralloMerge pull request #926 from GeneFerneau/core
2021-05-23 Gene FerneauUse core replacements for std members
2021-05-21 Matt CoralloAdd trace to ci-fuzz.sh to make debugging CI issues... 2021-03-holding-cell-clear-msg-get
2021-05-21 Matt CoralloLog info about HTLC failures when we fail them back
2021-05-21 Matt CoralloRead monitors from our KeysInterface in chanmon_consist...
2021-05-21 Matt CoralloAdd a test for HTLC freeing on monitor update restoration
2021-05-21 Matt CoralloStop failing back HTLCs on peer disconnection
2021-05-21 Matt Corallo[fuzz] Handle monitor updates during get_and_clear_pend...
2021-05-21 Matt CoralloFree holding cell on monitor-updating-restored when...
2021-05-21 Matt CoralloDRY ChannelError conversion macros
2021-05-21 Matt CoralloUse new chan_restoration macros in channel_reestablish...
2021-05-20 Matt Corallo[fuzz] Allow SendAnnouncementSigs events in chanmon_con...
2021-05-20 Matt Corallo[fuzz] Be more strict about msg events in chanmon_consi...
2021-05-20 Matt CoralloClean up channel updating macro somewhat
2021-05-20 Matt CoralloMove channel restoration after monitor update to a...
2021-05-20 Matt CoralloDrop unused variable and loop in channel_monitor_updated
2021-05-20 Matt Corallo[fuzz] Print the output of all failed test cases, not...
2021-05-20 Matt CoralloMerge pull request #918 from TheBlueMatt/2021-05-dup...
2021-05-20 Matt Corallo[fuzz] Make get_secure_random_bytes in chanmon_consiste... 2021-05-dup-claims
2021-05-20 Matt CoralloTest pending payments when resolved duplicatively via...
2021-05-20 Matt CoralloTest pending payments when duplicatively resolved on...
2021-05-20 Matt CoralloMake payments not duplicatively fail/succeed on reload...
2021-05-20 Matt CoralloMerge pull request #925 from valentinewallace/ignore...
2021-05-20 Valentine WallaceReturn new DecodeError::UnsupportedCompression
2021-05-20 Valentine WallaceAdd new DecodeError for messages that include zlib...
2021-05-18 Matt CoralloMerge pull request #923 from ariard/2021-05-split-sign...
2021-05-18 Antoine Riardkeysinterface: replace Result match with map_err
2021-05-18 Antoine RiardSplit `sign_justice_transaction` in two halves
2021-05-15 Matt CoralloMerge pull request #916 from TheBlueMatt/2021-05-fix...
2021-05-14 Matt CoralloSimplify+expand per-channel check in test_announce_disa... 2021-05-fix-disabled-announcements
2021-05-14 Matt CoralloRename Channel::UpdateStatus to be more descriptive...
2021-05-14 Matt CoralloDo not wait in PersistenceNotifier when the persist...
2021-05-14 Matt CoralloAvoid persisting a ChannelManager update after each...
2021-05-14 Matt CoralloTest new channel_update re-enabled announcements
2021-05-14 Matt CoralloMerge pull request #922 from valentinewallace/update...
2021-05-14 Valentine WallaceCorrect default expiry.
2021-05-14 Matt CoralloMerge pull request #921 from TheBlueMatt/2021-05-no...
2021-05-13 Matt CoralloDon't return ASCII control characters in HTTP error... 2021-05-no-control-chars
2021-05-13 Matt CoralloSend update_channel messages to re-enable a disabled...
2021-05-13 Matt CoralloMerge pull request #919 from valentinewallace/http...
2021-05-13 Valentine WallaceReturn more error details on http's read_response
2021-05-10 Matt CoralloMerge pull request #915 from TheBlueMatt/2021-05-bump...
2021-05-10 Matt CoralloIncrease the timeout for RPC responses from Bitcoin... 2021-05-bump-rpc-timeout
2021-05-10 Matt CoralloAllow retrying HTTP requests if we hit a socket timeout
2021-05-07 Matt CoralloMerge pull request #912 from TheBlueMatt/2021-05-more...
2021-05-06 Matt CoralloMerge pull request #911 from TheBlueMatt/2021-05-fix...
2021-05-06 Matt CoralloMerge pull request #914 from TheBlueMatt/2021-05-log...
next