Gav Wood
|
47cd2cfbfa
|
Don't trip up when can't change parent directory's permissions to the ideal.
Don't show accounts that we don't have the keys for in AZ.
|
10 years ago |
chriseth
|
534af4b802
|
Reserve correctly.
|
10 years ago |
Liana Husikyan
|
46f52550a2
|
Fixed self-overwriteing during assignment of secureFixedHash
|
10 years ago |
chriseth
|
d75f8595de
|
Copy map before looping over it because it might be modified.
|
10 years ago |
Gav Wood
|
5449419e94
|
Warnings fixes.
|
10 years ago |
debris
|
e1a72950d5
|
now policy CMP0042 is set to OLD
This reverts commit 61e99b1040 .
|
10 years ago |
Gav Wood
|
9f756124b0
|
First draft at splitting State.
Continuation of State split.
libethereum building again.
Compile fixes galore.
Remove a lot of code redundancy.
mix using new state/block classes
|
10 years ago |
Gav Wood
|
61e99b1040
|
Revert "fixed cmake policy CMP0042, MACOSX RPATH"
|
10 years ago |
Gav Wood
|
d8a7b5f46c
|
Don't try to change permissions of path when creating file if path
already exists.
|
10 years ago |
debris
|
4374ec50c2
|
fixed cmake policy CMP0042, MACOSX RPATH
|
10 years ago |
Gav Wood
|
e5ad7bbc67
|
Fix for FixedHash.
|
10 years ago |
arkpar
|
35d4c15ebe
|
get home dir even when no env available on linux
|
10 years ago |
Gav Wood
|
7704698d29
|
Make Nonce use Secret.
|
10 years ago |
Gav Wood
|
b5d44ee1b3
|
reorder libs to reflect dependency path.
|
10 years ago |
Gav Wood
|
5904badec7
|
Use boost counterparts. Apparently std::random and boost::random are not
reliably interoperable.
|
10 years ago |
Gav Wood
|
09e5dbfa06
|
Use boost's guaranteed non-deterministic random number generator. If it
compiles, it's safe.
|
10 years ago |
Paweł Bylica
|
6d10e19fb1
|
Place project version in cmake variable PROJECT_VERSION.
|
10 years ago |
Gav Wood
|
591b4c8c64
|
Secure datatypes now copyable only to similar datatypes.
More restrictions on usage to prevent accidental data leakage.
|
10 years ago |
Gav Wood
|
17098549f8
|
Introduce vector_ref::cleanse, code adapted from openSSL.
Introduce secure_vector and bytesSec, make Secret auto-cleansing.
|
10 years ago |
Gav Wood
|
818fa25bba
|
Secure datatypes now copyable only to similar datatypes.
More restrictions on usage to prevent accidental data leakage.
|
10 years ago |
Gav Wood
|
2a7c56aef7
|
Introduce vector_ref::cleanse, code adapted from openSSL.
Introduce secure_vector and bytesSec, make Secret auto-cleansing.
|
10 years ago |
Gav Wood
|
2f19861858
|
Secure datatypes now copyable only to similar datatypes.
More restrictions on usage to prevent accidental data leakage.
|
10 years ago |
Gav Wood
|
5dcee7a6b3
|
Fix up extraData reporting.
|
10 years ago |
Gav Wood
|
e2203bb585
|
Introduce vector_ref::cleanse, code adapted from openSSL.
Introduce secure_vector and bytesSec, make Secret auto-cleansing.
|
10 years ago |
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 |