Closed GoogleCodeExporter closed 9 years ago
Hmm. Nobody else has reported that assert firing, so I suspect there's some
issue with how your replay code is implemented.
Rewinding the chain inherently means making a new one. It always has done -
same with BOBS. To rewind the chain you need to:
1) Shut down PeerGroup (stopAndWait)
2) Save/close the wallet
3) Save/close the block store
4) Throw away the objects.
5) Delete the chain file
6) Make a new chain file and checkpoint it to the rewind time.
7) Start everything up again
It's very important that the whole thing is shut down before you blow away the
old chain file and make a new one.
I'll leave this issue open for a while but I suspect the issue is with how the
chain is being replayed.
Original comment by mh.in.en...@gmail.com
on 29 Mar 2013 at 4:47
Not been reported elsewhere and I never saw this myself.
Original comment by hearn@google.com
on 30 Sep 2013 at 12:57
Original issue reported on code.google.com by
jimburto...@gmail.com
on 28 Mar 2013 at 3:41