v1.10.17-statediff-3.2.1
This is an internal release to enable us to work with the statediffing service (v3.2.1). This release is rebased on top of master branch go-etheruem v1.10.17
Moving the statediff code from v3.0.2 to v3.2.x allows us to leverage a new schema (eth_meta
).
- Create method for getting private config param
watchedAddressesLeafKeys
. - Move over helper function to load chain config; used by
ipld-eth-server
andeth-statediff-service
. - Add
eth_meta.known_gaps
table, to capture anyknownGaps
in the DB. - Add a flag to only start the statediff service once
geth
has caught up to the head of the chain. - Use pointers for arguments to
rlp.EncodeToBytes
.
v3.0.2
vs v3.2.1
diff.