Paweł Bylica
|
77c5724afe
|
Fix --vm command line option.
|
10 years ago |
Gav Wood
|
9d5b632c58
|
pair up hash with Address for transaction submission API.
|
10 years ago |
Gav Wood
|
d7357c8059
|
pair up hash with Address for transaction submission API.
|
10 years ago |
chriseth
|
ef3ccfcdaa
|
Use rlpList to construct some RLPs.
|
10 years ago |
Paweł Bylica
|
ff112cb94c
|
Make --vm command line option syntax consistent with other options.
|
10 years ago |
Paweł Bylica
|
5df0d1b872
|
--vm command line option replacing --jit.
|
10 years ago |
subtly
|
67b9135b28
|
Don't link secp256k1 on windows.
|
10 years ago |
Gav Wood
|
43a6d825c3
|
Support rocksdb alternative.
|
10 years ago |
Gav Wood
|
9afd426e5a
|
Refactor toJson out into separate file.
Implement basic admin_eth_* interfaces.
|
10 years ago |
Gav Wood
|
05ea9941c9
|
Move non-cryptopp dependent stuff into devcore.
|
10 years ago |
Gav Wood
|
96803503d6
|
Build fix for neth.
|
10 years ago |
CJentzsch
|
d968959ad0
|
style
|
10 years ago |
CJentzsch
|
036c7ba8bd
|
avoid stack overflow and div by zero
|
10 years ago |
Gav Wood
|
8b6cb1e23c
|
Version bump and client rename.
|
10 years ago |
caktux
|
f3b1779387
|
catch cerr in neth
|
10 years ago |
Gav Wood
|
cd4478e4cf
|
Various fixes for mining.
|
10 years ago |
Gav Wood
|
2693659e56
|
Various fixes for mining.
|
10 years ago |
Gav Wood
|
63dd33b82f
|
Fixes #1554
|
10 years ago |
Gav Wood
|
f9a9b9b945
|
Remove DAG initialisation code.
|
10 years ago |
Gav Wood
|
f3acccf5f5
|
Remove VMTRACE.
Better transaction logging.
Avoid bothering with obviously invalid transactions.
|
10 years ago |
subtly
|
7dc60aca64
|
oops.
|
10 years ago |
subtly
|
888f1c456f
|
option to initial dag from cli
|
10 years ago |
Gav Wood
|
13232d6e04
|
Fixes #1509
|
10 years ago |
subtly
|
88fa483055
|
fix neth. fix issue w/udp listening to 30303.
|
10 years ago |
subtly
|
29f40bff0f
|
makePeer and support setting listen IP.
|
10 years ago |
subtly
|
bb261e553a
|
update CLI and AZ UI for replacing local-networking with explicit --listen-ip
|
10 years ago |
caktux
|
584168a8d7
|
fix #1415 for neth
|
10 years ago |
caktux
|
afa5971d06
|
add missing commands to neth
|
10 years ago |
caktux
|
07f0cde34f
|
add missing options to neth, support for PeerServer mode
|
10 years ago |
Gav Wood
|
d71bec193f
|
Clean up some code redundancy.
Merge branch 'develop' of github.com:ethereum/cpp-ethereum into develop
|
10 years ago |
Marek Kotewicz
|
c905a66b3e
|
fixed numeber of http server threads, fixed #1147
|
10 years ago |
subtly
|
cddb2920a9
|
namespace eth network-protocol version for implemenations
|
10 years ago |
caktux
|
387e67ee40
|
apply fix for #1250 to neth, take some creds
|
10 years ago |
Gav Wood
|
e57d6ae633
|
Unify block numbers into BlockNumber type.
Uniformally handle 'latest' & 'pending'.
|
10 years ago |
Gav Wood
|
7b6710ac5b
|
Minor rename.
Report errors properly.
|
10 years ago |
Gav Wood
|
32a6cf22a5
|
Rename transact -> submitTransaction (reflecting aynch nature).
|
10 years ago |
jhuntley
|
6d62e3ab26
|
Revert all asio.h includes except for in 2 files, DebuggingStateWrapper.h and Transact.cpp. After enabling WIN32_LEAN_AND_MEAN, all the asio.h include issues, commit 20b6e24ffcab088e71092e07030a377d3135da3c, went away.
|
10 years ago |
jhuntley
|
0bf7d15a57
|
asio.h and windows.h build comments as per request.
|
10 years ago |
jhuntley
|
e1e7b227df
|
Avoid boost include order issue on windows:
http://stackoverflow.com/questions/9750344/boostasio-winsock-and-winsock-2-compatibility-issue
http://stackoverflow.com/questions/9750344/boostasio-winsock-and-winsock-2-compatibility-issue/16288859#16288859
Make sure boost/asio.hpp is included before windows.h.
|
10 years ago |
jhuntley
|
4f109d29a6
|
Mingw cmake updates. Make sure Boost_INCLUDE_DIRS is included for each library using boost. When installing libraries, don't forget to copy DLLs, add target 'RUNTIME DESTINATION bin'.
|
10 years ago |
Gav Wood
|
2c6b18f01b
|
Add EVMJIT.
|
10 years ago |
Marek Kotewicz
|
dd0744e8a3
|
fixed #1022
|
10 years ago |
CJentzsch
|
bd373f4be9
|
avoiding catastrophic typos in addresses
|
10 years ago |
Patrick Salami
|
f1acd74f71
|
fixed indentation
|
10 years ago |
Patrick Salami
|
a253a894e7
|
added CLI flag to set number of mining threads
for eth and neth
|
10 years ago |
subtly
|
92f9ec8c42
|
import/export peers and nodes
|
10 years ago |
Marek Kotewicz
|
e0bc73dab2
|
removed CorsHTTPServer
|
10 years ago |
Gav Wood
|
668e5cc852
|
Make sure Transaction constructor checks sender whereever it makes sense
(which is pretty much everywhere).
|
10 years ago |
caktux
|
16cafcb6d1
|
neth mining fix #823
|
10 years ago |
caktux
|
3f6c914c59
|
fix warning and #823
|
10 years ago |