-
Notifications
You must be signed in to change notification settings - Fork 38
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
fix: refresh readonly mem-pool when receives new mem-block #721
fix: refresh readonly mem-pool when receives new mem-block #721
Conversation
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
51efa81
to
cbf9ede
Compare
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
Running integration testWorkflow Run Id: 2486855470 Components:
Manually running integration testPost a comment contains
Note:
Run Resultfailure Run Resultfailure |
/itest |
Running integration testWorkflow Run Id: 2487384420 Components:
Manually running integration testPost a comment contains
Note:
Run Resultsuccess |
/itest |
Running integration testWorkflow Run Id: 2487571599 Components:
Manually running integration testPost a comment contains
Note:
Run Resultsuccess |
This comment was marked as off-topic.
This comment was marked as off-topic.
cbf9ede
to
416a971
Compare
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
/itest |
Running integration testWorkflow Run Id: 2488391108 Components:
Manually running integration testPost a comment contains
Note:
Run Resultsuccess |
The Readonly node should not do it's own computation when the mem-pool reset, instead, the node should always wait for the full node to publish a new mem-block state, and then to sync with that state.
In this PR:
MemPool#reset
function.Note: The web3-indexer should subscribe the readonly node API to keep consistent state.