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 |
arkpar
|
c72564d25c
|
fixing solidity tests
|
10 years ago |
arkpar
|
14167c09bf
|
fixed ethashcl build
|
10 years ago |
arkpar
|
374b1960f7
|
tests repared
|
10 years ago |
arkpar
|
1c1e9aea02
|
eth working
|
10 years ago |
arkpar
|
3737590f22
|
started tests refactoring
|
10 years ago |
Gav Wood
|
e14d000bea
|
All fields of BlockInfo now private.
|
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
|
076e5c03ee
|
libethcore on a new path.
|
10 years ago |
Gav Wood
|
0c5e924745
|
Basic Proof-of-Authority sealent.
|
10 years ago |
Gav Wood
|
32c11d9664
|
Modularise nonce, mix hash and seed hash.
|
10 years ago |
arkpar
|
855ba20a0f
|
fixed ethashcl build
|
10 years ago |
arkpar
|
3202427722
|
tests repared
|
10 years ago |