-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
rpc: Support for CometBFT 1.0 in
CompatMode
(#12)
* rpc: update documentation for CompatMode 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 * rpc: CompatMode::from_version support for 1.x Recognize CometBFT major version 1 as one that is supported by the default dialect.
- Loading branch information
Showing
2 changed files
with
18 additions
and
1 deletion.
There are no files selected for viewing
3 changes: 3 additions & 0 deletions
3
.changelog/unreleased/improvements/12-rpc-compat-mode-for-v1.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
- `[cometbft-rpc]` Support CometBFT versions 1.x as recognized by | ||
`CompatMode::from_version` | ||
([\#12](https://github.com/cometbft/cometbft-rs/pull/12)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters