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
|
||||
* Implement chainlib 0.3.0
|
||||
- 0.1.16
|
||||
|
@ -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:
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user