datdotorg / datdot-node-rust

datdot blockchain node in rust
https://playproject.io/datdot-node-rust
GNU General Public License v3.0
48 stars 9 forks source link

Unexpected epoch change #13

Closed ninabreznik closed 4 years ago

ninabreznik commented 4 years ago

I noticed my chain starts to behave weird if I let it run for a long time (might be I send to many transactions triggering same function with same account too many times) Screenshot_2019-12-27_23-46-53

jam10o-new commented 4 years ago

this happens if your machine goes to sleep or the system time otherwise doesn't match the time onchain (long enough for you to be in the next epoch onchain) - this never happens if there is at least one block producer online.

workaround is to purge-chain, there's no recovery for this scenario unless you manually change your system time, unfortunately 😅