mit-dci / lit

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

Refactor Qchan serialization to store data as flat JSON #379

Closed delbonis closed 6 years ago

delbonis commented 6 years ago

This is a preliminary step towards the new storage layer and channel management code. It also makes channel serialization a lot simpler and less prone to breakage, and in the process I removed a few hundred lines of very scary code.

delbonis commented 6 years ago

retest this please