bumped network version and main version, lots of test work and some stability improvements
This commit is contained in:
parent
e77d422fc2
commit
572e29f5d5
24 changed files with 243 additions and 33 deletions
|
@ -17,6 +17,7 @@ conf['general']['random_bind_ip'] = True
|
|||
conf['onboarding']['done'] = False
|
||||
conf['general']['minimum_block_pow'] = 5
|
||||
conf['general']['minimum_send_pow'] = 5
|
||||
conf['log']['file']['remove_on_exit'] = True
|
||||
|
||||
json.dump(conf, open('static-data/default_config.json', 'w'), sort_keys=True, indent=4)
|
||||
|
||||
|
|
|
@ -18,6 +18,7 @@ conf['general']['random_bind_ip'] = False
|
|||
conf['onboarding']['done'] = True
|
||||
conf['general']['minimum_block_pow'] = 4
|
||||
conf['general']['minimum_send_pow'] = 4
|
||||
conf['log']['file']['remove_on_exit'] = False
|
||||
|
||||
json.dump(conf, open('static-data/default_config.json', 'w'), sort_keys=True, indent=4)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue