Rebuild full_stack_target test vector for new secp256k1 fuzz req
[rust-lightning] / lightning /
2021-02-27 Matt CoralloLog full signed remote commitment transaction hex in...
2021-02-27 Matt CoralloRandomize secp contexts for marginally better sidechann...
2021-02-26 Matt CoralloUpdate rust-bitcoin
2021-02-26 Matt CoralloMerge pull request #791 from jkczyz/2021-01-spv-client
2021-02-26 Jeffrey CzyzUtility for syncing a set of chain listeners
2021-02-25 Matt CoralloMerge pull request #794 from galderz/t_opt_shutdown_any...
2021-02-25 Galder ZamarreñoAdd support for `opt_shutdown_anysegwit` feature #780
2021-02-22 Matt CoralloMerge pull request #803 from TheBlueMatt/2021-02-derives
2021-02-22 Matt CoralloAllow cloning NetworkGraphs
2021-02-22 Matt CoralloStandardize trait derives in network graph objects
2021-02-22 Matt CoralloStandardize trait derives in network message objects
2021-02-22 Matt CoralloMerge pull request #799 from TheBlueMatt/2021-02-chansi...
2021-02-20 Matt CoralloFurther rename `chan_keys` variables to `signers` 2021-02-chansigner-rename 2021-02-chansigner-util-fns
2021-02-19 Matt CoralloUse ChannelSigner instead of ChanSigner for type parameters
2021-02-19 Matt CoralloChange Persist's Sign from an associated type to a...
2021-02-19 Matt CoralloUse `signer` instead of `keys_storage` in OnchainTx...
2021-02-19 Matt CoralloRename ChannelKeys -> Sign and generic it consistently
2021-02-19 Matt CoralloMerge pull request #801 from TheBlueMatt/2021-02-789...
2021-02-19 Matt CoralloMerge pull request #752 from valentinewallace/chanman...
2021-02-19 Valentine WallaceAdd PersistenceNotifier to ChannelManager
2021-02-19 Valentine WallaceMake logger macros public
2021-02-19 Matt CoralloMerge pull request #762 from valentinewallace/chan...
2021-02-19 Matt CoralloAdd a no-bindings-map comment to `std::io::ErrorKind...
2021-02-19 Matt CoralloSwitch from slice to slice-of-refs for spend_spendable_...
2021-02-18 Valentine WallaceEnsure build_commitment_tx and next_local/remote_tx_fee...
2021-02-18 Valentine WallaceDon't include below-dust inbound HTLCs in commit tx...
2021-02-18 Matt CoralloMerge pull request #795 from TheBlueMatt/2021-02-featur...
2021-02-18 Matt CoralloMerge pull request #789 from TheBlueMatt/2021-02-chansi...
2021-02-18 Matt CoralloDrop a useless import and use `Self` in return values...
2021-02-16 Matt CoralloRename output descriptor types for some clarity
2021-02-16 Matt CoralloClarify docs on revocation_pubkey in DynamicP2WSHOutput...
2021-02-16 Matt CoralloDrop stale and cleanup TODO entries in keysinterface
2021-02-16 Matt CoralloSwitch to calling new KeysManager output-spending fn...
2021-02-16 Matt CoralloAdd util fn for creating a Transaction from spendable...
2021-02-16 Matt CoralloAdd utility function to add a change output to a transa...
2021-02-16 Matt CoralloDrop dup txn in test_dynamic_spendable_outputs_local_ht...
2021-02-16 Matt CoralloDrop unused Network argument to KeysManager::new().
2021-02-16 Matt Corallof fix typos val caught
2021-02-16 Matt CoralloStruct-ify SpendableOutputDescriptor entries relevant...
2021-02-16 Matt Corallo[tests] Correct witness len calc in StaticOutputCounter...
2021-02-16 Matt CoralloMerge pull request #786 from TheBlueMatt/2021-02-chansi...
2021-02-16 Matt CoralloMerge pull request #797 from TheBlueMatt/2021-02-no...
2021-02-15 Matt CoralloMerge pull request #798 from TheBlueMatt/2021-02-route...
2021-02-15 Matt CoralloAdd a trivial benchmark of calculating routes on today...
2021-02-15 Matt CoralloAllow gossip messages to have 1KB of uninterpreted... 2021-02-no-addr-order
2021-02-15 Matt CoralloDrop trailing semicolons which rustc nightly generates...
2021-02-12 Matt CoralloSlightly expand documentation on KeysInterface
2021-02-12 Matt CoralloExpand documentation and fields in SpendableOutputDescr...
2021-02-12 Matt CoralloSwap key_derivation_params (u64, u64) for channel_keys_...
2021-02-12 Matt CoralloDrop address ordering enforcement in NodeAnnouncement...
2021-02-11 Matt CoralloMerge pull request #788 from TheBlueMatt/2020-02-concre...
2021-02-11 Matt CoralloAdd additional Clone derives
2021-02-10 Matt CoralloMerge pull request #787 from TheBlueMatt/2021-02-check...
2021-02-10 Matt CoralloFix documentation on PeerHandleError 2021-02-check-close-source
2021-02-10 Matt CoralloAdd test for error message hangline resulting in force...
2021-02-10 Matt CoralloCheck the PK of the source of an error before closing...
2021-02-05 Matt CoralloMerge pull request #793 from galderz/t_double_validatio...
2021-02-05 Galder ZamarreñoUnknown bits feature only needs to be validated once...
2021-02-04 Matt CoralloMerge pull request #790 from bmancini55/sync_complete
2021-02-04 bmancini55Interpret sync_complete in reply_channel_range
2021-02-03 Matt CoralloMerge pull request #768 from TheBlueMatt/2020-12-chanma...
2021-02-03 Matt Corallo[bindings] Don't require trait impl for-structs to...
2021-02-03 Matt CoralloMerge pull request #767 from TheBlueMatt/2020-12-chansi...
2021-02-02 Matt CoralloMerge pull request #781 from TheBlueMatt/2021-01-tokio-1
2021-02-02 Matt Corallo[bindings] Don't export new functions with unexportable...
2021-02-01 Matt Corallo[bindings] Use consistent imports for MessageSendEvents...
2021-02-01 Matt CoralloMerge pull request #783 from ariard/2021-01-disconnect...
2021-02-01 Antoine RiardAdd PeerManager::disconnect_by_node_id()
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 SeguraMakes 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-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 SeguraAdds 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
next