rust-lightning
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
2020-07-22 Matt CoralloMerge pull request #644 from joemphilips/improve_error_...
2020-07-22 Matt CoralloMerge pull request #623 from LNP-BP/feat-msgsizelimit
2020-07-22 joe.miyamotoslightly refactor internal_announcement_signatures
2020-07-22 joe.miyamotoImprove error message.
2020-07-21 Dr. Maxim OrlovskyMoving LN_MAX_MSG_LEN const to the actual use place
2020-07-21 Dr. Maxim OrlovskyRemoving spec quotation from LN_MAX_MSG_LEN definition
2020-07-21 Dr. Maxim OrlovskyRemoving duplicated code in message decryption test...
2020-07-21 Dr. Maxim OrlovskyTest cases for message encryption/decryption size limits
2020-07-21 Dr. Maxim OrlovskyFixing panic messages for decryption procedures
2020-07-21 Dr. Maxim OrlovskyMaking message size limit an exportable constant
2020-07-16 Matt CoralloMerge pull request #656 from erasmospunk/typo
2020-07-15 John L. JegutanisFix typo
2020-07-02 Matt CoralloMerge pull request #652 from lightning-signer/commitmen...
2020-07-01 DevrandomChannelKeys provides individual commitment secrets
2020-06-28 Matt CoralloMerge pull request #650 from TheBlueMatt/2020-06-fix...
2020-06-28 Matt CoralloFix unused-parentheses warnings newer rustcs have added 2020-06-fix-build
2020-06-28 Matt CoralloFix silent merge conflict between bcd65bed7bd9a and...
2020-06-27 Matt CoralloMerge pull request #647 from valentinewallace/test...
2020-06-24 Matt CoralloMerge pull request #638 from TheBlueMatt/2020-06-c...
2020-06-23 Matt CoralloUse usize for transaction-position-in-block values 2020-06-c-bindings-cleanups-2
2020-06-23 Matt CoralloDrop unused import in fuzz router.rs
2020-06-23 Matt CoralloTake &NetworkGraph as input in get_route, not a NetGrap...
2020-06-23 Matt CoralloMake ChainWatchInterface::filter_block return only...
2020-06-23 Matt CoralloAvoid references to primitives and add NetworkGraph...
2020-06-22 Matt CoralloAvoid use std and use std::fmt and fmt:: instead in...
2020-06-22 Valentine WallaceAdd test for remote fee spike buffer violations.
2020-06-22 Valentine WallaceLog fee spike buffer violations.
2020-06-22 Matt CoralloReduce RwLock usage in public interface of NetworkGraph
2020-06-22 Matt CoralloDrop a useless import of std::result::Result since...
2020-06-22 Matt CoralloDrop some unnecessary lifetime specifiers in return...
2020-06-22 Matt CoralloChannelMonitor::get_funding_txo returns both the txid...
next