-
Notifications
You must be signed in to change notification settings - Fork 44
Add DependencyManager Mithril Aggregator #131
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
4827cc0
to
7a18e1f
Compare
* Implement a dependency manager * Add a snashot storer as a dependency * Use snapshot storer dependency in server routes
7a18e1f
to
ee52d70
Compare
* Allow configuraton from json file or by env vars * Example launch when no config file: 'NETWORK=testnet URL_SNAPSHOT_MANIFEST=https://storage.googleapis.com/cardano-testnet/snapshots.json ./mithril-aggregator'
@abailly-iohk this new version embeds the We can configure the node with env vars now and run it with: How can we set these env vars in the end to end test of the CI? 🤔 |
There are various options, we could pass them to the process running |
Great, thanks 🙂 |
This a first version of a dependency manager that is accessed by the handlers of the http server of the aggregator