rust-lightning
2020-09-17 Matt CoralloDemo double-spend-creation 2020-09-demo-doublespend
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...
2020-08-25 Matt CoralloReorder struct definitions so that they are in dependen...
2020-08-25 Matt CoralloMerge pull request #667 from valentinewallace/remove...
2020-08-25 Valentine WallaceRemove Channel's ChannelMonitor copy
2020-08-25 Valentine WallaceAdd commitment transaction broadcast as a ChannelMonito...
2020-08-25 Matt CoralloMerge pull request #675 from dspicher/master
2020-08-24 Dominik SpicherRefactor route tests
2020-08-23 Matt CoralloSimplify + clarify random-bytes-fetching from KeysInterface 2020-08-keyif-rand-names
2020-08-23 Matt CoralloMerge pull request #665 from lightning-signer/pub-messages
2020-08-23 DevrandomMake message fields public
2020-08-19 Matt CoralloMerge pull request #671 from valentinewallace/bump...
2020-08-19 Valentine WallaceBump MSRV to 1.30.0
2020-08-13 Matt CoralloMerge pull request #669 from joemphilips/fix_capacity...
2020-08-13 Matt CoralloMerge pull request #668 from lightning-signer/nit
2020-08-13 joe.miyamotoFix bug in Channel
2020-08-13 Devrandomfix typo
2020-08-11 Matt CoralloMerge pull request #662 from lightning-signer/compat5
2020-08-11 Devrandomcheck the input shape in LocalCommitmentTransaction...
2020-08-11 Devrandommake LocalCommitmentTransaction constructor public
2020-08-11 Devrandommake SimpleManyChannelMonitor.monitors public
2020-08-11 Devrandomexport "unsafe_revoked_tx_signing" feature
2020-08-11 Matt CoralloMerge pull request #666 from TheBlueMatt/2020-08-licens...
2020-08-11 Matt CoralloRelicense as dual Apache-2.0 + MIT 2020-08-license-change
2020-08-10 Matt CoralloMerge pull request #664 from lightning-signer/tx-creati...
2020-08-10 Devrandomnit
2020-08-10 DevrandomExpose TxCreationKeys in LocalCommitmentTransaction...
2020-08-10 DevrandomMake TxCreationKeys public and wrap it in PreCalculated...
2020-08-08 Matt CoralloMerge pull request #640 from valentinewallace/test...
2020-08-08 Valentine WallaceHolding cell: if we fail to free an HTLC, fail it backwards
2020-08-03 Matt CoralloMerge pull request #663 from TheBlueMatt/2020-08-codecov
2020-08-03 Matt CoralloSet codecov upload token 2020-08-codecov
2020-07-29 Matt CoralloMerge pull request #658 from lightning-signer/self...
2020-07-29 DevrandomChannelKeys - provide to_self_delay alongside the remot...
2020-07-27 Matt CoralloMerge pull request #651 from naumenkogs/2020-06-routing...
2020-07-27 Gleb NaumenkoCheck htlc_maximum_msat on channel update
2020-07-27 Gleb NaumenkoStore channel capacity if available
2020-07-27 Gleb NaumenkoAdd htlc_maximum_msat field
2020-07-24 Gleb NaumenkoUpdate comment for test_msg_hole
2020-07-22 Matt CoralloMerge pull request #655 from lightning-signer/per-commi...
2020-07-22 DevrandomChannelKeys - separate commitment revocation from getti...
2020-07-22 Gleb NaumenkoImprove routing announcement test
2020-07-22 Gleb NaumenkoFix formatting
2020-07-22 Gleb NaumenkoUse constant for max msats
2020-07-22 Gleb NaumenkoUpdate get_route comment to reflect new parameters
next