chainqueue

Blockchain transaction queue control
Log | Files | Refs | LICENSE

commit ce0f29d98296664a0675a59df8442380c154768a
parent 263d4df30011f67b965af42526ffae0783278a97
Author: lash <dev@holbrook.no>
Date:   Thu,  5 May 2022 17:03:19 +0000

Upgrade shep, omit sync on persist set

Diffstat:
Mrequirements.txt | 4++--
Msetup.cfg | 2+-
2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/requirements.txt b/requirements.txt @@ -1,9 +1,9 @@ #pysha3==1.0.2 -hexathon~=0.1.5 +hexathon~=0.1.6 leveldir~=0.3.0 #alembic==1.4.2 #SQLAlchemy==1.3.20 confini~=0.6.0 #pyxdg~=0.27 chainlib~=0.1.1 -shep~=0.2.7 +shep~=0.2.8 diff --git a/setup.cfg b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = chainqueue -version = 0.1.14 +version = 0.1.15 description = Generic blockchain transaction queue control author = Louis Holbrook author_email = dev@holbrook.no