Extend BaseSign with HTLC output signing support for external claims
[rust-lightning] / lightning / src / chain / keysinterface.rs
2022-12-07 Wilmer PaulinoExtend BaseSign with HTLC output signing support for...
2022-12-06 Matt CoralloMerge pull request #1902 from tnull/2022-12-payment...
2022-12-06 Matt CoralloMerge pull request #1867 from wpaulino/remove-signer...
2022-12-05 Matt CoralloMerge pull request #1857 from TheBlueMatt/2022-11-reloa...
2022-12-05 Wilmer PaulinoRemove unnecessary byte_utils helpers
2022-12-05 Wilmer PaulinoDrop Clone requirement from Sign
2022-12-05 Wilmer PaulinoRename KeysInterface ready_channel to provide_channel_p...
2022-12-05 Wilmer PaulinoSplit KeysInterface::get_channel_signer into two
2022-12-04 Matt CoralloMerge pull request #1891 from tnull/2022-12-rename...
2022-12-03 Matt CoralloMerge pull request #1887 from TheBlueMatt/2022-11-defin...
2022-12-01 Matt CoralloMerge pull request #1862 from valentinewallace/2022...
2022-11-30 Matt CoralloRemove unreachable `Err` cases on `derive_*_revocation_key`
2022-11-30 Matt CoralloRemove unreachable `Err` cases on `derive_{public,priva...
2022-11-30 Matt CoralloMerge pull request #1839 from ariard/2022-11-increase...
2022-11-25 Matt CoralloMerge pull request #1861 from TheBlueMatt/2022-11-tx...
2022-11-22 Matt CoralloMerge pull request #1828 from lightning-signer/2022...
2022-11-22 DevrandomRe-add support for non-zero-fee-anchors to chan_utils...
2022-11-11 Matt CoralloMerge pull request #1845 from TheBlueMatt/2022-11-futur...
2022-11-11 Matt CoralloMerge pull request #1413 from ViktorTigerstrom/2022...
2022-11-10 Matt CoralloMerge pull request #1843 from TheBlueMatt/2022-11-fix...
2022-11-03 Matt CoralloMerge pull request #1761 from TheBlueMatt/2022-10-user...
2022-11-01 Matt CoralloMerge pull request #1791 from valentinewallace/2022...
2022-10-27 Matt CoralloMerge pull request #1809 from valentinewallace/2022...
2022-10-27 Matt CoralloMerge pull request #1805 from TheBlueMatt/2022-10-remot...
2022-10-26 Matt CoralloDrop useless `mut` in `KeysInterface::sign_holder_ancho... 2022-10-remote-useless-mut
2022-10-24 Matt CoralloMerge pull request #1779 from valentinewallace/2022...
2022-10-24 Valentine WallaceKeysInterface docs: note that Recipient type must be...
2022-10-22 Matt CoralloMerge pull request #1780 from wpaulino/rust-edition...
2022-10-21 Wilmer PaulinoBump workspace to rust edition 2018
2022-10-21 Valentine WallaceAdd KeysInterface::get_node_id method
2022-10-21 valentinewallaceMerge pull request #1770 from jkczyz/2022-10-debug...
2022-10-19 Jeffrey CzyzMerge pull request #1748 from valentinewallace/2022...
2022-10-19 Matt CoralloMerge pull request #1678 from TheBlueMatt/2022-08-fundi...
2022-10-19 valentinewallaceMerge pull request #1769 from TheBlueMatt/2022-10-disco...
2022-10-19 Jeffrey CzyzMerge pull request #1764 from G8XSU/rgs-ignore-error
2022-10-19 Jeffrey CzyzMerge pull request #1777 from lexe-tech/max/best-block...
2022-10-19 Matt CoralloMerge pull request #1689 from wpaulino/anchors-bump...
2022-10-18 Wilmer PaulinoAdd holder anchor signing support to BaseSign
2022-10-17 Matt CoralloMerge pull request #1763 from gcomte/feature/derive-eq
2022-10-14 Gabriel ComteDerive Eq for all structs that derive PartialEq
2022-10-07 Matt CoralloMerge pull request #1625 from TheBlueMatt/2022-07-histo...
2022-09-09 Matt CoralloMerge pull request #1711 from TheBlueMatt/2022-08-0conf...
2022-09-06 valentinewallaceMerge pull request #1657 from TheBlueMatt/2022-08-async...
2022-09-06 Matt CoralloMerge pull request #1695 from TheBlueMatt/2022-08-log...
2022-09-03 Matt CoralloMerge pull request #1692 from TheBlueMatt/2022-08-time...
2022-08-18 Matt CoralloMerge pull request #1670 from TheBlueMatt/2022-08-mon...
2022-08-17 Matt CoralloMerge pull request #1666 from TheBlueMatt/2022-08-fix...
2022-08-16 Matt CoralloMerge pull request #1660 from TheBlueMatt/2022-08-clean...
2022-08-15 Matt CoralloMerge pull request #1663 from tnull/2022-08-drop-regist...
2022-08-15 valentinewallaceMerge pull request #1659 from valentinewallace/2022...
2022-08-12 Matt CoralloMerge pull request #1658 from lightning-signer/2022...
2022-08-10 DevrandomModify ecdh to take Scalar
2022-08-10 DevrandomUpdate bitcoin crate to 0.29.0
2022-08-03 Matt CoralloMerge pull request #1638 from ViktorTigerstrom/2022...
2022-08-03 Matt CoralloMerge pull request #1619 from G8XSU/main
2022-08-03 Matt CoralloMerge pull request #1503 from valentinewallace/2022...
2022-08-02 Valentine WallaceKeysInterface: add new ecdh method
2022-07-14 Jeffrey CzyzMerge pull request #1543 from jkczyz/2022-06-network...
2022-07-05 Matt CoralloMerge pull request #1553 from wvanlint/dns_hostname
2022-06-21 Matt CoralloMerge pull request #1518 from valentinewallace/2022...
2022-06-21 valentinewallaceMerge pull request #1556 from danielgranhao/2022-06...
2022-06-21 Daniel GranhãoChange description of get_node_secret()
2022-05-16 valentinewallaceMerge pull request #1475 from atalw/2022-04-paymentforw...
2022-05-14 Matt CoralloMerge pull request #1429 from TheBlueMatt/2022-04-drop...
2022-05-11 Matt CoralloMerge pull request #1023 from TheBlueMatt/2021-07-par...
2022-05-09 valentinewallaceMerge pull request #1467 from arik-so/fuzz_new_target_docs
2022-05-05 Jeffrey CzyzMerge pull request #1389 from lightning-signer/2022...
2022-05-05 Devrandombitcoin crate 0.28.1
2022-04-13 Matt CoralloMerge pull request #1384 from valentinewallace/2022...
2022-03-30 Jeffrey CzyzMerge pull request #1376 from jurvis/jurvis/persist...
2022-03-28 Matt CoralloMerge pull request #1351 from TheBlueMatt/2022-03-scid...
2022-03-25 Arik SosmanMerge pull request #1388 from lightning-signer/2022...
2022-03-25 DevrandomAdd low_r signature grinding
2022-03-02 Matt CoralloMerge pull request #1310 from TheBlueMatt/2022-02-bump...
2022-03-01 Matt CoralloMerge branch '2022-02-fix-multi-hop-hint-panic' into...
2022-02-24 Matt CoralloMerge pull request #1318 from jurvis/jurvis/2022-02...
2022-02-22 valentinewallaceMerge pull request #1309 from TheBlueMatt/2022-02-first...
2022-02-17 Matt CoralloMerge pull request #1266 from TheBlueMatt/2022-01-fix...
2022-02-15 Jeffrey CzyzMerge pull request #1199 from valentinewallace/2021...
2022-02-14 Valentine Wallacekeysinterface: adapt get_node_secret for phantom payments
2022-02-14 Valentine WallaceKeysInterface::sign_invoice: indicate whether invoice...
2022-02-14 Valentine Wallacekeysmanager: support phantom payments with PhantomKeysM...
2022-02-14 valentinewallaceMerge pull request #1305 from ConorOkus/update-readme
2022-02-11 Arik SosmanMerge pull request #1268 from TheBlueMatt/2022-01-balan...
2022-01-27 valentinewallaceMerge pull request #1282 from TheBlueMatt/2022-01-fuzz...
2022-01-26 Matt CoralloMerge pull request #1179 from TheBlueMatt/2021-11-fix...
2022-01-26 valentinewallaceMerge pull request #1273 from jkczyz/2022-01-invoice...
2022-01-25 Matt CoralloMove node_id signing of ChannelAnnouncement into Signer
2022-01-25 valentinewallaceMerge pull request #1275 from jkczyz/2022-01-benchmark...
2022-01-25 Matt CoralloMerge pull request #1251 from lightning-signer/2022...
2022-01-24 DevrandomProvide preimages to signer
2022-01-24 valentinewallaceMerge pull request #1272 from lightning-signer/2022...
2022-01-24 valentinewallaceMerge pull request #1271 from tnull/rename_payee_struct
2022-01-24 valentinewallaceMerge pull request #1253 from TheBlueMatt/2022-01-backg...
2022-01-24 DevrandomImprove KeysInterface::sign_invoice API
2022-01-22 Matt CoralloMerge pull request #1250 from vss96/sanity_check
2022-01-22 vss96Sanity check for ChannelManager and KeysInterface
2022-01-14 Matt CoralloMerge pull request #1238 from TheBlueMatt/2022-01-locko...
2022-01-14 Matt CoralloMerge pull request #1229 from lightning-signer/2021...
2022-01-13 Ken SedgwickSet the SigHashType of remote htlc signatures w/ anchor...
next