command edits; external pkg for finding min deployment block; gofmt

This commit is contained in:
Ian Norden
2019-12-02 11:22:18 -06:00
parent 8562abd180
commit a834e55b9f
11 changed files with 128 additions and 30 deletions
+1 -3
View File
@@ -205,8 +205,6 @@ To do so, add the following fields to the config file.
[storageBackFill]
on = false
rpcPath = ""
startingBlock = 0
```
- `on` is set to `true` to turn the backfill process on
- `rpcPath` is the websocket or ipc path to the modified archival geth node that exposes the `StateDiffAt` rpc endpoint we can use to backfill storage diffs
- `startingBlock` is the block height at which we want to begin the backfill process; the height of the earliest contract deployment
- `rpcPath` is the websocket or ipc path to the modified archival geth node that exposes the `StateDiffAt` rpc endpoint we can use to backfill storage diffs