This repository has been archived by the owner on Jun 7, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 64
Mitigate "Timestamp is in the future" error #191
Comments
willclarktech
added a commit
that referenced
this issue
Jul 17, 2017
willclarktech
added a commit
that referenced
this issue
Jul 17, 2017
willclarktech
added a commit
that referenced
this issue
Jul 17, 2017
willclarktech
added a commit
that referenced
this issue
Jul 18, 2017
Use offsets in transaction creation - Closes #191
willclarktech
added a commit
that referenced
this issue
Jul 18, 2017
willclarktech
added a commit
that referenced
this issue
Jul 19, 2017
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When user's OS time is a few seconds ahead, all transactions are rejected with "Invalid transaction timestamp. TimeStamp is in the Future" error message.
When this error is obtained in lisk-js, it could try to do the transaction again with timestamp 10 seconds in the past. Maybe try to repeat this step 3 times with 10, 20, 30 seconds?
There are several issues on Lisk Nano reporting this: LiskArchive/lisk-nano#485 LiskArchive/lisk-nano#458 LiskArchive/lisk-nano#365
I heard even more on Lisk Chat, so I consider this to be a big problem. It happens mainly on Windows due to its lack of time sync.
The text was updated successfully, but these errors were encountered: