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
We need to adjust server's handleGetMPTDataCmd behaviour wrt KeepOnlyLatestState setting. We also need a test for state exchange between two nodes with KeepOnlyLatestState on.
The text was updated successfully, but these errors were encountered:
AnnaShaleva
changed the title
insole: allow to handle MPT data if KeepOnlyLatestState enabled
network: allow to handle GetMPTData command if KeepOnlyLatestState enabled
Sep 2, 2021
At the moment KeepOnlyLatestState is ignored when RemoveUntraceable is active which kinda solves the problem (we have all the appropriate data). And and it's a fair behaviour to return whatever MPT data we have (if we don't, this command will error out anyway). So we can remove the check, but there are some other things that can be improved here.
Depends on #2095.
We need to adjust server's
handleGetMPTDataCmd
behaviour wrtKeepOnlyLatestState
setting. We also need a test for state exchange between two nodes withKeepOnlyLatestState
on.The text was updated successfully, but these errors were encountered: