iroha icon indicating copy to clipboard operation
iroha copied to clipboard

Split `Configurable` into two traits

Open ilchu opened this issue 2 years ago • 0 comments

ConfigurationProxy structs will be in charge of initializing the configuration and loading values into it both from env and files. It would make sense to leave that functionality in the Configurable trait and move out any other functionality related to queries and setting parameters into a Configuration trait. This will also help kagami documentation generation.

ilchu avatar Aug 03 '22 08:08 ilchu