chainsyncer/CHANGELOG

39 lines
1.0 KiB
Plaintext
Raw Normal View History

2022-05-07 13:26:53 +02:00
* 0.4.8
- Add unlock action description to info loglevel for unlock tool
* 0.4.7
- Upgrade shep to avoid sync in persist set
2022-05-05 17:43:54 +02:00
* 0.4.6
- Upgrade shep to handle filesystem list exception
* 0.4.5
- Upgrade chainlib
- Upgrade shep to guarantee atomic state locks
* 0.4.4
- Reinstate tx index bump in sync state on filter execution complete
* 0.4.3
- Refactor lock code, move into module from runnable script
* 0.4.2
- Same as 0.4.1
* 0.4.1
- Correct runnable entry in setup
* 0.4.0
- Refactor on shep
2022-04-27 11:43:42 +02:00
* 0.3.7
- Remove hard eth dependency in settings rendering
- Add unlock cli tool
* 0.3.6
- Add cli arg processing and settings renderer
2022-04-26 09:56:04 +02:00
* 0.3.5
- Allow memory-only shep if factory set to None in store constructor
* 0.3.4
- Use explicit bool check in filter interrupt check
2022-04-24 22:47:09 +02:00
* 0.3.3
- Include shep persistent state bootstrap sync
2022-04-24 23:20:41 +02:00
- Add chainsyncer extras
2022-04-20 18:38:04 +02:00
* 0.3.2
- Implement rocksdb backend
2022-04-09 21:03:51 +02:00
* 0.3.1
- Upgrade to release shep version
2022-04-10 17:26:42 +02:00
- Move sync state to SYNC after start
2022-03-30 10:14:42 +02:00
* 0.3.0
- Re-implement chainsyncer on shep