Gav Wood
778e6ff677
Fix for invariant macro.
Minor cleanups.
Fix for rescue mode.
10 years ago
subtly
7cb578cc1f
log worker exceptions
10 years ago
Vlad Gluhovsky
e7c5191b76
namespaces updated
10 years ago
Gav Wood
7017fbe33e
Merge pull request #2443 from LefterisJP/mining_specific_logging_level
Add minelog, a verbosity 1 logger for ethminer
10 years ago
Gav Wood
99d6801842
Merge pull request #2444 from arkpar/bc
Fixed EtherumHost sync macro
10 years ago
Vlad Gluhovsky
f4eb948c15
new tests added
10 years ago
Vlad Gluhovsky
581e4b2bd5
minor changes
10 years ago
arkpar
ab69d8a357
check clang version before disabling warning
10 years ago
Paweł Bylica
cb438988b4
Fix some cmake problems.
10 years ago
arkpar
68d785e7c3
macro fail
10 years ago
CJentzsch
359c4082b0
update wallet test
10 years ago
Lefteris Karapetsas
6c0e682ffc
Add minelog, a verbosity 1 logger for ethminer
10 years ago
CJentzsch
245fd187b2
update bcWalletTest
10 years ago
subtly
f0c925086d
Fixes for #2337 , #2349 , #2288 , #2333 , #1398 .
10 years ago
CJentzsch
cc57aed80e
add new daily limit test
10 years ago
CJentzsch
9267b7a036
set daily limit
10 years ago
CJentzsch
743315b38c
add multiOwnedRemoveOwner test
10 years ago
CJentzsch
ea5c5ce458
Merge remote-tracking branch 'upstream/develop' into walletTestsUpdate
10 years ago
bargst
a5e8a6a760
Fix style issues
10 years ago
Gav Wood
06030dc20c
Avoid crash on rescue.
10 years ago
Gav Wood
d6bec78cec
Merge pull request #2434 from arkpar/az-fix
Prevent handlers being called on shutdown
10 years ago
Gav Wood
425b401f4a
Merge pull request #2432 from LefterisJP/clminer_dont_depend_boost
ethminer no longer depends on boost
10 years ago
Gav Wood
ca5b6c5f28
Merge pull request #2431 from chriseth/sol_versioning
Versioning for Solidity.
10 years ago
Gav Wood
16866a3afb
Merge pull request #2416 from chriseth/sol_literalStrings
Flexible string literals, convertible to bytesX, bytes and string.
10 years ago
Gav Wood
6c8803c3a6
Merge pull request #2389 from debris/optional_readline
jsconsole on windows
10 years ago
CJentzsch
8c43be6210
update to latest version of wallet code
10 years ago
Vlad Gluhovsky
52b36b6b6a
naming conventions changed
10 years ago
chriseth
9c3983d1c6
Flexible string literals, convertible to bytesX, bytes and string.
10 years ago
chriseth
bb3d31c848
Versioning for Solidity.
10 years ago
arkpar
1d5a25991d
Prevent handles call on shutdown
10 years ago
Lefteris Karapetsas
af6f5c3a13
simplify clminer current block code
10 years ago
Lefteris Karapetsas
1863def3a1
ethminer no longer depends on boost
Introducing an extra boolean argument to remove the boost::optional
dependency. Too bad we have to wait for C++17 to get an std::optional
10 years ago
Lefteris Karapetsas
f61809bfb5
Merge pull request #2430 from LefterisJP/ethminer_not_depends_libethcore
ethashcl doesnt depend on ethcore
10 years ago
Lefteris Karapetsas
35174e2798
More style: change const location
10 years ago
Lefteris Karapetsas
4eeb90e813
Style regarding public class constants
10 years ago
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