Gav Wood
a508bb85ae
Fix default farm endpoint in eth.
10 years ago
Gav Wood
c094c3652e
Fix defualt endpoint in ethminer.
10 years ago
Gav Wood
cc01d0c070
Merge pull request #1888 from subtly/defaultPeerCount
Bump ideal peer count based on network simulations. Based on...
10 years ago
Gav Wood
2548daa45d
Merge pull request #1887 from debris/libOpenCL
fix for building OpenCL on some linux distributions
10 years ago
Gav Wood
e89b3c06d5
Merge pull request #1884 from debris/libjsconsolefix
libjsonconsole fix
10 years ago
Gav Wood
9ee8c87d83
Merge pull request #1882 from subtly/osxHomeDir
Fix for when macos doesn't set HOME environment variable.
10 years ago
Gav Wood
705cb31b0c
Merge pull request #1881 from subtly/pacify
Increase node discovery frequency by 8x
10 years ago
Gav Wood
6b10342adc
Merge pull request #1870 from subtly/discovery
Guard m_node.endpoint access and updates.
10 years ago
Gav Wood
d4145231bf
Merge pull request #1861 from CJentzsch/addTests
add identity contract tests
10 years ago
Gav Wood
fccf484947
Merge pull request #1854 from CJentzsch/optionalWalletTests
optional wallet blockChain tests, because it takes a while
10 years ago
Gav Wood
caf608ab22
Merge pull request #1880 from LefterisJP/getpass_improvement
Improve getpass() usage
10 years ago
subtly
fb7c6a10c0
Bump ideal peer count based on network simulations. See also https://github.com/ethereum/devp2p/wiki/Peer-Selection-Strategy
10 years ago
Gav Wood
de8c7e1c5d
newaccount in eth.
fix importing old accounts and guarantee wallet has at least one key in
it.
10 years ago
Gav Wood
83650be213
Fix GPU mining in ethminer.
10 years ago
Gav Wood
736a3d0b6c
Merge branch 'develop' of github.com:ethereum/cpp-ethereum into develop
10 years ago
Gav Wood
c7424bfce7
Version bump.
10 years ago
Gav Wood
5cac25e2ef
Fix mining.
10 years ago
debris
100066a664
fix for building OpenCL on some linux distributions
10 years ago
Lefteris Karapetsas
f724508902
Bump password size to 256 chars
10 years ago
subtly
be5aa3dbf0
cleanup
10 years ago
subtly
86381122ff
Merge branch 'develop' into discovery
10 years ago
Marek Kotewicz
44c3e7b914
libjsonconsole fix
10 years ago
Gav Wood
7a89af228a
Merge pull request #1883 from ethereum/revert-1855-pr/cmake_runtime_output_directory
Revert "CMake: set default RUNTIME_OUTPUT_DIRECTORY property to "bin""
10 years ago
Gav Wood
d638df83ae
Revert "CMake: set default RUNTIME_OUTPUT_DIRECTORY property to "bin""
10 years ago
Arkadiy Paronyan
c7b53adec0
Merge pull request #1828 from yann300/bugFix
Mix - basic transaction creation
10 years ago
CJentzsch
13898c57e7
style
10 years ago
subtly
1aabac3cfc
Increase frequency of node discovery by factor of 8 (random lookup every 7 seconds).
10 years ago
CJentzsch
b4ff0b2970
Merge remote-tracking branch 'upstream/develop' into addTests
10 years ago
subtly
6439506e37
Fix for when macos doesn't set HOME environment variable.
10 years ago
Lefteris Karapetsas
44cd78d647
Improve getpass() usage
As can be seen from: http://unixhelp.ed.ac.uk/CGI/man-cgi?getpass+3
getpass() is a deprecated function and it's advised not to use
it.
What's more all signals are disabled so (SIGINT, SIGQUIT, SIGSTOP,
SIGTSTOP) will do nothing and as such if the user wants to quit the
program while typing the password in the password loop he is out of
luck.
With this commit we get a manual version of getpass(), inspired by this
SO answer: http://stackoverflow.com/a/1196696/110395
10 years ago
Gav Wood
c10980c126
Merge pull request #1875 from chriseth/sol_invertIf
Reverse if and else body.
10 years ago
Gav Wood
2427a97625
Merge pull request #1873 from chriseth/sol_unifyBlocks
Unify blocks that share code.
10 years ago
Gav Wood
0383201cb3
Merge pull request #1849 from gluk256/develop
Test for Capability class
10 years ago
Gav Wood
56d87ef7f9
Merge pull request #1855 from imapp-pl/pr/cmake_runtime_output_directory
CMake: set default RUNTIME_OUTPUT_DIRECTORY property to "bin"
10 years ago
Gav Wood
622c3c36b1
Merge pull request #1829 from imapp-pl/pr/fix_singletest_option
testeth: fix --singletest option
10 years ago
Gav Wood
6978731367
Bump.
10 years ago
Gav Wood
2e0f6c0e33
Merge branch 'develop' of github.com:ethereum/cpp-ethereum into develop
10 years ago
Gav Wood
368532c107
Extra diagnostics, assertions and fail-safes for tracking BadRoot bug.
10 years ago
chriseth
18e223e945
Reverse if and else body.
10 years ago
chriseth
bf51bfef0e
Removed unnecessary include.
10 years ago
chriseth
212a01136b
Unify blocks with shared code.
10 years ago
chriseth
be292df191
Merge pull request #1864 from chriseth/sol_knowledgeEngine2
Transfer knowledge about the state across jumps.
10 years ago
Paweł Bylica
0315689bb3
Ping buildbot
10 years ago
Gav Wood
72ddd37b0d
Merge branch 'develop' of github.com:ethereum/cpp-ethereum into develop
10 years ago
Gav Wood
da1fcbb19b
DAG generation improvements.
Generate next DAG in AZ!
Cleanups to Ethash & Aux.
DAG Progress in AZ.
10 years ago
Marek Kotewicz
2f1c5b4f77
Merge pull request #1871 from LefterisJP/install_ethash_merge_fix
Recover lost code after ethash merge
10 years ago
Lefteris Karapetsas
6b74a4e96f
Recover lost code after ethash merge
- Recover installing ethash if ethash-cl is not built
10 years ago
yann300
3a81c10598
use - instead of "(transfer)"
10 years ago
Arkadiy Paronyan
2e0818bee0
Merge pull request #1859 from yann300/bugFix2
Mix - Remove contract source
10 years ago
Gav Wood
2eed2ca5e0
Refactored much EthashAux., especially the DAG generation callback stuff.
Made m_epochs active again.
10 years ago