HelixNetwork / pendulum

Pendulum is a distributed messaging protocol that enables globally available tamper proof timestamps :hourglass_flowing_sand:
https://dev.hlx.ai
Other
10 stars 6 forks source link

Recent releases of dev branch throw not solid exception for spam tx #129

Closed dnck closed 5 years ago

dnck commented 5 years ago

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,

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.

dnck commented 5 years ago

This issue is not appearing anymore. Possible PEBCAK.