Ok regarding the Pavels work here are the updates to master... Unfortunately I dont know what this means. Also this is not POS 2.0 or is it. since I am not a coder I cant tell...
So can anyone tell me if POS 2 which is suppose to enhance security is beeing worked on? The last updated to release 2.0 was on may 1st!
https://github.com/rat4/blackcoin/commit/00d7b8cd4b9773db45658feedbb47d4e42d5b6e5here are the updates to master:
Jun 15, 2014
Wladimir J. van der Laan
Ignore too-long redeemScripts while loading wallet …
cd45a39850 Browse code
laanwj authored 5 days ago rat4 committed 7 hours ago
Jun 14, 2014
P. Kaufmann
remove unused UPnP code from main.h …
2033e57294 Browse code
Diapolo authored 5 days ago rat4 committed yesterday at 5:26
Wladimir J. van der Laan
Remove unused Print/PrintHex functions …
61f9b2bf41 Browse code
laanwj authored 5 days ago rat4 committed yesterday at 5:25
Andrew Poelstra
key.cpp: fail with a friendlier message on missing ssl EC support …
eae0079c73 Browse code
apoelstra authored 13 days ago rat4 committed yesterday at 5:07
Jun 12, 2014
Pavel Vasin
remove fClient
df3f87292c Browse code
rat4 authored 4 days ago
Pavel Vasin
refactor mempool locks
a3aa6594f3 Browse code
rat4 authored 4 days ago
Pavel Vasin
wallet: add missing locks
c1a0b02777 Browse code
rat4 authored 4 days ago
Wladimir J. van der Laan
Solve chainActive-related locking issues …
9341af2978 Browse code
laanwj authored on 15 Apr rat4 committed 3 days ago
Jun 11, 2014
Wladimir J. van der Laan
LoadWallet: acquire cs_wallet mutex before clearing setKeyPool …
feae605b9c Browse code
laanwj authored on 19 Dec 2013 rat4 committed 4 days ago
Wladimir J. van der Laan
Add AssertLockHeld for cs_main to ChainActive-using functions …
ad9bf4fbc3 Browse code
laanwj authored on 15 Apr rat4 committed 4 days ago
Gavin Andresen
Wallet locking fixes for -DDEBUG_LOCKORDER …
6a6ecdd5cc Browse code
gavinandresen authored on 18 Feb rat4 committed 4 days ago
Pavel Vasin
remove unused CWallet::ScanForWalletTransaction()
1a0db30bc8 Browse code
rat4 authored 5 days ago
Wladimir J. van der Laan
Document cs_wallet lock and add AssertLockHeld …
53bb2ca2e2 Browse code
laanwj authored on 12 Dec 2013 rat4 committed 4 days ago
Jun 10, 2014
Wladimir J. van der Laan
Use mutex pointer instead of name for AssertLockHeld …
2817a33de7 Browse code
laanwj authored on 19 Dec 2013 rat4 committed 5 days ago
Gavin Andresen
mutex debugging routines: LocksHeld() and AssertLockHeld()
f34959a90d Browse code
gavinandresen authored on 29 Nov 2013 rat4 committed 5 days ago
Pavel Vasin
cleanup sync.{h,cpp}
d12d3d4312 Browse code
rat4 authored 5 days ago
Eric Lombrozo
Added comments to sync.h to make it easier to understand the macros
a23f68c5ec Browse code
CodeShark authored on 24 Jun 2013 rat4 committed 5 days ago
Alexander Kjeldaas
Simplify CMutexLock …
d9e38f78d2 Browse code
alexanderkjeldaas authored on 11 Nov 2012 rat4 committed 5 days ago
Alexander Kjeldaas
o Added AnnotatedMixin which adds locking annotations to the mutex …
68181912ec Browse code
alexanderkjeldaas authored on 10 Nov 2012 rat4 committed 5 days ago
Alexander Kjeldaas
o Added threadsafety.h - a set of macros using the -Wthread-safety …
144c833e13 Browse code
alexanderkjeldaas authored on 10 Nov 2012 rat4 committed 5 days ago
[Qt] Improve rpc console history behavior
82d78056f7 Browse code
cozz authored 9 days ago rat4 committed 5 days ago
Pavel Vasin
makefile.linux-mingw: link to zlib
887a4354a2 Browse code
rat4 authored 5 days ago
Jun 09, 2014
Pavel Vasin
getnewaddress: don't recommend accounts
7756c845a8 Browse code
rat4 authored 6 days ago
Tawanda Kembo
Make links on 'About Bitcoin Core' into clickable (squashed 5 comits … …
e40e43f728 Browse code
tkembo authored 24 days ago rat4 committed 6 days ago
Jun 08, 2014
Pavel Vasin
osx: fix building libmemenv.a
06cfc78fe6 Browse code
rat4 authored 7 days ago
Pavel Vasin
Merge branch 'master' of
https://github.com/stamhe/blackcoin e9797ff9b5 Browse code
rat4 authored 7 days ago
Gavin Andresen
Bug fix: CDataStream::GetAndClear() when nReadPos > 0 …
c968b8d4ec Browse code
gavinandresen authored on 28 Oct 2013 rat4 committed 7 days ago
Stam He
fix namespace bug
aa3c3c4d0a Browse code
stamhe authored 7 days ago
Stam He
fixed bitcoin #3162 bitcoin/bitcoin#3162
0314a09fce Browse code
stamhe authored 7 days ago
Jun 06, 2014
Pavel Vasin
bump version
1325f26f25 Browse code
rat4 authored 9 days ago
Pavel Vasin
linux: enable dbus by default
b39531c307 Browse code
rat4 authored 9 days ago
Pavel Vasin
linux: dynamically link to librt and libdl
d739dfab8a Browse code
rat4 authored 9 days ago
Huang Le
Remove template matching params from GetOpName() …
ec9eb0e426 Browse code
4tar authored 16 days ago rat4 committed 9 days ago
Jeff Garzik
CWallet: fix nTimeFirstKey init, by making constructor init common code …