eosnetworkfoundation / mandel

Obsolete. Use https://github.com/AntelopeIO/leap instead.
Other
87 stars 27 forks source link

[3.2] Add command line option --snapshot-to-json #710

Closed ClaytonCalabrese closed 2 years ago

ClaytonCalabrese commented 2 years ago

Add new command line option --snapshot-to-json which reads given snapshot.bin and generates a JSON equivalent file.

Resolves https://github.com/eosnetworkfoundation/mandel/issues/151

heifner commented 2 years ago

The linked issue mentions that this should not be part of nodeos, and that a separate tool should be created instead.

Completely agree. Do you want that done as part of this PR or as a separate task?

spoonincode commented 2 years ago

Let's first decide if we want to jump on to an eosio-snapshot like application or do a more through integrated solution by removing eosio-blocklog and have a single eosio-util. If we just go with an eosio-snapshot it's pretty easy to bang that out unlike more broad changes.

ClaytonCalabrese commented 2 years ago

closing due to migration to leap https://github.com/AntelopeIO/leap/pull/24