what is the situation of current testing?
same chain, forked when?
current rules still same as testing git?
hard to test without source or any info..
the client, i dont need.
Like I said before Cisa, I have taken the source to a private repo to stop other coins from poaching the DarkSilk work.
you did not get my point..
btw. what parts of code are you still working with since last "public testing branch"?
if yoy want, pm the test client link..
Ah ok. Now I understand, sorry Cisa. At the moment the code is still undergoing changes and we are going to then test in-house. Please find below the changes we have done since going private.
fixed segfault in CheckKernel
changed CTransactionPoS to inherit CTransaction
more fixes to CTransactionPoS
fixed another segfault
Cap nAttempts penalty at 8 and switch to pow instead of a division loop
Negative Stake Fix
Stake Weight Change
moved core
minor formatting
removed warnings
Added CBlockPoS
Using CTransactionPoS. Removed those methods from CTransaction
moved CTransaction & CMutableTransaction to src/primitives
Add support for watch-only addresses
Fixed ping time by removing BIP0031_VERSION
Peers display: corrected services description, sync height and ban score score display
Fixed the client subversion /DRKSLK:1.0.0/ -> DRKSLK:1.0.0
removed core.cpp/h files. code moved to src/primitives/
updated make files removed core.o and added transaction.o
Split CBlockHeader out of CBlock
Removed sync height from peers detail table view
-litemode fixes
These are just the changes committed to the private branch atm, next I have to overhaul the overviewpage, darksend, check over instantx, sort the splashscreen/icons/gui and then test.