-
Notifications
You must be signed in to change notification settings - Fork 341
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
Add Tendermint 0.34 support #430
Conversation
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.
LGTM.
readonly appCreator: string; | ||
/** Values we expect in the backend */ | ||
readonly expected: ExpectedValues; | ||
/** A workaround for https://github.com/tendermint/tendermint/issues/4489 */ |
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.
😬
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.
Fortunately the clock issue is relsolved now
Tendermint 0.34 is not starting (or dying immediately before writing log entries) in the CI for some strange reason. Will investigate. |
which does not work with multiple instances. Instead debug start logs.
Closes #344