Rehailitate contract migration config/requirements

This commit is contained in:
nolash
2021-07-16 14:34:54 +02:00
parent 8cdaf9f28a
commit a803b59cbf
11 changed files with 122 additions and 82 deletions

View File

@@ -80,7 +80,12 @@ def main():
t = api.create_account(register=register)
ps.get_message()
o = ps.get_message(timeout=args.timeout)
try:
o = ps.get_message(timeout=args.timeout)
except TimeoutError as e:
sys.stderr.write('got no new address from cic-eth before timeout: {}\n'.format(e))
sys.exit(1)
ps.unsubscribe()
m = json.loads(o['data'])
print(m['result'])

View File

@@ -1,5 +1,5 @@
crypto-dev-signer~=0.4.14b7
chainqueue~=0.0.2b5
chainqueue~=0.0.2b6
confini>=0.3.6rc4,<0.5.0
cic-eth-registry~=0.5.6a2
redis==3.5.3