Dincho Todorov
Dincho Todorov
Since now CircleCI support multiple context, we should split the contexts per service i.e.: - dockerhub - github - vault-$ROLE
relates to https://github.com/aeternity/aeternity/pull/3845 and https://github.com/aeternity/aeternity/issues/3799 - build/check jobs should run on single platform to save runtime - master should be build both for amd64 and arm64 - releases should be...
Upon release, automatically update https://github.com/aeternity/homebrew-aeternity/blob/master/Formula/aeternity-node.rb with most recent release version.
The docs asks for libssl1.0.0 while the runtime actually needs 1.1
``` 11:36:32.040 [error] Failed to open log file /usr/local/Cellar/aeternity-node/6.4.0/log/aeternity.log with error not owner 11:36:32.042 [error] Failed to open log file /usr/local/Cellar/aeternity-node/6.4.0/log/aeternity_mining.log with error not owner 11:36:32.044 [error] Failed to open...
Paths in the configuration can be set "relative", that relativeness should be configurable as well by allowing setting the "current/working/root" dir of the running node instance.
I don't see an option/way to set the log files path right now.
This mode should output all logs to stdout/stderr and not write logs to any file in the log directory.
While now the version can be easily found in `VERSION` and `REVISION` files, that implementation might (and should?) change in future. Also if single binary releases are implemented in https://github.com/aeternity/aeternity/issues/3858...