lightstreams-network / lightchain

Fast proof-of-authority blockchain based on go-ethereum and tendermint
https://lightstreams.network
GNU General Public License v3.0
55 stars 16 forks source link

Adding recover wal tools #183

Closed ggarri closed 5 years ago

ggarri commented 5 years ago
EnchanterIO commented 5 years ago

Hmmm, I think is not the best idea to store 40MB binaries in a github repo. It' better to build it locally from source code, when necessary no?

https://github.com/tendermint/tendermint/blob/master/scripts/json2wal/main.go

or do you have any particular reason to do so?