Commit Graph

38 Commits

Author SHA1 Message Date
8df61cada7 use setup-python
Some checks failed
Test / Run unit tests (pull_request) Successful in 18m58s
Test / Run integration tests (pull_request) Failing after 39m25s
2023-09-20 01:47:06 +08:00
c54b3b0e39 update deps 2023-09-20 01:14:43 +08:00
2446393db4 fn name
All checks were successful
Test / Run unit tests (pull_request) Successful in 17m52s
Test / Run integration tests (pull_request) Successful in 35m2s
2023-09-19 18:06:21 +08:00
fc54269146 run unit tests non parallel
All checks were successful
Test / Run unit tests (pull_request) Successful in 17m0s
Test / Run integration tests (pull_request) Successful in 35m55s
2023-09-19 11:28:42 +08:00
47ebfa205c CI fixes
install SO via curl

install py

setup go v4
2023-09-19 11:28:32 +08:00
5ab353605c system tests has no default branch
Some checks failed
Test / Run unit tests (pull_request) Failing after 6m14s
Test / Run integration tests (pull_request) Failing after 8m1s
2023-09-15 12:02:05 +08:00
80c3540ddb misc
Some checks failed
Test / Run unit tests (pull_request) Failing after 7m4s
Test / Run integration tests (pull_request) Failing after 7m5s
2023-09-12 00:05:13 +08:00
2e496f3af2 fix service init 2023-09-11 17:50:49 +08:00
e43cbb30f9 system-tests ref
Some checks failed
Test / Run unit tests (pull_request) Failing after 6m42s
Test / Run integration tests (pull_request) Failing after 8m10s
2023-09-10 18:21:19 +08:00
383d633851 add skip-build option to integration test setup 2023-09-10 17:46:29 +08:00
73c5d3632d update deps 2023-09-10 17:46:29 +08:00
cac06e9eff utils: load config 2023-09-10 00:26:30 +08:00
8a248faf57 get fixture data from test data repo
rename eth-testing module
2023-09-10 00:26:30 +08:00
24ab6d3680 pass CERC_GO_AUTH_TOKEN in makefile 2023-09-10 00:26:03 +08:00
463bf38130 add diff iterator comparison on mainnet data 2023-09-10 00:08:03 +08:00
4d7c2da4e7 fix test 2023-09-06 21:17:14 +08:00
d1fb6e1f55 symdiff - skip identical subtrees 2023-09-06 21:17:14 +08:00
91549f449c refactor builder metrics 2023-09-06 21:17:14 +08:00
3d4925c130 builder cleanup 2023-09-06 21:17:14 +08:00
b51dcf3518 refactor builder tests 2023-09-06 21:17:14 +08:00
1d0c1d0afb iterator fixes 2023-09-06 21:17:14 +08:00
6965a5bd8c consolidate, simplify 2023-09-06 21:17:14 +08:00
1efb2d10fc use symmetric difference iterator 2023-09-06 21:17:14 +08:00
d2224af6b5 symmetric diff iterator: detect common paths 2023-09-06 21:17:14 +08:00
bb10c6fffa Implement symmetric difference iterator 2023-09-06 21:17:14 +08:00
6b379c563b Builder clean up
- Remove unused bits
- simplify and normalize test data
- Renames for clarity
2023-09-06 21:17:14 +08:00
75696c738a tests: update ipld-eth-db image 2023-09-06 14:20:53 +08:00
c80dbe4600 Fix CI workflow & update ipld-eth-db (#10)
Some checks failed
Test / Run unit tests (push) Failing after 6m42s
Test / Run integration tests (push) Successful in 44m46s
Fix for #9
Update ipld-eth-db to 5.0.5

Reviewed-on: #10
2023-09-05 02:58:59 +00: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