• Joshua Gutow's avatar
    cannon: Support compressed base64 pages in state.json · eb09231b
    Joshua Gutow authored
    This compresses the pages before marshalling them. It also uses base64
    instead of hex. This should reduce the memory usage of the json marshaller
    and reduce the size of the files. This will support reading but not writing
    hex encoded memory pages.
    eb09231b
Name
Last commit
Last update
..
open_mips_tests Loading commit data...
.gitignore Loading commit data...
README.md Loading commit data...
evm.go Loading commit data...
evm_test.go Loading commit data...
fuzz_evm_test.go Loading commit data...
instrumented.go Loading commit data...
logw.go Loading commit data...
memory.go Loading commit data...
memory_test.go Loading commit data...
metadata.go Loading commit data...
mips.go Loading commit data...
page.go Loading commit data...
page_test.go Loading commit data...
patch.go Loading commit data...
state.go Loading commit data...
state_test.go Loading commit data...
witness.go Loading commit data...