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
yann300
2d2efc070a
Gas estimation
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
Paweł Bylica
855d2f677c
VM cleanups
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
Paweł Bylica
a202d2a633
Update SmartVM to new VM interface (without gas counter)
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
Paweł Bylica
ce5433e9b6
Merge remote-tracking branch 'upstream/develop' into feature/vm_gas_counter_refactor
Conflicts:
evmjit/libevmjit-cpp/JitVM.cpp
libevm/VMFactory.cpp
libevm/VMFactory.h
10 years ago
yann300
40de803f66
bug fix
10 years ago
chriseth
e8f7c26479
Fixed template problem.
10 years ago
Gav Wood
0a2dbfca79
Merge branch 'develop' of github.com:ethereum/cpp-ethereum into develop
10 years ago
Gav Wood
d969e109bb
Fix braces.
10 years ago
Gav Wood
0bb058aed6
Merge pull request #1816 from LefterisJP/ethash_reloaded
Ethash reloaded
10 years ago
Gav Wood
979f728d68
Merge pull request #1808 from imapp-pl/pr/evmjit
Smart VM
10 years ago
Lefteris Karapetsas
d13f5d559d
Merge branch 'develop' into ethash_reloaded
10 years ago
yann300
89be3f627d
Merge remote-tracking branch 'up/develop' into bugFix
10 years ago
yann300
9ea0bf5ab1
std::pair instead of QString manipulation
10 years ago
Paweł Bylica
91ccb4daa6
Merge pull request #2 from debris/pr/cmake_runtime_output_directory
Pr/cmake runtime output directory
10 years ago
Marek Kotewicz
294a73a4e9
fixed RUNTIME_OUTPUT_DIRECTORY on osx
10 years ago
Paweł Bylica
1c91435c2c
Style: remove comma.
10 years ago
yann300
129a5d4f05
add confirmation dialog
10 years ago
Paweł Bylica
03a82e401c
testeth: support for --singletest option with only test name param.
10 years ago
Marek Kotewicz
b6dbf27c65
Merge branch 'develop' into pr/cmake_runtime_output_directory
10 years ago
subtly
dc8fb694a3
Merge branch 'develop' into discovery
10 years ago
subtly
fc34ceb83f
Guard m_node.endpoint access and updates.
10 years ago
Gav Wood
96803503d6
Build fix for neth.
10 years ago
Gav Wood
4b49df14eb
Start at a random nonce, not just 0.
10 years ago
Gav Wood
c84564495e
Merge branch 'develop' of github.com:ethereum/cpp-ethereum into develop
10 years ago
Gav Wood
5e22df8f4c
compatibility options HEADLESS should build solidity by default.
10 years ago
Vlad Gluhovsky
9d33002271
Merge branch 'develop' of https://github.com/ethereum/cpp-ethereum into develop
10 years ago
Marek Kotewicz
aa637ee661
Merge branch 'develop' of https://github.com/ethereum/cpp-ethereum into develop
10 years ago
Marek Kotewicz
cbe32996ac
fix for building osx package
10 years ago