Callum Waters
Callum Waters
What would happen for a node that was previously using rocksdb as the storage engine? i.e. what is the migration path across
Yeah I can imagine that this would have been similar to the eventual database migration. My interest in v0.6.7 stems from the pain point in validator operators at the moment...
So the more concrete definitions I've formulated around consensus engine performance are: 1. Commit latency: the average time it takes a transaction to enter the mempool via RPC till when...
Yup! the other thought I have around this is to add the option of querying/subscribing to the events themselves (as opposed to receiving the entire transaction and all neighbouring events)
Thanks for raising this issue. What version do you see this in?
May be best to base this against `feature/abci++ppp` as this change is involved with abci++. We might also want to leave it until most of the ppp is done before...
> Do you think there's anything to be carried over to the new stack in this context? Yeah I think peers should let one another know when they are rejecting...
This overlaps with https://github.com/tendermint/tendermint/issues/8028. We've discussed this problem in a few calls but thanks for bringing it up again. It's important in determining how much of a priority this should...
Yup we're aware of the compaction issues and we've discussed using the same key i.e. not suffixed with the height so new values would overwrite.
Yeah we will backport it v0.34 when we make the patch