plugeth-statediff/utils
Roy Crihfield c2ceca9230
All checks were successful
Test / Run unit tests (pull_request) Successful in 16m19s
Test / Run integration tests (pull_request) Successful in 32m16s
refactor: only support tracked snapshots
tracking incremental state diffs is not feasible like this. because updates are processed after the
trie has been traversed, the iterators' state doesn't fully capture the progress of the diff. since
currently snapshots are the only use case for tracking, let's just support that.
2023-09-27 21:29:20 +08:00
..
log default log level = info 2023-09-22 16:47:27 +08:00
bytes.go Initial plugin implementation 2023-07-14 12:56:36 +08:00
encoding.go Initial plugin implementation 2023-07-14 12:56:36 +08:00
iterator_test.go rework iterator state stuff 2023-09-26 20:12:33 +08:00
iterator.go refactor: only support tracked snapshots 2023-09-27 21:29:20 +08:00
utils.go Use symmetric difference iterator (#11) 2023-09-20 03:22:15 +00:00