Commit Graph

9 Commits

Author SHA1 Message Date
25f86f85e9 [debug] skip to SO step
Some checks failed
Test / Run unit tests (pull_request) Has been skipped
Test / Run compliance tests (pull_request) Has been skipped
Test / Run integration tests (pull_request) Failing after 49s
2024-03-28 22:14:43 +08:00
addf422537 SO debug
Some checks failed
Test / Run unit tests (pull_request) Has been skipped
Test / Run compliance tests (pull_request) Has been skipped
Test / Run integration tests (pull_request) Failing after 7m29s
2024-03-28 21:04:35 +08:00
7bd9e86990 [debug] just run integration test
Some checks failed
Test / Run unit tests (pull_request) Has been skipped
Test / Run compliance tests (pull_request) Has been skipped
Test / Run integration tests (pull_request) Failing after 6m32s
2024-03-28 19:44:26 +08:00
72482e986e ci fix
Some checks failed
Test / Run compliance tests (pull_request) Failing after 1m27s
Test / Run integration tests (pull_request) Has been cancelled
Test / Run unit tests (pull_request) Has been cancelled
2024-03-28 19:43:34 +08:00
9421e8ca81 [wip] test updates
Some checks failed
Test / Run integration tests (pull_request) Failing after 6m25s
Test / Run compliance tests (pull_request) Failing after 1m51s
Test / Run unit tests (pull_request) Successful in 12m37s
2024-03-28 18:41:26 +08:00
b8fec4b571 Add WriteStateSnapshot (#15)
All checks were successful
Test / Run unit tests (push) Successful in 16m3s
Test / Run compliance tests (push) Successful in 4m10s
Test / Run integration tests (push) Successful in 31m53s
Adds a method to perform full-state snapshots by diffing against an empty state trie.
This replicates the functionality of `ipld-eth-state-snapshot`, so that code can use this as a library; see: cerc-io/ipld-eth-state-snapshot#1

Note that due to how incremental diffs are processed (updates are processed after the trie has been traversed) the iterator state doesn't fully capture the progress of the diff, so it's not currently feasible to state diffs this way. Full snapshots don't have to worry about updated accounts, so we can support them.

Co-authored-by: Thomas E Lackey <telackey@bozemanpass.com>
Reviewed-on: #15
2023-09-28 03:35:45 +00:00
981bfb5895 Use symmetric difference iterator (#11)
All checks were successful
Test / Run unit tests (push) Successful in 17m53s
Test / Run integration tests (push) Successful in 37m51s
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
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
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