rust-lightning
2020-10-02 Matt CoralloMerge pull request #730 from TheBlueMatt/2020-09-no...
2020-10-02 Matt CoralloActually hold the total_consistency_lock instead of... 2020-10-fix-big-lock
2020-10-02 Matt CoralloDrop last bits of rescan as its too complicated to... 2020-09-no-rescan
2020-10-02 Matt CoralloDrop stale comment about a rescan that doesn't happen...
2020-10-02 Matt CoralloMerge pull request #729 from casey/readme
2020-10-02 Matt CoralloFix capitalization Gleb suggested
2020-10-02 Casey RodarmorClarify that lightning-net-tokio does networking only
2020-10-02 Casey RodarmorReword first paragraph and add tagline
2020-10-02 Casey RodarmorAdd content to readme
2020-10-01 Matt CoralloMerge pull request #649 from jkczyz/2020-06-refactor...
2020-10-01 Jeffrey CzyzMerge branch '2020-06-refactor-chain-listener-move...
2020-10-01 Jeffrey CzyzMove ln/channelmonitor.rs to chain/chainmonitor.rs
2020-10-01 Jeffrey CzyzMove channelmonitor.rs from ln to chain module
2020-10-01 Jeffrey CzyzMerge ChainMonitor impl blocks
2020-10-01 Jeffrey CzyzDefine type alias for enumerated transaction data
2020-10-01 Jeffrey CzyzReplace WatchEvent usage with get_outputs_to_watch
2020-10-01 Jeffrey CzyzInclude funding TXO in outputs to watch
2020-10-01 Jeffrey CzyzFix architecture diagram arrow directions
2020-10-01 Jeffrey CzyzFix architecture diagram line length
2020-10-01 Jeffrey CzyzReplace WatchEventProvider with chain::Filter
2020-10-01 Jeffrey CzyzRemove ChainListener
2020-10-01 Jeffrey CzyzRemove BlockNotifier
2020-10-01 Jeffrey CzyzRemove Key parameter from ChainMonitor
2020-10-01 Jeffrey CzyzRename SimpleManyChannelMonitor to ChainMonitor
2020-10-01 Jeffrey CzyzReplace ManyChannelMonitor with chain::Watch
2020-10-01 Jeffrey CzyzRemove ChainWatchInterface
2020-10-01 Jeffrey CzyzReplace ChainWatchInterface in NetGraphMsgHandler
2020-10-01 Jeffrey CzyzRemove ChainWatchInterface from channelmonitor.rs
2020-09-24 Jeffrey CzyzReplace use of ChainWatchInterface with WatchEvent
2020-09-24 Jeffrey CzyzAdd test utilities for {dis}connecting a block
2020-09-24 Jeffrey CzyzReplace BlockNotifier with Node in test utilities
2020-09-24 Jeffrey CzyzSimplify BlockNotifier tests
2020-09-24 Jeffrey CzyzAlign ChannelMonitor interface with ChainListener
2020-09-24 Jeffrey CzyzRemove ChainWatchInterface from BlockNotifier
2020-09-22 Matt CoralloMerge pull request #715 from TheBlueMatt/2020-09-no...
2020-09-21 Matt CoralloDo not test any block-contents-rescan cases 2020-09-no-rescan-tests
2020-09-21 Matt CoralloClean up test_bump_penalty_txn_on_revoked_htlcs
2020-09-19 Matt CoralloClean up static_spendable_outputs_justice_tx_revoked_ht...
2020-09-18 Matt CoralloClean up static_spendable_outputs_justice_tx_revoked_ht...
2020-09-18 Matt Coralloderive(Debug) on Events
2020-09-18 Matt CoralloMerge pull request #713 from valentinewallace/cross...
2020-09-17 Valentine WallaceUpdate CI to run build and tests on Macos and Windows...
2020-09-17 Valentine WallaceRemove unnecessary include in Github Actions script.
2020-09-17 Valentine WallaceOnly link dead code when necessary in CI.
2020-09-16 Matt CoralloMerge pull request #690 from TheBlueMatt/2020-09-633...
2020-09-16 Matt CoralloFix two bugs which access the wrong peer's htlc_minimum... 2020-09-633-bindings
2020-09-16 Matt CoralloMove onion failure tests from functional_tests to their...
2020-09-16 Matt CoralloUpdate bindings after merge of #633, #679, #683.
2020-09-16 Matt CoralloClarify docs on payment_point slightly
2020-09-16 Matt CoralloMerge pull request #679 from ariard/2020-08-concurrent...
2020-09-16 Matt CoralloMerge pull request #696 from TheBlueMatt/2020-09-ci...
2020-09-15 Matt CoralloCheck each commit at least builds in CI 2020-09-ci-check-commits
2020-09-15 Antoine RiardImprove PermanentFailure requiremnts documentation
2020-09-15 Antoine RiardAdd test_concurrent_monitor_claim
2020-09-15 Antoine RiardImplement concurrent broadcast tolerance for distribute...
2020-09-14 Matt CoralloMerge pull request #684 from bmancini55/gossip_queries
2020-09-14 bmancini55Adding fuzzers for gossip_queries messages
2020-09-14 bmancini55Adding gossip_queries message structs and serialization
2020-09-14 Matt CoralloMerge pull request #633 from ariard/2020-05-rename...
2020-09-14 Antoine RiardCleanup locally-selected-delay
2020-09-14 Antoine RiardOverhaul LocalCommitmentTx to new nomenclature
2020-09-14 Antoine RiardOverhaul ChannelMonitor/OnchainTxHandler to new nomencl...
2020-09-14 Antoine RiardChange ChannelKeys interface nomenclature to holder...
2020-09-14 Antoine RiardUnderscore TxCreationKeys ownership
2020-09-14 Antoine RiardChange variable nomenclature for to_self_delay
2020-09-14 Antoine RiardChange variable nomenclature for Channel fields
2020-09-14 Matt CoralloMerge pull request #688 from TheBlueMatt/2020-09-dev...
2020-09-14 Matt CoralloAdd a few more things to gitignore for bindings 2020-09-dev-docs
2020-09-14 Matt CoralloRename lightning C/C++ bindings library to libldk
2020-09-14 Matt CoralloNote that genbindings.sh is really also a test script.
2020-09-14 Matt CoralloRemove the bindings crate from the root namespace to...
2020-09-11 Matt CoralloAdd developer guideline notes for C/C++ bindings generation
2020-09-11 Antoine RiardChange variable nomenclature in chan_utils
2020-09-11 Matt CoralloMerge pull request #618 from TheBlueMatt/2020-05-sample...
2020-09-11 Matt CoralloUse Debian experimental in CI to match LLVM between... 2020-05-sample-c-bindings
2020-09-11 Matt CoralloSpecify panic = abort in profiles for lightning-c-bindings
2020-09-11 Matt CoralloApply -O1 only to tests, not all dev (which is used...
2020-09-11 Matt CoralloAdd bindings README
2020-09-11 Matt CoralloAdd CI run for bindings generation (though we'll allow...
2020-09-11 Matt CoralloLTO in release mode by default, which is really critica...
2020-09-11 Matt CoralloUpdate the root Cargo.toml to point to the new subcrate
2020-09-11 Matt CoralloAdd automatically generated C/C++ wrapper bindings
2020-09-11 Matt CoralloAdd all the manually-generated bits for the c-bindings...
2020-09-11 Matt CoralloAdd annotations for things which we cannot (yet) expose
2020-09-11 Matt CoralloAdd tool to read a Rust crate and generate C-compatible...
2020-09-11 Matt CoralloRemove a few final ::-containing paths in generic args
2020-09-10 Matt CoralloMerge pull request #686 from TheBlueMatt/2020-09-bump...
2020-09-10 Matt CoralloSilence new rustc warning about useless muts 2020-09-bump-deps
2020-09-10 Matt CoralloUse rust-bitcoin's new SigHashCache instead of Signatur...
2020-09-10 Matt CoralloUpdate to latest upstream rust-bitcoin
2020-08-26 Matt CoralloMerge pull request #676 from TheBlueMatt/2020-08-c...
2020-08-26 Matt CoralloMerge pull request #674 from TheBlueMatt/2020-08-keyif...
2020-08-26 Matt CoralloAdd a C-bindings-compatible read lock type for NetworkGraph 2020-08-c-bindings-cleanups-3
2020-08-26 Matt CoralloRename TxCreationKeys::new to not conflict w/ auto...
2020-08-26 Matt CoralloGive ChannelManagerReadArgs HashMap-of-monitors ownership
2020-08-25 Matt CoralloUse ln OutPoints not bitcoin ones in SpendableOutputDes...
2020-08-25 Matt CoralloUse slices to references not slices of concrete objects...
2020-08-25 Matt CoralloRefer to return types by the trait that they're defined via
2020-08-25 Matt CoralloRefer to generic types by importing them instead of...
2020-08-25 Matt CoralloAlways refer to Deref types with where clauses instead...
next