Reinstate next tx index in sync state for filter execution

This commit is contained in:
lash 2022-05-05 05:23:06 +00:00
parent 4af735e5d3
commit 5df6656981
Signed by: lash
GPG Key ID: 21D2E7BB88C2A746
3 changed files with 12 additions and 2 deletions

View File

@ -1,3 +1,13 @@
* 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
* 0.3.7
- Remove hard eth dependency in settings rendering
- Add unlock cli tool

View File

@ -41,5 +41,5 @@ class SyncSession:
if not self.item.release(interrupt=interrupt):
break
self.item.reset()
#self.next()
self.next()
self.session_store.disconnect()

View File

@ -1,6 +1,6 @@
[metadata]
name = chainsyncer
version = 0.4.3
version = 0.4.4
description = Generic blockchain syncer driver
author = Louis Holbrook
author_email = dev@holbrook.no