Commit Graph

32 Commits

Author SHA1 Message Date
34ea4c393d cleanup 2023-08-06 13:45:57 +08:00
dffb403664 rm redundant functions 2023-08-06 13:45:57 +08:00
0e01a67a33 rm redundant functions 2023-08-06 13:45:57 +08:00
342b7066cc clean up 2023-08-06 13:45:57 +08:00
008b0c48b5 unused 2023-08-05 17:33:37 +08:00
338acc60c9 note geth bug 2023-08-05 17:33:37 +08:00
c04cd3eac6 go mod update & tidy 2023-08-05 17:33:37 +08:00
19c96215e0 sync indexer publishing 2023-08-05 17:33:37 +08:00
097d636f52 use concurrent iterators 2023-08-05 17:33:37 +08:00
23204cb810 refactor builder metrics
Some checks failed
Test / Run unit tests (pull_request) Failing after 2m6s
Test / Run integration tests (pull_request) Failing after 2m12s
2023-08-05 17:24:21 +08:00
9b50554d1b builder cleanup 2023-08-05 16:58:30 +08:00
ed05fa2979 refactor builder tests 2023-08-05 16:58:30 +08:00
b29d60542c iterator fixes 2023-08-05 16:58:30 +08:00
a6562c81c4 consolidate, simplify 2023-08-05 16:58:30 +08:00
bf5cb26c55 use symmetric difference iterator 2023-08-05 16:58:30 +08:00
ae30af8544 symmetric diff iterator: detect common paths 2023-08-05 16:58:30 +08:00
fdcce5be35 Implement symmetric difference iterator 2023-08-05 16:58:30 +08:00
dcfb9007bb Builder clean up
- Remove unused bits
- simplify and normalize test data
- Renames for clarity
2023-08-05 16:58:30 +08:00
8b59545c59 update plugeth 2023-08-05 16:58:30 +08:00
398ee00308 update deps 2023-08-05 16:58:30 +08:00
c53f17515f Update API version 2023-08-04 20:35:29 +08:00
69fa11d6b1 tests: update ipld-eth-db image
Some checks failed
Test / Run unit tests (pull_request) Failing after 6s
Test / Run integration tests (pull_request) Failing after 34m57s
2023-08-03 22:47:09 +08:00
840d4a4e5d Fix bug where the defensive copy loses the computed leaf paths
Some checks failed
Test / Run integration tests (push) Failing after 18s
Test / Run unit tests (push) Failing after 21s
https://github.com/cerc-io/go-ethereum/pull/400
2023-07-23 01:40:00 +08:00
b21ca5da75 Statediff missing parent blocks automatically (#8)
Some checks failed
Test / Run integration tests (push) Has started running
Test / Run unit tests (push) Failing after 4m18s
Port of https://github.com/cerc-io/go-ethereum/pull/399 and https://github.com/cerc-io/go-ethereum/pull/397.

Co-authored-by: Thomas E Lackey <telackey@bozemanpass.com>
Reviewed-on: #8
2023-07-20 02:15:48 +00:00
03f5622bea Add Gitea CI workflow
Some checks failed
Test / Run unit tests (pull_request) Failing after 5m38s
Test / Run unit tests (push) Failing after 5m59s
Test / Run integration tests (pull_request) Failing after 19m19s
Test / Run integration tests (push) Failing after 40m57s
* use dedicated access token for pulling private repos

Co-authored-by: Thomas E Lackey <telackey@bozemanpass.com>
2023-07-14 13:16:51 +08:00
cc17762fdc 292: Backfill gaps in the recent past on startup when tracking head. (#395)
* Backfill gaps in the recent past when statediffing head.
2023-07-14 13:16:51 +08:00
c4f16290c7 Updates post review
* remove StreamCodeAndCodeHash
* Makefile: local build target
* clean up comments & unused
2023-07-14 13:16:39 +08:00
c96215f9be Port: Check if the statediff is already in progress or completed. 2023-07-14 12:57:34 +08:00
49e0beb389 Port: Fix deferred rollback on error 2023-07-14 12:57:34 +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
bb00c46735 Copy package from geth fork 2023-07-11 20:10:38 +08:00
88a2405805 Initial commit 2023-05-22 12:02:03 +00:00