nibhar
nibhar
Your assessment is correct. Specifically a request to a block with the oldest locators in the future of that block will return an empty response. The oldest possible locator to...
It should also no longer be necessary as a more recent macro block has been adopted.
`Somewhere.DEFAULT_WALLET_LABEL` // to be added
Fixed a while ago.
I do have a fix for this in the making. Just checking with a bit more scrutiny if it actually fixes things.
Ok I am fairly confident that I have found the cause to this. Let's assume `#10` and `#7` are macro blocks. Our Node is a Light Node. To begin with...
The fix should be as easy as adding a sanity check before the predecessor check into the `handle_missing_blocks` function to make sure a received block is in the current batch....
Proposed fix on this branch `nibhar/handle-missing-blocks`. As I said, I will first try to also get a test together for this.
Cosed with merge of #2591