Skip to content

Convert binary genesis to JSON [#3505]

Ethan Reesor requested to merge 3505-fix-genesis-json into main

Closes #3505 (closed). Adds a function to convert a binary genesis snapshot to JSON. Fixes JSON encoding, using CometBFT's JSON package instead of the standard one.

Changelog: fix

Merge request reports