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
Call the above function to fetch the lanes info in NewNode and pass the response to NewCListMempool.
Currently the Handshake function in internal/consensus/replay.goqueries the app for info. We don't want to mix the mempool queries with consensus, so one option is to move proxyApp.Query().Info(...) outside of Handshake
Ideally we want to send an Info request to the app only once.
Uh oh!
There was an error while loading. Please reload this page.
Implement part of the mempool initialisation to fetch lanes info as described in the ADR.
proxy.AppConnQuery
mempool
packageNewNode
and pass the response toNewCListMempool
.Handshake
function ininternal/consensus/replay.go
queries the app for info. We don't want to mix the mempool queries with consensus, so one option is to moveproxyApp.Query().Info(...)
outside ofHandshake
Info
request to the app only once.Requires #3502
The text was updated successfully, but these errors were encountered: