chaind-eth

Queue server for ethereum
Log | Files | Refs | README | LICENSE

commit 5fc27671da923d527c975a8507abe19c31f8dea7
parent 8f86e9c97025d72ae1ae598143536afb6d10acd3
Author: lash <dev@holbrook.no>
Date:   Thu,  5 May 2022 08:10:38 +0000

Upgrade chaind

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

diff --git a/requirements.txt b/requirements.txt @@ -1,6 +1,6 @@ -chaind~=0.2.4 -hexathon~=0.1.5 -chainlib-eth~=0.1.1 +chaind~=0.2.7 +hexathon~=0.1.6 +chainlib-eth~=0.1.2 pyxdg~=0.27 shep~=0.2.5 -funga-eth~=0.6.0 +funga-eth~=0.6.1 diff --git a/setup.cfg b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = chaind-eth -version = 0.2.3 +version = 0.2.6 description = Queue server for ethereum author = Louis Holbrook author_email = dev@holbrook.no