mit-dci / opencbdc-tx

A transaction processor for a hypothetical, general-purpose, central bank digital currency
Other
895 stars 200 forks source link

Updates to Config file Auto-generation (includes #138) #209

Open maurermi opened 1 year ago

maurermi commented 1 year ago

This PR looks to help complete #138 by making the changes requested in the most recent review. Namely, this change redirects the config file output to stdout, and confines all other other messages to stderr. In addition, adds changes which reflect current naming conventions and design choices.

HalosGhost commented 1 year ago

@maurermi note the merge conflict in CMakeLists.txt

maurermi commented 1 year ago

Merge resolved, updates required to unit tests to reflect new functionality as well (coming soon)

maurermi commented 1 year ago

@HalosGhost this is ready for a review -- in particular it would be good to know whether (and if so, what) additional functionality would be helpful to be included.