alan-turing-institute / trustchain

Trustworthy decentralised PKI
https://alan-turing-institute.github.io/trustchain/
Apache License 2.0
9 stars 4 forks source link

Refactor use of config #139

Open sgreenbury opened 8 months ago

sgreenbury commented 8 months ago

Currently there are some places in where config is being retrieved through calls such as ion_config(). This means library code depends on reading this config and makes unit testing more challenging.

Discussed solution: