loomchain
loomchain copied to clipboard
Split Hsm config out of loom.yml
Move hsm config to hsm.yml. So we can have a consistent loom.yaml across all validators
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.
Working in progress ref: https://github.com/loomnetwork/loomchain/pull/1245