Skip to content
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

rpc: Support for CometBFT 1.0 in CompatMode #12

Merged
merged 3 commits into from
Jan 26, 2024

Conversation

mzabaluev
Copy link
Contributor

@mzabaluev mzabaluev commented Jan 26, 2024

Recognize CometBFT major version 1 as one that is supported by the
default dialect, which remains named V0_37 to denote the "bottom" version.

This is a limited rework of #11 based on discussion there.

  • Referenced an issue explaining the need for the change
  • Updated all relevant documentation in docs
  • Updated all code comments where relevant
  • Wrote tests
  • Added entry in .changelog/

The V0_37 variant is the default that persists into 1.0.
The docs need to explain this, since we decided not to rename
the mode variant to V1
Recognize CometBFT major version 1 as one that is supported by the
default dialect.
@mzabaluev mzabaluev changed the title rpc: Support for CometBFT 1.0 in CompatMode rpc: Support for CometBFT 1.0 in CompatMode Jan 26, 2024
@mzabaluev mzabaluev requested a review from romac January 26, 2024 10:12
@mzabaluev mzabaluev marked this pull request as ready for review January 26, 2024 10:12
@mzabaluev mzabaluev merged commit 7db4a48 into main Jan 26, 2024
22 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants