alan-turing-institute / trustchain

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

Refactor use of config #139

Open sgreenbury opened 1 year ago

sgreenbury commented 1 year 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: