rust-lightning
2021-02-02 Matt CoralloDrop spurious semicolon that new rustc complains about 2021-01-tokio-1
2021-01-27 Matt CoralloFix codecov by calling the new binary paths from rust...
2021-01-26 Matt CoralloBump MSRV for net-tokio to 1.45 as tokio 1.0 req very...
2021-01-26 Matt CoralloUpdate tokio to 1.0
2021-01-25 Matt CoralloMerge pull request #764 from lightning-signer/revoke...
2021-01-25 Matt CoralloMerge pull request #777 from sr-gi/cm-force-close-checks
2021-01-21 DevrandomLet some tests disable revocation policy check
2021-01-21 Sergi Delgado... Makes ChannelManager::force_close_channel fail for...
2021-01-19 DevrandomFix fuzzing issue with revocation
2021-01-19 DevrandomRevocation enforcement in signer
2021-01-18 DevrandomUse TestKeysInterface in functional tests
2021-01-18 Matt CoralloMerge pull request #770 from lightning-signer/holder...
2021-01-18 DevrandomSimplify handling of OnChainTx.holder_commitment
2021-01-18 DevrandomPanic if signing fails in OnChainTx
2021-01-18 DevrandomFold sign_holder_commitment_htlc_transactions into...
2021-01-18 Matt CoralloMerge pull request #776 from valentinewallace/update...
2021-01-18 Matt CoralloMerge pull request #772 from ariard/2021-01-getting...
2021-01-18 Antoine RiardExtend Getting Started with GLOSSARY/meeting minutes...
2021-01-18 Antoine RiardAdd a GLOSSARY.md
2021-01-15 Valentine WallaceUpdate README with RL customization details
2021-01-13 Matt CoralloMerge pull request #771 from jkczyz/2021-01-bolt3-test...
2021-01-08 Jeffrey CzyzAdd BOLT 3 test vector for CLTV tiebreaker
2021-01-08 Matt CoralloMerge pull request #761 from TheBlueMatt/2020-10-chansi...
2021-01-08 Matt CoralloMerge pull request #769 from sr-gi/copy-trait-config
2021-01-05 Sergi Delgado... Adds Copy to ChannelHandshakeConfig and UserConfig
2021-01-04 Matt CoralloUse `KeysInterface::read_chan_signer` for all channel... 2020-10-chansigner-no-ser
2021-01-04 Matt CoralloExpose test_utils to fuzztarget (in addition to _test_u...
2021-01-04 Matt CoralloAdd a new method `read_chan_signer` to `KeysInterface`
2021-01-04 Matt CoralloUse Writeable for ChannelMonitor instead of a specific...
2021-01-04 Matt CoralloUniversally Require Writeable for ChannelKeys
2021-01-04 Matt CoralloCache fields instead of storing a ChannelKeys in Channe...
2021-01-04 Matt CoralloMerge pull request #742 from lightning-signer/tx-phase2
2020-12-30 DevrandomUse new get_commitment_transaction_number_obscure_facto...
2020-12-30 DevrandomIntroduce CommitmentTransaction, ChannelTransactionPara...
2020-12-18 DevrandomUnwrap unneeded macros
2020-12-15 Matt CoralloMerge pull request #736 from bmancini55/gossip_queries
2020-12-15 bmancini55Fix comment for sync_routing_table
2020-12-14 bmancini55Remove should_request_full_sync from RoutingMessageHandler
2020-12-14 bmancini55Change routing table sync to use gossip_queries
2020-12-09 bmancini55Pass Init message to sync_routing_table method
2020-12-09 bmancini55Pass gossip_queries messages to handler via ownership
2020-12-09 bmancini55Refactor gossip_queries sync to be stateless
2020-12-09 bmancini55Add genesis block hash to NetworkGraph
2020-12-09 bmancini55Implement gossip_queries sync methods in NetGraphMsgHandler
2020-12-09 bmancini55Add gossip_queries methods to RoutingMessageHandler...
2020-12-09 bmancini55Add send message events for gossip_queries
2020-12-01 bmancini55Add gossip_queries messages to wire decoding
2020-12-01 bmancini55Add gossip_queries feature flag
2020-11-24 Matt CoralloMerge pull request #760 from TheBlueMatt/2020-11-0...
2020-11-24 Matt CoralloBump lightning-net-tokio crate version. 2020-11-0.0.12
2020-11-24 Matt CoralloMerge pull request #759 from TheBlueMatt/2020-11-0... v0.0.12
2020-11-24 Matt CoralloMerge pull request #758 from TheBlueMatt/2020-11-bindin...
2020-11-24 Matt CoralloUpdate auto-generated bindings with new NetworkGraph API 2020-11-bindings-fix
2020-11-24 Matt CoralloBump version to 0.0.12
2020-11-24 Matt CoralloSplit `NetworkGraph` message handling fns into unsigned...
2020-11-24 Matt CoralloMove UTXO-lookup into pub utility function from Routing...
2020-11-24 Matt CoralloFinally drop travis entirely.
2020-11-24 Matt CoralloMerge pull request #748 from TheBlueMatt/2020-11-router...
2020-11-24 Matt Corallo[fuzz] Make router_target a bit easier for fuzzers... 2020-11-router-fuzzer
2020-11-24 Matt CoralloExpose manual-update methods in NetworkGraph.
2020-11-23 Matt CoralloMerge pull request #750 from TheBlueMatt/2020-11-dup...
2020-11-23 Matt CoralloDon't create chan-closed mon update for outbound never... 2020-11-dup-chan-id-crash
2020-11-23 Matt CoralloDo not generate a channel-closed mon update for never...
2020-11-23 Matt Corallo[netgraph] Do not allow capacity_sats * 1000 to overflo...
2020-11-23 Matt Corallo[router] Fix + test routing via next/last-hop hints...
2020-11-23 Matt CoralloMerge pull request #749 from TheBlueMatt/2020-11-bindin...
2020-11-23 Matt CoralloUse CARGO_PROFILE_RELEASE_LTO to fix bindings build... 2020-11-bindings-clones
2020-11-23 Matt CoralloUpdate auto-generated bindings
2020-11-23 Matt CoralloUpdate bindings demo for new ChannelMonitor-update API
2020-11-23 Matt Corallo[bindings] Update eq/clone trait fns to take object...
2020-11-23 Matt Coralloderive(Clone) for several pub simple data structs.
2020-11-23 Matt Corallo[bindings] Expose a _clone fn for every enum
2020-11-23 Matt Corallo[bindings] Expose a _clone fn for every struct that...
2020-11-23 Matt Corallo[bindings] Fix CVecTempl clone operation behavior.
2020-11-23 Matt CoralloUpdate bindings demo for new Transaction::data mut...
2020-11-23 Matt Corallo[bindings] Make Transaction::data *mut instead of ...
2020-11-23 Matt CoralloUpdate bindings demo for changes from #681 and the...
2020-11-23 Matt Corallo[bindings] Support traits with generic arguments (to...
2020-11-23 Matt CoralloMerge pull request #753 from TheBlueMatt/2020-11-chanmo...
2020-11-21 Matt Corallo[fuzz] Check that channels don't get stuck in chanmon_c... 2020-11-chanmon_consistency-bits
2020-11-21 Matt Corallo[fuzz] Don't allow HandleError in chanmon_consistency
2020-11-21 Matt Corallo[fuzz] Reduce overuse of macros/Arcs in chanmon_consistency
2020-11-21 Matt Corallo[fuzz] Expand the amounts we can send in chanmon_consis...
2020-11-21 Matt Corallo[fuzz] Test chanmon_consistency payment-send errors...
2020-11-17 Matt CoralloMerge pull request #611 from valentinewallace/fix-missi...
2020-11-16 Valentine WallaceClaim HTLC output on-chain if preimage is recv'd after...
2020-11-16 Valentine WallaceSplit channelmonitor's broadcast_by_holder_state
2020-11-16 Valentine WallaceExtend update_monitor logging
2020-11-16 Valentine WallaceUpdate monitor with preimage after channel close
2020-11-12 Valentine WallaceAdd prev_channel_outpoint to previous hop data
2020-11-12 Matt CoralloMerge pull request #721 from TheBlueMatt/2020-09-649...
2020-11-12 Matt CoralloMerge pull request #745 from ariard/2020-11-getting...
2020-11-10 Matt CoralloMerge pull request #746 from valentinewallace/remove...
2020-11-09 Antoine RiardAdd a Getting Started
2020-11-08 Valentine WallaceRemove unnecessary todo
2020-10-21 Matt Corallo[bindings] update generated code 2020-09-649-bindings
2020-10-21 Matt CoralloUpdate demo.cpp for new tuple code
2020-10-21 Matt Corallo[bindings] Un-Box Tuple mapping
2020-10-21 Matt Corallo[bindings] Fix typo in opaque struct docs found by Val
2020-10-21 Matt Corallo[bindings] Use the same SipHash keys to make C++ header...
next