plugeth-statediff/indexer
Roy Crihfield ebc2eb37e7 Initial plugin implementation
* refactor packages, flags, subscriptions
* DRY refactor builder tests
* use mockgen to generate mocks
* update README
* MODE=statediff no longer needed for unit tests
* simplify func names, clean up metrics
* move write params to service field
* sql indexer: confirm quit after ipld cache reset
  prevents negative waitgroup panic
* don't let TotalDifficulty become nil
* use forked plugeth, plugeth-utils for now
2023-07-14 12:56:36 +08:00
..
database Initial plugin implementation 2023-07-14 12:56:36 +08:00
interfaces Initial plugin implementation 2023-07-14 12:56:36 +08:00
ipld Initial plugin implementation 2023-07-14 12:56:36 +08:00
mainnet_data Copy package from geth fork 2023-07-11 20:10:38 +08:00
mocks Initial plugin implementation 2023-07-14 12:56:36 +08:00
models Copy package from geth fork 2023-07-11 20:10:38 +08:00
node Copy package from geth fork 2023-07-11 20:10:38 +08:00
shared Initial plugin implementation 2023-07-14 12:56:36 +08:00
test Initial plugin implementation 2023-07-14 12:56:36 +08:00
test_helpers Initial plugin implementation 2023-07-14 12:56:36 +08:00
constructor.go Initial plugin implementation 2023-07-14 12:56:36 +08:00