lightningnetwork / lightning-onion

Onion Routed Micropayments for the Lightning Network
MIT License
396 stars 125 forks source link

multi: implement latest variable sized EOB proposal #38

Closed Roasbeef closed 4 years ago

Roasbeef commented 5 years ago

This picks up where #31, #33, and #36 left off. It implements the latest version of lightningnetwork/lightning-rfc#619. The only thing wrong with this PR atm is that it fails the EOB JSON test included in the latest spec PR, while passing end-to-end tests within the same implementation.

Roasbeef commented 5 years ago

Fixed some issues mapping the JSON test vectors, we now match up with the spec's test vectors!

Roasbeef commented 4 years ago

PTAL @cfromknecht

(won't build until the TLV PR in lnd is merged)

Roasbeef commented 4 years ago

Rebased now to the latest version of lnd that has the tlv package merged.

Roasbeef commented 4 years ago

PTAL @cfromknecht