-
Notifications
You must be signed in to change notification settings - Fork 225
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
High Level Goals for the next Third #388
Comments
I may suggest absorbing @devashishdxt's rearchitected https://github.com/devashishdxt/abci-rs instead, as 1) it works with rust async, 2) has some desired features in place (e.g. unix domain socket support), 3) it was planned to replace the current rust-abci implementation: So I think it's a better starting point -- instead of the custom wrapper types, it can perhaps reuse parts of tendermint-rs? |
I agree with making this change. I would just like to point out that this may change some of the goals listed above as the current implementation may not be compatible with 0.34 of Tendermint-Go (state-sync, block pruning, runtime event indexing, ...). |
will any of those have a big impact on abci-rs? For state-sync, it may just be protobuf update + extra trait / functions for it + expecting one more TCP/UDS connection? |
I think this issue's been open for much longer than the initially anticipated quarter 🙂 I'm closing it for now in favor of the Q3 2021 milestone. I've moved the majority of the still-open issues/requirements to this new milestone with the exception of:
|
This is a high level overview of potential plans for this repo over the next few months:
Priorities
Common Goals
Stretch Goals
The text was updated successfully, but these errors were encountered: