Implement shep 0.3.x, chainlib 0.4.x
This commit is contained in:
parent
b7a84acdb4
commit
1b24fd5439
@ -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
|
||||||
|
@ -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:
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user