Closed
Description
Some bug fixes and optimizations are needed for the Mithril Aggregator:
- Fix debug logs never accessible on release build (update
release_max_level_warn
torelease_max_level_debug
inCargo.toml
forlog
dependency) - On Ubuntu, when we launch the Docker container, the server is not reachable
- A graceful shutdown implementation would help to quit easily a running container
- Move the
openapi.yaml
tomithril-network
and update all the dependencies - Add missing field in OpenAPI specification as explained in Add missing field in OpenAPI specification #112