loomchain icon indicating copy to clipboard operation
loomchain copied to clipboard

Split Hsm config out of loom.yml

Open mattkanwisher opened this issue 6 years ago • 2 comments

Move hsm config to hsm.yml. So we can have a consistent loom.yaml across all validators

mattkanwisher avatar May 31 '19 14:05 mattkanwisher

The HsmConfig settings should be moved to a new loom_hsm.yml file, which should be located in the same directory as loom.yml.

This change should be backwards compatible, so for now we should keep the HsmConfig section in loom.yml, but the HsmConfig in loom_hsm.yml should override the one in loom.yml so that HsmConfig in loom.yml is only used if loom_hsm.yml doesn't exist.

enlight avatar Jun 18 '19 07:06 enlight

Working in progress ref: https://github.com/loomnetwork/loomchain/pull/1245

atchapcyp avatar Aug 08 '19 11:08 atchapcyp