rust-lightning
2021-04-09 Matt CoralloAdd missing EOF newline 2021-861-missing-eof-eol
2021-04-09 DevrandomTest that BaseSign can have a vtable
2021-04-09 DevrandomMove Writeable from BaseSign to Sign
2021-04-09 DevrandomSeparate Clone from Sign
2021-04-09 DevrandomEliminate unnecessary generics from Sign
2021-04-05 Matt CoralloMerge pull request #838 from TheBlueMatt/2021-03-skip...
2021-04-05 Matt CoralloHandle 1-conf funding_locked in channel no matter the... 2021-03-skip-blocks
2021-04-05 Matt CoralloAllow changing the way we [dis]connect blocks in funtio...
2021-04-05 Matt CoralloDrop ChannelManager::block_disconnected() entirely
2021-04-05 Matt CoralloMake the ChannelManager::block_connected API more elect...
2021-04-05 Matt CoralloMove ChannelManager to Channel's new block data API
2021-04-05 Matt CoralloMore regularly send an Error message when we force...
2021-04-05 Matt CoralloMerge pull request #864 from valentinewallace/backgroun...
2021-04-02 Valentine WallaceCall peer_manager.process_events() in BackgroundProcessor
2021-04-02 Matt CoralloMake `Channel`'s block connection API more electrum...
2021-04-02 Matt CoralloSwitch to height-based funding-tx tracking from conf...
2021-04-01 Matt CoralloMerge pull request #860 from TheBlueMatt/2021-03-bench...
2021-04-01 Matt CoralloAlso benchmark sending funds with a FilesystemPersister
2021-04-01 Matt CoralloMerge pull request #859 from TheBlueMatt/2021-03-fix...
2021-03-31 Matt CoralloCache our node ID in ChannelManager
2021-03-31 Matt CoralloAdd a simple send-funds benchmark in channelmanager
2021-03-31 Matt CoralloImplement Persist for any Signer in TestPersister
2021-03-31 Matt CoralloFix two new compiler warnings in fuzz 2021-03-fix-warns
2021-03-28 Matt CoralloMerge pull request #840 from jkczyz/2021-03-rescan...
2021-03-27 Jeffrey CzyzTest register_output is called on dependent txn
2021-03-27 Jeffrey CzyzMock-like expectations for TestChainSource
2021-03-27 Jeffrey CzyzAdd rescan logic to ChainMonitor::block_connected
2021-03-27 Jeffrey CzyzInclude block hash for watched transaction output
2021-03-26 Matt CoralloMerge pull request #855 from valentinewallace/expose...
2021-03-26 Valentine WallaceExpose AsyncBlockSourceResult and BlockSourceResult...
2021-03-21 Jeffrey CzyzReturn optional Transaction from register_output
2021-03-20 Matt CoralloMerge pull request #846 from TheBlueMatt/2021-03-test...
2021-03-20 Matt Corallo[functional tests] Drop unused disconnect_block utility 2021-03-test-chains
2021-03-20 Matt CoralloDrop height parameter from [dis]connect_block in functi...
2021-03-20 Matt Corallo[tests] Demonstrate that the commit is trivially safe
2021-03-20 Matt Corallo[tests] Drop redundant parameters from connect_blocks
2021-03-20 Matt Corallo[test] Demonstrate that the next commit is trivially...
2021-03-20 Matt CoralloEnforce block connection ordering in unit and functiona...
2021-03-20 Matt CoralloFix block connection ordering in a number of functional...
2021-03-20 Matt CoralloAdd assertions for in-order block [dis]connection in...
2021-03-20 Matt CoralloAdd `Debug` to derive list in MessageSendEvent
2021-03-20 Matt CoralloClean up log warning in the event ChannelMonitor force...
2021-03-20 Matt CoralloMerge pull request #849 from TheBlueMatt/2021-03-config...
2021-03-20 Matt CoralloIgnore patch codecov as long as total coverage is withi... 2021-03-config-cltv-delta
2021-03-20 Matt CoralloTweak our_to_self_delay documentation wording to make...
2021-03-20 Matt CoralloMake cltv_expiry_delta configurable and reduce the...
2021-03-18 Matt CoralloMerge pull request #848 from TheBlueMatt/2021-03-doc...
2021-03-18 Matt CoralloAlso correct/check links in private item documentation 2021-03-doc-cleanups
2021-03-18 Matt CoralloDrop all HTML-relative links since rustdoc now supports...
2021-03-18 Matt CoralloEnforce no missing docs in all crates (+ add docs that...
2021-03-18 Matt CoralloEnforce doc link correctness during `cargo doc` runs...
2021-03-18 Matt CoralloClean up some doc links in lightning_block_sync.
2021-03-18 Matt CoralloExpose the constants mentioned in docs, and use doc...
2021-03-17 Matt CoralloMerge pull request #841 from valentinewallace/207-repla...
2021-03-17 Valentine WallaceExpose counterparty forwarding info in ChannelDetails.
2021-03-17 Valentine WallacePass channel updates to ChannelManager and Channel.
2021-03-17 Valentine WallaceAdd CounterpartyForwardingInfo field to channel.
2021-03-17 Matt CoralloMerge pull request #828 from bmancini55/reply_channel_range
2021-03-16 bmancini55Simplify sequencing of handle_query_channel_range
2021-03-16 bmancini55Comment cleanup for handling query_channel_range
2021-03-13 bmancini55Use constant MAX_REPLY_SCID
2021-03-12 Matt CoralloMerge pull request #836 from valentinewallace/invoice...
2021-03-12 Valentine WallaceAdd methods to set features in Features objects.
2021-03-10 Matt CoralloMerge pull request #837 from TheBlueMatt/2021-03-0...
2021-03-10 bmancini55Use constant in QueryChannelRange::end_blocknum
2021-03-10 Matt CoralloMerge pull request #834 from TheBlueMatt/2021-03-no...
2021-03-09 Matt CoralloUpdate licenses and add missing fields in Cargo.toml... 2021-03-0.0.13
2021-03-09 Matt CoralloAdd missing feature to background-processor dev-depende...
2021-03-09 bmancini55Clean up iteration in handle_query_channel_range
2021-03-09 Matt CoralloMerge pull request #835 from TheBlueMatt/2021-03-0... v0.0.13
2021-03-09 bmancini55Use scid_from_parts in Channel::block_connected
2021-03-09 bmancini55Improve short_channel_id utils
2021-03-09 Matt CoralloBump versions to 0.0.13 across the board
2021-03-09 Matt CoralloRename `background-processor` to `lightning-background...
2021-03-09 Matt CoralloMerge pull request #827 from TheBlueMatt/2021-03-invoic...
2021-03-08 Matt CoralloMerge pull request #826 from valentinewallace/raise...
2021-03-08 Valentine WallaceRaise max to_self_delay.
2021-03-08 Matt CoralloSplit router benchmark into an MPP and a non-MPP route... 2021-03-invoice-features
2021-03-08 Matt CoralloDisable MPP routing when the payee does not support it
2021-03-08 Matt CoralloAdd an Option<>al InvoiceFeatures object for the payee...
2021-03-08 Matt CoralloMerge pull request #833 from TheBlueMatt/2021-03-no-xs
2021-03-08 Matt CoralloMerge pull request #830 from TheBlueMatt/2021-03-chanmo...
2021-03-08 Matt CoralloMake `util::logger::macro_logger` pub(crate) not pub. 2021-03-no-pub-internals
2021-03-08 Matt CoralloDrop C bindings (which are now in a separate repo) 2021-03-no-xs
2021-03-08 Matt CoralloCreate new `InvoiceFeatures` object for Invoice-specifi...
2021-03-08 Matt CoralloAdd codecov.yml allowing coverage to drop slightly...
2021-03-08 Matt CoralloMerge pull request #832 from jkczyz/2021-03-typo-fix
2021-03-08 Matt CoralloUse the new `load_outputs_to_watch` util in `ChainMonitor` 2021-03-chanmon-deser-utils
2021-03-08 Matt CoralloMake `get_outputs_to_watch` return a `Vec` instead...
2021-03-08 Jeffrey CzyzFix misspelling of 'occurred' in public interface
2021-03-07 Matt CoralloMerge pull request #829 from TheBlueMatt/2021-03-0...
2021-03-07 Matt CoralloAuto-generated bindings updates 2021-03-0.0.13-bindings
2021-03-07 Matt Corallo[bindings] Check for a wasm32 target before compiling...
2021-03-07 Matt Corallo[bindings] Update demos for new upstream API
2021-03-07 Matt CoralloMake IgnoringMessageHandler and ErroringMessageHandler pub
2021-03-07 Matt Corallo[bindings] Handle ::-containing paths in generics
2021-03-07 Matt Corallo[bindings] Be explicit when calling pointer.is_null()
2021-03-07 Matt Corallo[bindings] Avoid double-use'ing traits by writing out...
2021-03-07 Matt CoralloChange ChannelManager::wait to be more descriptive
2021-03-07 Matt CoralloAdd utility in `ChannelMonitor` to reload `chain::Filte...
next