Compare commits
6 Commits
dev-0.1.12
...
dev-0.1.15
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a0f8960643
|
||
|
|
ce0f29d982
|
||
|
|
263d4df300
|
||
|
|
029deead75
|
||
|
|
da9fb5925d
|
||
|
|
cbf00281c6
|
@@ -1,3 +1,10 @@
|
|||||||
|
- 0.1.15
|
||||||
|
* Upgrade shep to avoid sync in persist set
|
||||||
|
- 0.1.14
|
||||||
|
* Upgrade shep to handle exception in filestore list
|
||||||
|
- 0.1.13
|
||||||
|
* Remove sync on each get
|
||||||
|
* Upgrade shep to guarantee atomic state lock state
|
||||||
- 0.1.12
|
- 0.1.12
|
||||||
* Raise correct exception from index store exists check
|
* Raise correct exception from index store exists check
|
||||||
- 0.1.11
|
- 0.1.11
|
||||||
|
|||||||
@@ -83,7 +83,6 @@ class Store:
|
|||||||
s = self.index_store.get(k)
|
s = self.index_store.get(k)
|
||||||
err = None
|
err = None
|
||||||
try:
|
try:
|
||||||
self.state_store.sync()
|
|
||||||
v = self.state_store.get(s)
|
v = self.state_store.get(s)
|
||||||
except FileNotFoundError as e:
|
except FileNotFoundError as e:
|
||||||
err = e
|
err = e
|
||||||
|
|||||||
@@ -1,9 +1,9 @@
|
|||||||
#pysha3==1.0.2
|
#pysha3==1.0.2
|
||||||
hexathon~=0.1.5
|
hexathon~=0.1.6
|
||||||
leveldir~=0.3.0
|
leveldir~=0.3.0
|
||||||
#alembic==1.4.2
|
#alembic==1.4.2
|
||||||
#SQLAlchemy==1.3.20
|
#SQLAlchemy==1.3.20
|
||||||
confini~=0.6.0
|
confini~=0.6.0
|
||||||
#pyxdg~=0.27
|
#pyxdg~=0.27
|
||||||
chainlib~=0.1.1
|
chainlib~=0.1.1
|
||||||
shep~=0.2.5
|
shep~=0.2.8
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
[metadata]
|
[metadata]
|
||||||
name = chainqueue
|
name = chainqueue
|
||||||
version = 0.1.12
|
version = 0.1.15
|
||||||
description = Generic blockchain transaction queue control
|
description = Generic blockchain transaction queue control
|
||||||
author = Louis Holbrook
|
author = Louis Holbrook
|
||||||
author_email = dev@holbrook.no
|
author_email = dev@holbrook.no
|
||||||
|
|||||||
Reference in New Issue
Block a user