rust-lightning
2021-06-11 Matt CoralloMerge pull request #944 from TheBlueMatt/2021-06-0... v0.0.98
2021-06-11 Matt CoralloMerge pull request #946 from jkczyz/2021-06-get-route...
2021-06-11 Jeffrey CzyzFix type name in docs
2021-06-11 Jeffrey CzyzAccept multi-hop route hints in get_route
2021-06-10 Jeffrey CzyzAdd find_all_extract macro to lightning-invoice
2021-06-08 Matt CoralloBump versions to 0.0.98, lightning-invoice to 0.6.0 2021-06-0.0.99
2021-06-08 Matt CoralloMerge pull request #940 from TheBlueMatt/2021-06-fix...
2021-06-08 Matt CoralloMerge pull request #936 from TheBlueMatt/2021-05-spenda...
2021-06-08 Matt CoralloMerge pull request #943 from lightning-signer/2021...
2021-06-08 Matt CoralloClean up docs on public chan_utils methods to be more... 2021-06-fix-docs
2021-06-08 Matt CoralloMerge pull request #939 from TheBlueMatt/2021-05-derives
2021-06-07 Matt CoralloMerge pull request #942 from lightning-signer/2021...
2021-06-07 DevrandomAdd proper signet support for invoices
2021-06-07 DevrandomRemove unwanted check in accept_channel
2021-06-02 Matt CoralloAdd additional derives for a few structs 2021-05-derives
2021-06-01 Matt CoralloDelay DelayedPaymentOutput spendable events until the... 2021-05-spendable-event-locktime-delay
2021-06-01 Matt CoralloMerge pull request #935 from TheBlueMatt/2021-05-enum...
2021-06-01 Matt CoralloUpdate network graph sample used in benchmarks
2021-06-01 Matt CoralloConvert SpendableOutputDescriptor to new TLV-based...
2021-06-01 Matt CoralloClean up ChannelMonitor object serialization to use...
2021-06-01 Matt CoralloUse TLVs inside of serialization of Event variants
2021-06-01 Matt CoralloConvert remaining channel inner structs and enums to...
2021-06-01 Matt CoralloConvert most chain::* inner structs and enums to TLV...
2021-06-01 Matt CoralloAdd generic serialization implementations for Boxs...
2021-06-01 Matt CoralloUse TLV instead of explicit length for VecReadWrapper...
2021-06-01 Matt CoralloAdd a macro to implement serialization of enums using...
2021-06-01 Matt CoralloMerge pull request #938 from lightning-signer/2020...
2021-06-01 DevrandomExpose test_process_background_events
2021-06-01 Matt CoralloGive OnchainEvent::HTLCUpdate individual fields instead...
2021-06-01 Matt CoralloMerge pull request #933 from TheBlueMatt/2021-05-ser...
2021-06-01 Matt CoralloAdd additional inline hints in serialization methods 2021-05-ser-fast
2021-06-01 Matt CoralloImpl `serialized_length()` without `LengthCalculatingWr...
2021-06-01 Matt CoralloAvoid calling libsecp serialization fns when calculatin...
2021-06-01 Matt CoralloDrop byte_utils in favor of native `to/from_be_bytes...
2021-06-01 Matt CoralloAdd bench profiles to Cargo.toml to force codegen-units=1
2021-06-01 Matt CoralloAdd benchmark of deserializing a NetworkGraph.
2021-05-31 Matt CoralloMerge pull request #892 from TheBlueMatt/2021-04-fix...
2021-05-31 Matt CoralloMerge pull request #934 from TheBlueMatt/2021-05-new-tag
2021-05-31 Matt CoralloCorrect Channel outbound HTLC serialization 2021-04-fix-htlc-ser
2021-05-31 Matt Corallo[fuzz] Expand chanmon_consistency to do single message...
2021-05-31 Matt Corallo[fuzz] Fix hang due to double-lock in full_stack_target
2021-05-31 Matt Corallo[fuzz] Do not fail in FST if a channel is closed before...
2021-05-31 Matt CoralloMerge pull request #931 from jkczyz/2021-05-http-client...
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 Jeffrey CzyzCache socket address in HttpClient for reconnect
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
next