subtly
2991bf4097
Use const, nudge buildbot.
10 years ago
Vlad Gluhovsky
9edfae2e6a
signatures and path
10 years ago
subtly
33d2781351
Merge branch 'develop' into rlpx
10 years ago
subtly
4f02a4fee8
Const frame info. Typo. Const arguments.
10 years ago
subtly
614b61b67a
Fix deadlineop/ops mutexes. Rerun discovery regardless of whether timer is cancelled, due to asio prematurely cancelling timer.
10 years ago
Gav Wood
4cfc62e199
Final fix for rescue.
10 years ago
Gav Wood
19a75d1c54
Merge branch 'develop' of github.com:ethereum/cpp-ethereum into develop
10 years ago
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
arkpar
c82dd4842b
state cleanup
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
c6371bec49
blockNumber is optional for LocalisedTransaction
10 years ago
Marek Kotewicz
596a2deaf6
fixed style issues
10 years ago
Marek Kotewicz
f0893e71de
Merge branch 'develop' into rpc_txReceipt2
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