Compare commits

..

2 Commits

Author SHA1 Message Date
lash
da9fb5925d Upgrade shep 2022-05-05 15:11:01 +00:00
lash
cbf00281c6 Remove sync for each get 2022-05-05 14:22:21 +00:00
4 changed files with 5 additions and 3 deletions

View File

@@ -1,3 +1,6 @@
- 0.1.13
* Remove sync on each get
* Upgrade shep to guarantee atomic state lock state
- 0.1.12
* Raise correct exception from index store exists check
- 0.1.11

View File

@@ -83,7 +83,6 @@ class Store:
s = self.index_store.get(k)
err = None
try:
self.state_store.sync()
v = self.state_store.get(s)
except FileNotFoundError as e:
err = e

View File

@@ -6,4 +6,4 @@ leveldir~=0.3.0
confini~=0.6.0
#pyxdg~=0.27
chainlib~=0.1.1
shep~=0.2.5
shep~=0.2.6

View File

@@ -1,6 +1,6 @@
[metadata]
name = chainqueue
version = 0.1.12
version = 0.1.13
description = Generic blockchain transaction queue control
author = Louis Holbrook
author_email = dev@holbrook.no