Commit Graph

5 Commits

Author SHA1 Message Date
99ac6bb9ae iterator fixes
Some checks failed
Test / Run unit tests (pull_request) Failing after 10s
Test / Run integration tests (pull_request) Failing after 10s
2023-08-03 02:16:58 +08:00
3c544d4388 symmetric diff iterator: detect common paths 2023-07-25 22:23:50 +08:00
a7d7ea6d7a Implement symmetric difference iterator 2023-07-25 22:23:48 +08:00
c4f16290c7 Updates post review
* remove StreamCodeAndCodeHash
* Makefile: local build target
* clean up comments & unused
2023-07-14 13:16:39 +08:00
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