• Mark Tyneway's avatar
    op-chain-ops: single database commit · 0ba3943a
    Mark Tyneway authored
    Instead of having multiple statedbs created,
    use a single statedb and make sure that it is
    only committed once. Various APIs are required
    for the full migration which wrap the low level
    LevelDB at various abstractions. This will ensure
    that changes to the statedb are committed to disk.
    0ba3943a
migrate.go 8.35 KB