Gav Wood
a8e46ed898
Fix for rescue?
10 years ago
Gav Wood
de97b49939
Rescue a corrupted database.
10 years ago
Marek Kotewicz
5a99bc96b7
free non-null pointer in jsconsole
10 years ago
bargst
7450b8a0bc
Quick discovery of optimal global work size
Use a dichotomic algo to discover optimal m_globalWorkSize:
- m_wayWorkSizeAdjust is the direction steps are done (-1 or +1)
- m_stepWorkSizeAdjust is the steps of adjustment (added or substracted
to m_globalWorkSize)
- when a change of direction is needed, step is divided by 2
10 years ago
Marek Kotewicz
bc8dadafb0
Merge branch 'develop' into optional_readline
10 years ago
bargst
5ef3677ceb
Fix global work size logic adjustment
When batch duration is too long, m_globalWorkSize must decrease. The other
way if batch duration is too small, m_globalWorkSize should increase ...
10 years ago
Gav Wood
50eca15788
More tweaks for view.
10 years ago
Lefteris Karapetsas
020ef4b811
ethashcl doesnt depend on ethcore
At least not anymore. Moved global constants into ethash_cl_miner class
instead of being in Ethash class.
10 years ago
Gav Wood
5d16f389d6
Horizontal option for sync grpah.
10 years ago
Gav Wood
cf76de8a14
Merge branch 'develop' of github.com:ethereum/cpp-ethereum into develop
10 years ago
Gav Wood
9fe06a6f98
Nicer syncing,
10 years ago
Gav Wood
f0d26d6907
Merge pull request #2428 from arkpar/bc
Start pv60 sync with 10sec delay
10 years ago
arkpar
5b4c6f8678
fixed reported sync protocol version
10 years ago
arkpar
fbe0d01ee7
style
10 years ago
Gav Wood
b9e6d54a39
More easily accessible d/l viz.
10 years ago
arkpar
0cc23f3791
Merge branch 'develop' of https://github.com/ethereum/cpp-ethereum into bc
10 years ago
arkpar
a8a8fa5ced
start pv60 sync after 10sec delay
10 years ago
Gav Wood
b3c4479859
Merge branch 'gav' into develop
10 years ago
Gav Wood
1fce761bf7
Merge pull request #2427 from CJentzsch/cleanUpEthCLI_interactiveHelp
clean up eth cli interactive interface
10 years ago
Gav Wood
2c1276ab37
Merge pull request #2421 from gluk256/_operator++
FixedHash::operator++() utilized
10 years ago
CJentzsch
4990aeaf06
clean up eth cli interactive interface
10 years ago
Gav Wood
2d104ea75b
Merge pull request #2419 from LefterisJP/cl_restore_global_work_default
Restore the old default value of global work size
10 years ago
Gav Wood
0b61bc2043
Merge pull request #2418 from CJentzsch/canaryUpdate
update canary address
10 years ago
Gav Wood
50622504b7
Merge pull request #2425 from arkpar/tq
TransactionQueue docs added
10 years ago
Gav Wood
1a6143e168
Merge pull request #2426 from arkpar/bc
Work around invalid NewBlock packet
10 years ago
Gav Wood
d37ae83b89
Merge pull request #2399 from winsvega/fuzz
smartcode: fix
10 years ago
arkpar
53c993b022
style
10 years ago
arkpar
56091064db
work around invalid NewBlock packet
10 years ago
Gav Wood
3472ae930b
Fix sendTransaction in mix.
10 years ago
Gav Wood
a4e468b171
Download view cleanups.
10 years ago
Gav Wood
00a6cf9a22
Merge branch 'develop' of github.com:ethereum/cpp-ethereum into develop
10 years ago
Gav Wood
7ded56d008
Merge branch 'gav' into develop
10 years ago
Gav Wood
aede1619c8
Reversion of hardfork.
10 years ago
Gav Wood
a3a66f0619
Merge pull request #2401 from CJentzsch/addBlockGasLimitTests
Add block gas limit tests
10 years ago
Gav Wood
dd4de9ba56
Merge pull request #2391 from chfast/pr/debug_stack_size
Increase stack size needed for VM execution in Debug build type
10 years ago
Gav Wood
357353629a
Merge pull request #2423 from chriseth/exportStateCrash
Prevent crash if not compiled with FATDB.
10 years ago
Gav Wood
f37e93b3eb
Merge pull request #2424 from LefterisJP/aes_test_fix
Fix AES Test
10 years ago
Gav Wood
61b27cc62d
Merge pull request #2414 from ethereum/gav
Cleanups, fixes and download viz.
10 years ago
Gav Wood
073eab3d3b
Merge branch 'gav' of github.com:ethereum/cpp-ethereum into gav
Conflicts:
mix/MixClient.cpp
10 years ago
Gav Wood
d65a496e18
Mix fix.
10 years ago
Gav Wood
0e583ffc38
Fix up the windows build.
10 years ago
Gav Wood
9d5b632c58
pair up hash with Address for transaction submission API.
10 years ago
Gav Wood
b3a1038fe5
Nicer import graph.
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
99b27469b5
Don't use PRNG for key generation!
10 years ago
Gav Wood
d94999967d
Undo hard fork.
10 years ago
Gav Wood
767ead8450
Reorganise logs.
10 years ago
Lefteris Karapetsas
ca539eb0b4
Fix AES Test
One of the AES tests was making an incorrect assumption about the string
constructor of FixedHash. Said constructor only works with hexadecimal
string representations
10 years ago