Skip to content

Instantly share code, notes, and snippets.

View webmaster128's full-sized avatar

Simon Warta webmaster128

View GitHub Profile
@webmaster128
webmaster128 / leveldb_dump.py
Last active January 22, 2023 22:20 — forked from dexX7/leveldb_dump.py
Python LevelDB debug dumper
#!/usr/bin/env python
import argparse
import binascii
import sys
import leveldb
def b2x(b):
"""Convert bytes to a hex string"""
return binascii.hexlify(b).decode('utf8')
@webmaster128
webmaster128 / gist:f571b16b055487bc3e893f37208e7e81
Last active October 1, 2021 08:53 — forked from davepuchyr/genesis.json
Genesis file for iov-mainnet-2
We couldn’t find that file to show.