Bump version, deps

This commit is contained in:
lash 2022-04-26 08:59:53 +00:00
parent 4612984269
commit 9eb1be810a
Signed by: lash
GPG Key ID: 21D2E7BB88C2A746
3 changed files with 4 additions and 4 deletions

View File

@ -405,7 +405,7 @@ def obsolete_by_cache(chain_spec, tx_hash, final, session=None):
q = q.join(TxCache)
q = q.filter(Otx.nonce==nonce)
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():
try:

View File

@ -3,6 +3,6 @@ hexathon~=0.1.0
leveldir~=0.3.0
alembic==1.4.2
SQLAlchemy==1.3.20
confini~=0.5.1
confini>=0.5.1,<0.7.0
pyxdg~=0.27
chainlib~=0.0.12
chainlib>=0.1.0b1,<0.2.0

View File

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