Compare commits

...

1 Commits

Author SHA1 Message Date
lash
1b24fd5439 Implement shep 0.3.x, chainlib 0.4.x 2022-11-06 15:17:55 +00:00
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 - 0.2.0
* Implement chainlib 0.3.0 * Implement chainlib 0.3.0
- 0.1.16 - 0.1.16

View File

@@ -9,7 +9,7 @@ logg = logging.getLogger(__name__)
class Verify: 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) to_state_name = state_store.name(to_state)
m = None m = None
try: try:

View File

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

View File

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