You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The library currently implements proposal pipelining, where multiple instances may be decided concurrently. Add in the option to batch multiple proposals and send these out to the replicas as a single request.
Change proposal command to take a Vec<Bytes>
Create an add on replica that will wait for size N bytes or send proposals on tick()
The text was updated successfully, but these errors were encountered:
The library currently implements proposal pipelining, where multiple instances may be decided concurrently. Add in the option to batch multiple proposals and send these out to the replicas as a single request.
Vec<Bytes>
tick()
The text was updated successfully, but these errors were encountered: