mit-dci / lit

Lightning Network node software
MIT License
551 stars 119 forks source link

Refactoring P2P setup code and set up new DB layer framework #330

Closed delbonis closed 6 years ago

delbonis commented 6 years ago

This PR replaces the peer connection code with a new event-based system. It's not complete and there's some things that will be changed in the future. Some changes will be made in a future PR as they're waiting on another thing to happen. A rebase will be needed after the new integration test framework is merged.

TODO:

(Crossed out items are likely postponed until other refactors have been done.)

gertjaap commented 6 years ago

retest this please

delbonis commented 6 years ago

:cold_sweat: those merge conflicts

although many of them I think are just confused imports

Varunram commented 6 years ago

Yeah - wonder why it gets confused on imports / whitespace errors..