rust-lightning
2020-05-05 Matt CoralloDon't send padding bytes for pings 2020-01-bitcoinrpc-dep-head
2020-05-05 Matt CoralloAdd an fn to get a ChannelMonitor reference from a...
2020-05-05 Matt Coralloempty_commit: not-yet-PR-d commits follow
2020-05-05 Matt CoralloAdd a Headers-over-DNS client to lightning-block-sync.
2020-05-05 Matt CoralloAdd subcrate which impls a simple SPV client from Bitco...
2020-05-05 Matt CoralloExpose ChannelMonitor::block_[dis]connected as pub
2020-05-05 Matt Coralloempty_commit: PR 614 follows
2020-05-04 Matt CoralloDont hold peers lock when calling user code
2020-05-04 Matt CoralloPretty-shitty implement TODOs for msg forwarding
2020-05-04 Matt Coralloempty_commit: Obviously-useful commits follow
2020-05-04 Matt CoralloFix rustc nightly compiler error.
2020-05-04 Matt CoralloRun with mutagen on travis.
2020-05-04 Matt Coralloempty_commit: PR 453 follows
2020-05-04 Matt Coralloempty_commit: PR 539 follows
2020-05-04 Matt Corallof update field docs that were a bit confusing Antoine...
2020-05-04 Matt Corallof fix a few missing payment_base -> payment key things...
2020-05-04 Matt CoralloRename payment_basepoint/key to simply payment_point...
2020-05-04 Matt Corallof note why we use a dummy pubkey as req by antoine
2020-05-03 Matt Corallof make comment about fuzztarget pk validity more clear
2020-05-03 Matt Corallof refactor out inline if into a local variable
2020-05-03 Matt CoralloRequire option_static_remotekey in channel/channelmonitor.
2020-05-03 Matt Corallof Fix incorrect/early feature addition noted by Jeff...
2020-04-29 Matt CoralloAdd detection of feature_static_remotekey support and...
2020-04-29 Matt CoralloCheck local signtures explicitly in channel tx-generati...
2020-04-29 Matt CoralloAdd additional trace logging in channel signature valid...
2020-04-29 Matt CoralloMerge pull request #590 from jkczyz/2020-04-feature...
2020-04-29 Jeffrey CzyzSanity check that known features are not required
2020-04-29 Jeffrey CzyzExpand testing of unknown feature bits
2020-04-29 Jeffrey CzyzGeneralize with_known_relevant_init_flags
2020-04-29 Jeffrey CzyzGeneralize feature methods to work in any context
2020-04-29 Jeffrey CzyzRemove duplicate specification of features
2020-04-29 Jeffrey CzyzImprove features module documentation
2020-04-29 Jeffrey CzyzEncapsulate feature flag checking and manipulation
2020-04-29 Jeffrey CzyzSet initial_routing_sync in InitFeatures
2020-04-29 Matt CoralloMerge pull request #609 from LNP-BP/refactor-deps
2020-04-29 Dr. Maxim OrlovskyAdopting (W)PubkeyHash types
2020-04-29 Dr. Maxim OrlovskyAdopting new bitcoin hash types and crate version
2020-04-28 Dr. Maxim OrlovskyBDR: Linearizing secp256k1 deps
2020-04-28 Dr. Maxim OrlovskyBitcoin deps refactoring (BDR): Linearizing bitcoin_has...
2020-04-28 Jeffrey CzyzUnset upfront_shutdown_script using bit clearing
2020-04-25 Matt CoralloMerge pull request #608 from TheBlueMatt/2020-04-0...
2020-04-25 Matt CoralloMerge pull request #598 from TheBlueMatt/2020-04-559...
2020-04-25 Matt CoralloBump versions to 0.0.11/net-tokio 0.0.3 2020-04-0.0.11
2020-04-25 Matt CoralloRemove trivial assertions in LocalCommitmentTransaction fns 2020-04-559-cleanups
2020-04-25 Matt CoralloRemove TODOs from documentation in keysinterface
2020-04-25 Matt CoralloDon't modify LocalCommitmemntTransaction after construction
2020-04-25 Matt CoralloBatch-sign local HTLC txn with a well-doc'd API, return...
2020-04-25 Matt CoralloReturn Result<Signature> instead of modifying args...
2020-04-24 Matt CoralloTrack signing of local txn in channelmonitor and refuse...
2020-04-24 Antoine RiardDry-up InputMaterial::Funding
2020-04-24 Matt CoralloMerge pull request #579 from ariard/2020-04-sanitize...
2020-04-24 Antoine RiardSanitize outgoing HTLC cltv_value
2020-04-24 Antoine RiardDocument exactly our CLTV sanitization policy for final...
2020-04-24 Matt CoralloMerge pull request #607 from TheBlueMatt/2020-04-more...
2020-04-24 Matt CoralloInclude color when building fuzz targets in CI 2020-04-more-cleanups
2020-04-24 Matt CoralloDisable timeout for full_stack_target runs in CI
2020-04-24 Matt CoralloSilence fuzz build unused import warnings
2020-04-24 Matt CoralloAddress new rustc warnings.
2020-04-24 Matt CoralloFix step naming in fuzz tests in GitHub Actions
2020-04-24 Matt CoralloRun Github Actions on PRs, too
2020-04-24 Matt CoralloMerge pull request #593 from TheBlueMatt/2020-04-par...
2020-04-24 Antoine RiardDocument exactly our CLTV sanitization policy for incom...
2020-04-24 Matt CoralloThread fuzz test cases 2020-04-par-fuzz-check
2020-04-24 Matt CoralloMerge pull request #587 from TheBlueMatt/2020-04-mpp...
2020-04-24 Matt CoralloAdd test for timing out HTLCs which are in the holding... 2020-04-mpp-timeout
2020-04-24 Antoine RiardTime out AwatingRemoteRAA outgoing HTLCs when we reach...
2020-04-24 Matt CoralloAdd test for partial-send MPP due to monitor update...
2020-04-24 Matt CoralloAdd a test for timeout'ing HTLCs which claim to be...
2020-04-24 Matt CoralloExpand expect_payment_failed!() to take error codes...
2020-04-24 Matt CoralloTime out incoming HTLCs when we reach cltv_expiry ...
2020-04-24 Matt CoralloAdd a constant and docs for when we should fail an...
2020-04-24 Matt CoralloMerge pull request #601 from D4nte/ci-in-github-action
2020-04-24 Franck RoyerAdd a pop of colour
2020-04-24 Franck RoyerAdd CI using GitHub Action
2020-04-23 Matt CoralloMerge pull request #597 from TheBlueMatt/2020-04-more...
2020-04-23 Matt CoralloDe-Option<> current_local_signed_commitment_tx in Chann... 2020-04-more-chanmon-cleanups
2020-04-23 Matt CoralloDelay creating outbound ChannelMonitor until funding_si...
2020-04-23 Matt CoralloAdd HTLC/extra data in LocalCommitmentTransaction from...
2020-04-23 Matt CoralloDrop redundant parameters in sign_local_commitment_tx
2020-04-23 Matt CoralloAvoid a few useless clone() calls in onchaintx.rs
2020-04-23 Matt CoralloClarify documentation on deserialization reorg requirements
2020-04-22 Franck RoyerUse more generic name as it will be use in GitHub Actio...
2020-04-22 Matt CoralloDrop ChannelMonitor::write_for_watchtower
2020-04-22 Matt CoralloMerge pull request #602 from murtyjones/test-byte-utils
2020-04-22 Matt CoralloMerge pull request #603 from moneyball/patch-3
2020-04-22 Steve Leefixed typo
2020-04-22 Marty JonesUpdate lightning/src/util/byte_utils.rs
2020-04-22 Marty Jonesadd tests
2020-04-20 Matt CoralloMerge pull request #594 from TheBlueMatt/2020-04-cleanups
2020-04-20 Matt CoralloMerge pull request #596 from D4nte/586-update-htlc...
2020-04-19 Franck RoyerTest that `height` is included for incorrect payment...
2020-04-19 Franck RoyerInclude `height` to `incorrect_or_unknown_payment_detai...
2020-04-19 Matt CoralloDe-Option<> some fields in ChannelMonitor which are... 2020-04-cleanups
2020-04-19 Matt CoralloDrop std::error::Error impl for DecodeError
2020-04-19 Matt CoralloConcretize some types in fuzz, addressing new rustc...
2020-04-19 Matt CoralloFix new rustc warnings for unnecessary parenthesis
2020-04-19 Matt CoralloDrop uneccessary indirection in map-updating in 1107ab06c3
2020-04-19 Matt CoralloMerge pull request #558 from TheBlueMatt/2020-03-555...
2020-04-18 Matt CoralloFlatten ChannelMonitor substructs that don't add clarity 2020-03-555-nits
2020-04-18 Matt CoralloDrop uneccessary clone() introduced in 16fba9fd664522ac...
next