Implement shep 0.3.x, chainlib 0.4.x

This commit is contained in:
lash 2022-11-06 15:17:39 +00:00
parent b7a84acdb4
commit 1b24fd5439
Signed by: lash
GPG Key ID: 21D2E7BB88C2A746
4 changed files with 7 additions and 4 deletions

View File

@ -1,3 +1,6 @@
- 0.2.1
* Implement shep 0.3.0
* Implement chainlib 0.4.x
- 0.2.0
* Implement chainlib 0.3.0
- 0.1.16

View File

@ -9,7 +9,7 @@ logg = logging.getLogger(__name__)
class Verify:
def verify(self, state_store, from_state, to_state):
def verify(self, state_store, key, from_state, to_state):
to_state_name = state_store.name(to_state)
m = None
try:

View File

@ -1,5 +1,5 @@
hexathon~=0.1.7
leveldir~=0.3.0
confini~=0.6.1
chainlib~=0.3.0
shep~=0.2.9
chainlib~=0.4.0
shep~=0.3.0

View File

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