-
Notifications
You must be signed in to change notification settings - Fork 65
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
Ledger Increase Check #717
base: main
Are you sure you want to change the base?
Conversation
…to l-monninger/ledger-increase-check
Inside the nix shell I run
Assume this is because of the aforementioned bad script. For using an old container, should I just go back one commit on main and run |
To this point we have assumed a |
@@ -0,0 +1,32 @@ | |||
# install jq if in busybox | |||
if [ -f /etc/alpine-release ]; then |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is there a purpose for this standalone script file, when the ledger-should-progress
inlines a copy of it?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The execution flag change by chmod looks spurious, let's revert that.
Summary
util
Adds an overlay that will crash the
docker-compose
application if the ledger has not increased in a given amount of time. This is useful for detecting node asynchrony and similar conditions without a more advanced monitoring setup.Most of the changes here are permissions changes on compose files.
Testing
To validate
Added
No automated tests have yet been added.
Outstanding issues