Gav Wood
c3a334cc21
Introduce vector_ref::cleanse, code adapted from openSSL.
Introduce secure_vector and bytesSec, make Secret auto-cleansing.
10 years ago
Gav Wood
49a826397b
Introduce vector_ref::cleanse, code adapted from openSSL.
Introduce secure_vector and bytesSec, make Secret auto-cleansing.
10 years ago
subtly
126ae0d3de
typo
10 years ago
subtly
110c1099b6
possible fix for pause on shutdown. thread names in macos for easier debugging.
10 years ago
Gav Wood
39463399f3
Version bump.
10 years ago
Gav Wood
4ae1133224
Version bump.
10 years ago
Gav Wood
15229a15ab
Version bump.
10 years ago
Gav Wood
cb009c7640
Fix mining deadlocks.
Cleanups and additional diagnostics for the BadRoot problems.
10 years ago
Gav Wood
3a91cd8cd9
Version bump, compile fix.
10 years ago
Paweł Bylica
69bbae0072
concurrent_queue
10 years ago
Gav Wood
d59b71210d
Version bump.
10 years ago
Gav Wood
51f887aac5
Make sure all directories are not readable by baddies (dejavu wk1#0).
Closes #2509 .
Remove neth :(. Who knows, perhaps not forever...
10 years ago
Gav Wood
631e701fdf
Fix dejavu week 1, issue 1.
Reenable bits of ethash.
10 years ago
Gav Wood
58c7d1ead6
Basic test working with same code for Ethash and BasicAuthority.
10 years ago
Gav Wood
3fa8cfc328
Tests working for BasicAuthority and Ethash.
10 years ago
Gav Wood
d76b9b3d18
Basic test working with same code for Ethash and BasicAuthority.
10 years ago
Gav Wood
3dbe96d518
Tests working for BasicAuthority and Ethash.
10 years ago
Gav Wood
4f32150a6a
Basic test working with same code for Ethash and BasicAuthority.
10 years ago
Gav Wood
fd4486ca79
Tests working for BasicAuthority and Ethash.
10 years ago
Gav Wood
e18e3de824
Basic test working with same code for Ethash and BasicAuthority.
10 years ago
Gav Wood
57e1ae26f7
Tests working for BasicAuthority and Ethash.
10 years ago
Gav Wood
d16c51a56f
Basic test working with same code for Ethash and BasicAuthority.
10 years ago
Gav Wood
bcce3cb72b
Tests working for BasicAuthority and Ethash.
10 years ago
Gav Wood
68b2c8ecbf
Basic test working with same code for Ethash and BasicAuthority.
10 years ago
Gav Wood
4302afdf2c
Tests working for BasicAuthority and Ethash.
10 years ago
arkpar
3db5d95716
State and Client minor cleanup
10 years ago
Gav Wood
795c631de6
Stricter checks on RLP.
10 years ago
subtly
614b61b67a
Fix deadlineop/ops mutexes. Rerun discovery regardless of whether timer is cancelled, due to asio prematurely cancelling timer.
10 years ago
Gav Wood
778e6ff677
Fix for invariant macro.
Minor cleanups.
Fix for rescue mode.
10 years ago
subtly
7cb578cc1f
log worker exceptions
10 years ago
subtly
f0c925086d
Fixes for #2337 , #2349 , #2288 , #2333 , #1398 .
10 years ago
Gav Wood
0e583ffc38
Fix up the windows build.
10 years ago
Gav Wood
b8fa3ce530
Better visualisation of sync.
10 years ago
Gav Wood
8c3fa55dab
windows build fix.
10 years ago
Gav Wood
e92e107fe9
Better casting.
10 years ago
Gav Wood
464c60145e
Fix up the windows build.
10 years ago
Gav Wood
dbf49bbc49
Better visualisation of sync.
10 years ago
Gav Wood
3024040ee8
windows build fix.
10 years ago
Gav Wood
8d95fbe59c
Better casting.
10 years ago
Gav Wood
98ad4c2454
windows build fix.
10 years ago
Gav Wood
e9cff7f021
Better casting.
10 years ago
Gav Wood
e5cd66898c
Version bump.
10 years ago
chriseth
6f2731d3f3
Style.
10 years ago
Lefteris Karapetsas
560b09777e
Throw on FixedHash failure of String construction
I have had this bite me a few times when testing FixedHash with the
string constructor. A capital "X" in the 0x prefix, wrong number of hex
characters compared to the number of bytes the FixedHash has e.t.c. and there
was no warning. The hash had a 0 value while I was assuming it worked
fine.
Having it throw in case of error will guarantee that this won't happen again.
10 years ago
chriseth
ef3ccfcdaa
Use rlpList to construct some RLPs.
10 years ago
Vlad Gluhovsky
694ab29b8d
style update
10 years ago
Vlad Gluhovsky
9fe95754fe
FixedHash::operator++() introduced
10 years ago
chriseth
be4cd3a3c3
Some cosmetic work on TrieDB.
10 years ago
Lefteris Karapetsas
9fa6406240
Some initial tests for libdevcore/FixedHash
10 years ago
chriseth
537fb66645
Some comments for TrieCommon.h
10 years ago