lightningnetwork / lightning-onion

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

Remove DecayedLog and move to lnd. #22

Closed jimpo closed 6 years ago

jimpo commented 6 years ago

The DecayedLog introduces a dependency on lnd and bbolt. Instead of creating a circular dependency with lnd, this changes the interfaces to operate on virtual ReplayLogs, and the DecayedLog implementation will be moved to lnd.

@cfromknecht @Roasbeef

Roasbeef commented 6 years ago

Nice! Is there a related lnd PR for this? I finally turned on notifications for this repo, so I'll see future activity more quickly.

jimpo commented 6 years ago

@Roasbeef https://github.com/lightningnetwork/lnd/pull/945

Roasbeef commented 6 years ago

cc @cfromknecht

Roasbeef commented 6 years ago

Ping on review @cfromknecht also on the lnd one.