open-autonomy icon indicating copy to clipboard operation
open-autonomy copied to clipboard

Replace string templates with proper json/dict configs

Open angrybayblade opened this issue 3 years ago • 0 comments
trafficstars

Right now we're using string templates to generate deployment builds like here

https://github.com/valory-xyz/consensus-algorithms/blob/3bc1650cce5f63bb617cb97e4c769f838f0b7f50/aea_swarm/deploy/generators/docker_compose/templates.py#L58-L85

Which seems a bit unsystematic, I propose we replace these with actual json config templates which we can dump as yaml files

angrybayblade avatar May 20 '22 11:05 angrybayblade