Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Converted blueprint to us flyweight pattern
This change converts the blueprint hook to use the flyweight pattern to only create one instance of the blueprint per environment. This facilitates the genesis v3.1.0 release, which allows hooks to run only once and cache the results for the duration of the genesis run, reducing the time it takes to run genesis. Also fixes missing os-conf.yml override in blueprint (that isn't being used yet due to a bug in genesis v3.0.x releases).
- Loading branch information