Gav Wood
39463399f3
Version bump.
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
88a428beb6
Merge branch 'develop' of github.com:ethereum/cpp-ethereum into develop
10 years ago
Gav Wood
4ae1133224
Version bump.
10 years ago
Gav Wood
fb99a503e0
Private chains redux:
- Can switching between them and main chain without losing either.
- No discovery on network when private.
- Private chain id encoded in genesis block and network id remains same.
10 years ago
Gav Wood
c018d6e041
Merge pull request #2560 from LefterisJP/set_opencl_sealer
Set OpenCL sealer when -G is selected
10 years ago
Lefteris Karapetsas
8c039ccef6
Set OpenCL sealer when -G is selected
10 years ago
Gav Wood
53d6e4a014
Don't crash when using a private chain.
10 years ago
Gav Wood
8268185169
Allow provision of any genesis block.
Listen to ~/.ethereum/genesis.json.
10 years ago
Gav Wood
21bcec4039
Mention extraData in bad blocks and fix earlier verification.
10 years ago
Gav Wood
876d1d25e2
Add extradata into diagnostics.
10 years ago
Gav Wood
15229a15ab
Version bump.
10 years ago
Gav Wood
65cad7597b
Merge branch 'develop' of github.com:ethereum/cpp-ethereum into develop
10 years ago
Gav Wood
717e0b17fb
Check the solution before submitting it.
10 years ago
Gav Wood
892ebc4586
Merge pull request #2533 from chfast/evmjit_cmake
EVM JIT update
10 years ago
Gav Wood
6bffdf6e73
Merge pull request #2540 from chriseth/walletUpdate
Wallet updated to include daylimit in constructor and remove block number for internal changes.
10 years ago
Gav Wood
600ae091c0
Merge pull request #2545 from chriseth/ecInfinity
Do not accept the point at infinity as valid public key for ecrecover.
10 years ago
Gav Wood
30636c6ada
Merge branch 'develop' of github.com:ethereum/cpp-ethereum into develop
10 years ago
Gav Wood
cb009c7640
Fix mining deadlocks.
Cleanups and additional diagnostics for the BadRoot problems.
10 years ago
Arkadiy Paronyan
e8afa0b120
Merge pull request #2543 from yann300/deploydialog
Mix - Deploydialog ui changes
10 years ago
DEV Mac Mini
7dab880b79
ui changes
10 years ago
Gav Wood
3a91cd8cd9
Version bump, compile fix.
10 years ago
Gav Wood
455c8f298c
Merge branch 'develop' of github.com:ethereum/cpp-ethereum into develop
10 years ago
Gav Wood
9dd9d3169f
Merge pull request #2514 from arkpar/bc
Blockchain sync minor fixes
10 years ago
Gav Wood
0a4c7d40d5
Merge pull request #2547 from chriseth/sol_updateDockerfile
Fully automate the dockerfile again.
10 years ago
Gav Wood
342548adf4
Merge pull request #2546 from chriseth/virtualMiner
Virtual destructor for Miner.
10 years ago
Gav Wood
14ab4ab91b
Merge pull request #2542 from chfast/concurrent_queue
Concurrent queue
10 years ago
Gav Wood
60bfd8c794
Merge pull request #2537 from gluk256/_bugfix_tests
bugfix: reap() refactored
10 years ago
Gav Wood
7bebb42551
Merge pull request #2527 from LefterisJP/respect_no_precompute
ensurePrecomputed should respect no_precompute argument V2
10 years ago
DEV Mac Mini
8e72040006
ui changes
10 years ago
yann300
f57882b911
ui changes
10 years ago
yann300
bf761fd22e
ui changes
10 years ago
yann300
f16eda5f0e
ui changes
10 years ago
chriseth
b186799a5a
Remove block number from internal changes.
10 years ago
Gav Wood
1a63a498c2
Merge pull request #2531 from ethereum/fix_warning
Fix warning about scalar initialization
10 years ago
Gav Wood
859f6d0ff7
Merge pull request #2526 from arkpar/state
Fixed call to contract from rpc
10 years ago
Gav Wood
016ef39034
Merge pull request #2513 from ethereum/cmake_llvm_version
LLVM version requirements in cmake
10 years ago
Gav Wood
940b4fcbff
Merge pull request #2436 from winsvega/fuzz
Fuzz: random RLP generation
10 years ago
Gav Wood
37236df606
Make Client constructor protected for safer API.
10 years ago
Gav Wood
d224217c30
Avoid calling virtuals prior to object creation in Client.
10 years ago
Gav Wood
54ba40716d
Don't let the zero private key through.
10 years ago
chriseth
024959b5f2
Fully automate the dockerfile again.
10 years ago
chriseth
43a9cc541a
Virtual destructor for Miner.
10 years ago
Paweł Bylica
6674318998
Fix for GCC compiler.
10 years ago
chriseth
33ffc693ed
Do not accept the point at infinity as valid public key for ecrecover.
10 years ago
yann300
1294e0e7e2
bug fix
10 years ago
Paweł Bylica
69bbae0072
concurrent_queue
10 years ago
Paweł Bylica
0f890cfb09
Extract concurrent_queue from JIT Worker.
10 years ago
chriseth
189cd42052
Wallet updated to include daylimit in constructor.
10 years ago