Bump version, deps
This commit is contained in:
parent
4612984269
commit
9eb1be810a
@ -405,7 +405,7 @@ def obsolete_by_cache(chain_spec, tx_hash, final, session=None):
|
|||||||
q = q.join(TxCache)
|
q = q.join(TxCache)
|
||||||
q = q.filter(Otx.nonce==nonce)
|
q = q.filter(Otx.nonce==nonce)
|
||||||
q = q.filter(TxCache.sender==sender)
|
q = q.filter(TxCache.sender==sender)
|
||||||
q = q.filter(Otx.tx_hash!=strip_0x(tx_hash))
|
q = q.filter(Otx.id!=otxid)
|
||||||
|
|
||||||
for otwo in q.all():
|
for otwo in q.all():
|
||||||
try:
|
try:
|
||||||
|
@ -3,6 +3,6 @@ hexathon~=0.1.0
|
|||||||
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.5.1
|
confini>=0.5.1,<0.7.0
|
||||||
pyxdg~=0.27
|
pyxdg~=0.27
|
||||||
chainlib~=0.0.12
|
chainlib>=0.1.0b1,<0.2.0
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[metadata]
|
[metadata]
|
||||||
name = chainqueue
|
name = chainqueue
|
||||||
version = 0.0.6rc8
|
version = 0.0.6rc9
|
||||||
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
|
||||||
|
Loading…
Reference in New Issue
Block a user