plugeth-statediff/test_helpers
Roy Crihfield 981bfb5895
All checks were successful
Test / Run unit tests (push) Successful in 17m53s
Test / Run integration tests (push) Successful in 37m51s
Use symmetric difference iterator (#11)
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: #11
2023-09-20 03:22:15 +00:00
..
mocks Use symmetric difference iterator (#11) 2023-09-20 03:22:15 +00:00
builder.go Use symmetric difference iterator (#11) 2023-09-20 03:22:15 +00:00
constant.go Copy package from geth fork 2023-07-11 20:10:38 +08:00
helpers.go Initial plugin implementation 2023-07-14 12:56:36 +08:00
test_data.go Initial plugin implementation 2023-07-14 12:56:36 +08:00
util.go Use symmetric difference iterator (#11) 2023-09-20 03:22:15 +00:00