-
Notifications
You must be signed in to change notification settings - Fork 255
Open
Labels
metaMeta-level issues that collect other issues topicallyMeta-level issues that collect other issues topically
Description
With the current restructuring in Tendermint, where tendermint/tendermint#9091 will result in v0.35 and v0.36 being skipped and going straight to v0.37 (which will be based on v0.34), there are a couple of things we need to do here to update tendermint-rs:
- Create a new
main
branch off ofv0.23.x
as v0.37 will be based on Tendermint v0.34 - Porting relevant PRs from
master
tomain
: - meta: Semantic versioning #1128
Having tendermint-rs support multiple versions of Tendermint Core will allow us to:
- Cut a 1.0 release of tendermint-rs and start using semantic versioning properly
- Simplify the development process (simple trunk-based development)
- Keep the current crates' names as-is
james-chf
Metadata
Metadata
Assignees
Labels
metaMeta-level issues that collect other issues topicallyMeta-level issues that collect other issues topically