Use symmetric difference iterator (#11)
Test / Run unit tests (push) Successful in 17m53s
Test / Run integration tests (push) Successful in 37m51s

Implements https://github.com/cerc-io/go-ethereum/issues/319

With this we can perform a single pass to process updates.

Also
* refactor code structure around single-pass iteration
* refactor builder metrics to match new set of functions
* fix unit tests by running sequentially
* update ipld-eth-db in compose
* factor out fixture data into external module
* some CI updates

Reviewed-on: https://git.vdb.to/cerc-io/plugeth-statediff/pulls/11
This commit was merged in pull request #11.
This commit is contained in:
2023-09-20 03:22:15 +00:00
parent c80dbe4600
commit 981bfb5895
26 changed files with 865 additions and 702 deletions
+2 -1
View File
@@ -9,7 +9,8 @@ $(MOCKS_DIR)/gen_backend.go:
github.com/openrelayxyz/plugeth-utils/core Backend,Downloader
docker-image: mocks
docker build . -t "cerc/plugeth-statediff:local"
docker build . -t "cerc/plugeth-statediff:local" \
--build-arg GIT_VDBTO_TOKEN
.PHONY: docker-image
# Local build