DEBUG WalkValidator:71 - Validation failed: txhash is not solid
Expectation
In previous releases, I was not observing this validation failure. I do not know what changed since previous releases that makes this happen for spam tx.
Also, I followed up with consistency checks for the failed validation tx with the api, and these tx are returning false, meaning, they would require reattachement AFAIU.
Steps to reproduce
Clone dev branch and mvn clean compile package.
Set SPAM_DELAY > 0 in the config file.
Start node, and observe the following in the log,
Expectation In previous releases, I was not observing this validation failure. I do not know what changed since previous releases that makes this happen for spam tx.
Also, I followed up with consistency checks for the failed validation tx with the api, and these tx are returning false, meaning, they would require reattachement AFAIU.