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 |
chriseth
|
d160179433
|
Use temp-write-move for KeyManager.
|
10 years ago |
debris
|
4374ec50c2
|
fixed cmake policy CMP0042, MACOSX RPATH
|
10 years ago |
Gav Wood
|
dccc9ac86c
|
Fix comparison in diff adjustment.
|
10 years ago |
Gav Wood
|
a0c84e1aaa
|
- becomes +
|
10 years ago |
CJentzsch
|
f6cd7ab36d
|
add difficutly tests
|
10 years ago |
Gav Wood
|
d7d76b5b19
|
200k adjustment start.
|
10 years ago |
Gav Wood
|
b559aff4cc
|
Difficulty adjustment.
|
10 years ago |
CJentzsch
|
dca407ae62
|
target 3141592 as BlockGasLimit
|
10 years ago |
CJentzsch
|
5f887e840a
|
set default gasPrice to 50 shannon
|
10 years ago |
Gav Wood
|
79afb509be
|
No need for DontHave anymore.
|
10 years ago |
Gav Wood
|
c535a662ca
|
Only do out-of-order compatible verifications at verifier-thread time.
Do other verifications at import time.
Fixed #2648
|
10 years ago |
Gav Wood
|
09e5dbfa06
|
Use boost's guaranteed non-deterministic random number generator. If it
compiles, it's safe.
|
10 years ago |
Gav Wood
|
91050f2b4a
|
Fix mining.
|
10 years ago |
Gav Wood
|
2513561a33
|
Avoid mining invalid blocks. Actually allow external mining.
|
10 years ago |
Gav Wood
|
23983aaf97
|
Fix for gas floor calc.
|
10 years ago |
Gav Wood
|
756ca99f6d
|
Minor updates to gas limit floor machanism.
|
10 years ago |
Gav Wood
|
11abba272b
|
Target 5000 gas floor for frontier.
|
10 years ago |
Vlad Gluhovsky
|
665c7240f8
|
bugfix
|
10 years ago |
Gav Wood
|
6ee25c93d6
|
Allow importing of ethersale wallets in CLI.
Fixes #2606.
|
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
|
132f8b8011
|
13 second blocktime boundary point.
|
10 years ago |
CJentzsch
|
b4c8314de9
|
blockGasLimit depending on network (olympic, turbo, frontier)
|
10 years ago |
CJentzsch
|
b5548fd857
|
decrase minblockGasLimit to 5000 for frontier
|
10 years ago |
CJentzsch
|
b99e00a572
|
increase frontier blocktime to 13s
|
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 |
Gav Wood
|
5d08a13ce8
|
Fixed block reward, transaction dialog.
|
10 years ago |
arkpar
|
0494ae2a7a
|
fixing tests
|
10 years ago |
Gav Wood
|
008c400cfb
|
Interactive is now a JS console.
Network can be chosen at run time (--frontier, --olympic).
Params slimmed, uses JSON.
|
10 years ago |
Gav Wood
|
e763a3f038
|
Fix database path issue, fix extradata max size to 1024 for olympic only.
|
10 years ago |
Gav Wood
|
8268185169
|
Allow provision of any genesis block.
Listen to ~/.ethereum/genesis.json.
|
10 years ago |
Gav Wood
|
717e0b17fb
|
Check the solution before submitting it.
|
10 years ago |
Gav Wood
|
cb009c7640
|
Fix mining deadlocks.
Cleanups and additional diagnostics for the BadRoot problems.
|
10 years ago |
chriseth
|
43a9cc541a
|
Virtual destructor for Miner.
|
10 years ago |
Lefteris Karapetsas
|
69e8b01115
|
Check if precompute seal option exists
plus indentation style fix
|
10 years ago |
Lefteris Karapetsas
|
a700950765
|
Switch to using the Sealers API for precompute
|
10 years ago |
Lefteris Karapetsas
|
1718d6c648
|
ensurePrecomputed should respect --no-precompute
|
10 years ago |
Gav Wood
|
7eaf40a4c1
|
Fix clang warnings, my version.
Closes #2525
|
10 years ago |
Gav Wood
|
193b505967
|
Remove cpuid from GPU miner.
|
10 years ago |
arkpar
|
b60018713f
|
fixed build wo libcpuid
|
10 years ago |
Gav Wood
|
b1c04ba0fc
|
Repot all the ethash stuff.
Enable the previously disabled opencl mining paths.
|
10 years ago |