lash
|
044e85fb99
|
Allow memory-only syncing
|
2022-04-26 07:56:04 +00:00 |
|
lash
|
4bda7522ab
|
Move store tests to separate dir, run last
|
2022-04-20 15:28:12 +00:00 |
|
lash
|
d27bcaa9f5
|
Factor out common store tests, implement for fs and rocksdb
|
2022-04-20 15:15:43 +00:00 |
|
lash
|
197560ae16
|
Implement rocksdb and default test
|
2022-04-20 14:27:59 +00:00 |
|
lash
|
f385b26e1e
|
Remove state module, move filterstate to filter module
|
2022-04-20 13:17:38 +00:00 |
|
lash
|
b7957b8a0b
|
Rename syncstate to filterstate
|
2022-04-20 12:58:50 +00:00 |
|
lash
|
891f90ae5f
|
WIP refactor to allow other backends
|
2022-04-20 11:59:12 +00:00 |
|
lash
|
8527901e6c
|
Add chain interface driver
|
2022-03-30 06:55:21 +00:00 |
|
lash
|
e8decb9cb7
|
Add filter counts in session tests, finish sync interrupt test
|
2022-03-30 05:25:26 +00:00 |
|
lash
|
18f9b9bd1f
|
complete test for sync resume
|
2022-03-29 12:56:15 +00:00 |
|
lash
|
7078adaf7e
|
WIP implement sync done in resume sync for mock driver
|
2022-03-29 11:28:37 +00:00 |
|
lash
|
ecb123f495
|
WIP implement resume sync test
|
2022-03-29 08:12:43 +00:00 |
|
lash
|
55e30eb13b
|
Add mock block generator
|
2022-03-29 07:28:28 +00:00 |
|
lash
|
61d7ee49f3
|
Soft interrupt tests
|
2022-03-29 06:56:21 +00:00 |
|
lash
|
ce945ae56e
|
Complete test for lock on interrupted filter
|
2022-03-23 23:36:17 +00:00 |
|
lash
|
a3517d0203
|
WIP session filter interrupt test
|
2022-03-21 21:03:24 +00:00 |
|
lash
|
755a030175
|
Syncitem sync state done on last next
|
2022-03-19 01:24:08 +00:00 |
|
lash
|
2b5383e9e0
|
Correct first target state filename
|
2022-03-19 01:13:37 +00:00 |
|
lash
|
7ff4e8faa0
|
Add target serialization to first state
|
2022-03-19 00:59:55 +00:00 |
|
lash
|
5f2809c394
|
Correct sync states of live sync ends
|
2022-03-19 00:52:47 +00:00 |
|
lash
|
e48b62679d
|
Replace filter execution control with bools instead of exceptions
|
2022-03-18 19:12:07 +00:00 |
|
lash
|
75a6d2975e
|
Implement driver processing
|
2022-03-18 01:11:30 +00:00 |
|
lash
|
78bd6ca538
|
Move filter registration to session store
|
2022-03-18 00:02:18 +00:00 |
|
lash
|
18f16d878f
|
Introduce driver object
|
2022-03-17 23:48:23 +00:00 |
|
lash
|
dcf095cc86
|
Complete syncitem filter advance
|
2022-03-17 22:07:19 +00:00 |
|
lash
|
5968a19042
|
Implement filter state per sync item
|
2022-03-17 19:36:27 +00:00 |
|
lash
|
9386b9e7f9
|
Fs syncer
|
2022-03-17 14:54:34 +00:00 |
|
lash
|
2d14515d34
|
Repair after merge
|
2022-03-17 10:16:55 +00:00 |
|
lash
|
58e983efcc
|
Merge branch 'dev-0.3.0' into lash/shep
|
2022-03-17 10:12:00 +00:00 |
|
lash
|
bf0b2eb5a5
|
Revert "WIP shep state defs"
This reverts commit 2ba87de195 .
|
2022-03-17 10:10:37 +00:00 |
|
lash
|
af47e31cc8
|
New filter interface, add state step stubs
|
2022-03-17 10:09:12 +00:00 |
|
lash
|
2ba87de195
|
WIP shep state defs
|
2022-03-16 18:44:13 +00:00 |
|
nolash
|
674bcc598a
|
Remove urllib exception leak in chainlib, rehabilitate tests
|
2021-10-19 14:20:11 +02:00 |
|
nolash
|
acbfcedc2b
|
Add parallization test with eth_tester backend
|
2021-09-29 19:01:57 +02:00 |
|
nolash
|
0e37914991
|
Separate ranges calculation from backend creation
|
2021-09-27 21:37:48 +02:00 |
|
nolash
|
a49c152e24
|
Add thread range generator
|
2021-09-27 20:37:13 +02:00 |
|
nolash
|
db6128f823
|
Add lock flags to model, backend
|
2021-09-26 19:32:08 +02:00 |
|
Louis Holbrook
|
5ff72117bc
|
Implement chainlib basedir override
|
2021-08-26 08:09:47 +00:00 |
|
nolash
|
7b3cf46732
|
Rename sql backend object
|
2021-04-15 17:45:35 +02:00 |
|
nolash
|
e9b62d7062
|
Correct file backend name in test
|
2021-04-15 17:19:05 +02:00 |
|
nolash
|
cb603130b7
|
Make tests pass for file
|
2021-04-15 17:16:31 +02:00 |
|
nolash
|
6a94e28ad8
|
WIP fix filter handling in file backend
|
2021-04-15 16:23:30 +02:00 |
|
nolash
|
6201420ad2
|
Use mock conn and process method from headsyncer in testsyncer
|
2021-04-15 15:27:19 +02:00 |
|
nolash
|
987a18fd6b
|
Implement filter integrity test in sql backend
|
2021-04-15 15:06:07 +02:00 |
|
nolash
|
d1077bf87a
|
Reinstate start tx setter
|
2021-04-15 14:11:06 +02:00 |
|
nolash
|
b4be9ff04c
|
Add mock block tx structs
|
2021-04-15 11:15:48 +02:00 |
|
nolash
|
908f762cd0
|
Add interrupt test base
|
2021-04-15 09:59:45 +02:00 |
|
nolash
|
7f0936b3e4
|
Split up backend modules
|
2021-04-10 00:30:08 +02:00 |
|
nolash
|
3b40f0e6f6
|
Add filter to file backend
|
2021-04-10 00:11:10 +02:00 |
|
nolash
|
c2d3d243b0
|
Add first, resume methods for file backend
|
2021-04-09 22:14:58 +02:00 |
|