chaind

Base package for chain queue serviceBase package for chain queue service
Log | Files | Refs | LICENSE

commit 5d2d73fa64f15835204aa92ad8e1f08da6136820
parent dd1879bb91ae2d99aae94bd2c5d2e447ea91dd29
Author: lash <dev@holbrook.no>
Date:   Mon,  9 May 2022 19:44:28 +0000

Upgrade chainqueue, chainsyncer

Diffstat:
MCHANGELOG | 3+++
Mrequirements.txt | 6+++---
2 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/CHANGELOG b/CHANGELOG @@ -1,3 +1,6 @@ +- 0.2.12 + * Breaking upgrade of chainlib. + * Implement generic block and tx. - 0.2.11 * Upgrade shep to handle exception in filestore list - 0.2.10 diff --git a/requirements.txt b/requirements.txt @@ -1,6 +1,6 @@ -chainlib~=0.1.2 -chainqueue~=0.1.15 -chainsyncer~=0.4.7 +chainlib~=0.2.0 +chainqueue~=0.1.16 +chainsyncer~=0.4.9 confini~=0.6.0 funga~=0.5.2 pyxdg~=0.26