Post
Topic
Board Announcements (Altcoins)
Re: ⚒ Syscoin - 2.1.1 Released! Decentralized Marketplace & Multisig Platform!
by
sidhujag
on 17/01/2018, 02:26:37 UTC
when will the syscoin 2.1.3 be released?

When it is ready, we will provide a date, we wouldn't want to give our community false expectations.

Is it safe to use v2.1.2 with the auxpow fix yet?

Thanks.

The code has just been pushed to master but we are in the process of tagging it officially and releasing the binaries as a tagged release.

Heya, I'm having a similar issue while letting auxpow blocks read. This is not syscoin though, but experiencecoin so it's a generic question on the auxpow implementation.

I added it successful but randomly I see crashes like:

chain.h:404: void CDiskBlockIndex::SerializationOp(Stream&, Operation) [with Stream = CDataStream; Operation = CSerActionSerialize]: Assertion `pauxpow' failed.

I've noticed your implementation doesn't deal with auxpow in the chain side, which is different from what (eg.) dogecoin does.
Do you have an explanation why this would happen?
It would be interesting to gather some more info.

Cheers
The smart pointer is trampled.. id start from scratch and implement it properly like syscoin does. Dont look at dogecoin it hasnt been updated in years.