Rename payment_basepoint/key to simply payment_point/key.
[rust-lightning] / lightning / src / ln / msgs.rs
2020-05-06 Matt CoralloRename payment_basepoint/key to simply payment_point... 2020-03-static-remotekey
2020-04-29 Matt CoralloMerge pull request #590 from jkczyz/2020-04-feature...
2020-04-29 Jeffrey CzyzRemove duplicate specification of features
2020-04-29 Matt CoralloMerge pull request #609 from LNP-BP/refactor-deps
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-24 Matt CoralloMerge pull request #593 from TheBlueMatt/2020-04-par...
2020-04-20 Matt CoralloMerge pull request #594 from TheBlueMatt/2020-04-cleanups
2020-04-19 Matt CoralloDrop std::error::Error impl for DecodeError
2020-04-15 Matt CoralloMerge pull request #441 from TheBlueMatt/2020-01-mpp
2020-04-15 Matt Corallopanic!() when serializing OnionHopDatas with value...
2020-04-14 Matt CoralloImpl Base AMP in the receive pipeline and expose paymen...
2020-04-14 Matt CoralloRefuse to deserialize OnionHopDatas with values > 21...
2020-04-14 Matt CoralloSupport (de)serializing payment_data in onion TLVs...
2020-04-11 Matt CoralloMerge pull request #570 from naumenkogs/2020_04_routing...
2020-04-11 Matt CoralloAllow relaying of only one direction in a channel,...
2020-03-21 Matt CoralloMerge pull request #516 from TheBlueMatt/2020-02-checki...
2020-03-17 Matt CoralloMerge pull request #537 from TheBlueMatt/2020-03-data...
2020-03-09 Matt CoralloMerge pull request #435 from TheBlueMatt/2020-01-node_a...
2020-03-06 Matt CoralloFurther document the initial routing table send.
2020-03-06 Matt CoralloAdd ability to broadcast our own node_announcement.
2020-03-05 Matt CoralloAllow more than one address per type in node_announceme...
2020-03-04 Matt CoralloMerge pull request #523 from TheBlueMatt/2020-02-router...
2020-03-04 Matt CoralloMake Readable::read a templated on the stream, not...
2020-02-12 Matt CoralloMerge pull request #470 from ariard/2020-01-contributin...
2020-02-12 Matt CoralloMerge pull request #461 from ariard/2020-remove-duplicata
2020-02-11 Matt CoralloMerge pull request #434 from TheBlueMatt/2019-12-var...
2020-02-11 Matt CoralloAdd support for variable-length onion payload reads...
2020-02-11 Matt CoralloMove BogusHopData generation into test instead of Onion...
2020-02-11 Matt CoralloPull hmac out of OnionHopData.
2020-02-11 Matt CoralloFlatten OnionHopData struct with the Realm0 struct.
2020-02-11 Matt CoralloMerge pull request #491 from TheBlueMatt/2020-02-one...
2020-02-10 Matt CoralloMerge pull request #490 from jkczyz/2020-02-initial...
2020-02-10 Jeffrey CzyzMove initial_routing_sync decision to the Router
2020-02-05 Matt CoralloMerge pull request #454 from TheBlueMatt/2020-01-fuzz...
2020-01-25 Matt CoralloMerge pull request #459 from ariard/2020-01-fix-htlc...
2020-01-22 Matt CoralloMerge pull request #457 from ariard/2020-01-fix-append...
2020-01-22 Matt CoralloMerge pull request #433 from TheBlueMatt/2019-12-featur...
2020-01-20 Matt CoralloPass peer's Init message through to ChannelManager
2020-01-17 Matt CoralloMerge pull request #447 from ariard/2020-01-fix-weight...
2020-01-16 Matt CoralloMerge pull request #448 from lightning-signer/visibilit...
2020-01-16 Devrandomincrease visibility for external integration tests
2020-01-13 Matt CoralloMerge pull request #428 from TheBlueMatt/2019-12-flat...
2020-01-13 Matt CoralloMove features into a separate module out of msgs.
2020-01-13 Matt CoralloRefactor features a bit more to describe what the const...
2020-01-13 Matt CoralloFix Feature endianness by swapping bytes on read/write.
2020-01-12 Matt CoralloRelay/store channel/node announces w/ unknown req'd...
2020-01-12 Matt CoralloImplement Flat Features
2020-01-06 Matt CoralloMerge pull request #439 from TheBlueMatt/2020-01-398...
2020-01-06 Antoine RiardDrop Result for ChannelMessageHandler methods 2020-01-398-fixups
2019-11-19 Matt CoralloMerge pull request #379 from rrybarczyk/use-workspaces
2019-11-18 RJ RybarczykMerge branch 'master' of github.com:rust-bitcoin/rust...
2019-11-18 RJ RybarczykMerge branch 'master' of github.com:rust-bitcoin/rust...
2019-11-15 RJ RybarczykUse workspaces to separate crates