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 |
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 |
caktux
|
ed775c31c7
|
apply 565e3f1 and 8a3eac3
|
10 years ago |
caktux
|
5077ec4624
|
apply fix for #597 to neth
|
10 years ago |
Gav Wood
|
12f6768abe
|
Remove NodeMode from ethereum.
|
10 years ago |
subtly
|
94c09508fd
|
Merging in new data structure for nodes from node-table. End result will be consolidation into NodeId, Node (id and endpoints), NodeEntry (as in table), and Peer (connected node as in host). Rename PeerInfo to PeerSessionInfo. Rename NodeInfo to PeerInfo. PeerSessionInfo which is information about the Peer connection and will be split/merged into Node and PeerInfo. Add node-table callbacks for Host to perform connect node if there are not enough nodes.
|
10 years ago |
Gav Wood
|
7b03477983
|
Warning fix.
|
10 years ago |
caktux
|
8a3eac3657
|
neth updates and fixes, closes #696
|
10 years ago |
caktux
|
5446b44fc6
|
fix memory leak on str in neth
|
10 years ago |
caktux
|
abea5ded66
|
fix 'Value stored to 'x' is never read' in neth
|
10 years ago |
Christian
|
3e53d0bdee
|
Replace auto_ptr by shared_ptr.
|
10 years ago |
Gav Wood
|
d9bdfe5b4d
|
Latest PoC-7 changes.
|
10 years ago |
Gav Wood
|
fa78d8bb9a
|
Remove minGasPrice
|
10 years ago |
Christian
|
99882a76a7
|
Moved instructions and assembly to new libevmcore.
|
10 years ago |
Gav Wood
|
2e551b5870
|
Classify Transaction.
|
10 years ago |
Marek Kotewicz
|
874abf6e0b
|
fixed WebThreeStubServer constructor
|
10 years ago |
Marek Kotewicz
|
3d70090fe4
|
jsonrpc 0.3.0 working, needs cleanup
|
10 years ago |
Marek Kotewicz
|
cab4784dba
|
common changes
|
10 years ago |
Marek Kotewicz
|
d76a44f226
|
ethrpc -> web3jsonrpc, other issues fixed
|
10 years ago |
Marek Kotewicz
|
74e43cfb57
|
jsonrpc library dependency made mandatory
|
10 years ago |
Marek Kotewicz
|
b64945735b
|
key, keys -> accounts populated to WebThreeStubServer
|
10 years ago |
Marek Kotewicz
|
4633dffc85
|
EthStubServer renamed to WebThreeStubServer
|
10 years ago |
Gav Wood
|
c7634c27b0
|
Correct namespace for a few things in devcrypto.
Added lower_bound to TrieDB.
Added nextActiveAddress to State.
|
10 years ago |
Marek Kotewicz
|
3c4da0eb20
|
ethrpc separated && first tests
|
10 years ago |
Marek Kotewicz
|
e4dd2c0d37
|
jsonrpcstubs in progres
|
10 years ago |
Christoph Jentzsch
|
fb876453ca
|
Restructured exceptions. Boost::exception is now used primarily.
|
10 years ago |
Gav Wood
|
0a8b796135
|
Remove mode stuff from neth for now.
|
10 years ago |
Gav Wood
|
70d9acac70
|
Fix neth. I'm such a soft touch.
|
10 years ago |
Gav Wood
|
515a1c22a9
|
Split ethcore off into devcrypto ready for Whisper's crypto and repot namespace.
Rename ethential to devcore.
|
10 years ago |
Gav Wood
|
4cb7993655
|
Project-wide reorganisation of namespaces.
|
10 years ago |
Gav Wood
|
fa1b3853b3
|
Reorganisation.
|
10 years ago |
Gav Wood
|
be4bea3c11
|
Better interface for instrInfo.
|
10 years ago |
caktux
|
422448eb49
|
force mining for eth/neth, get actual balance instead of pending, fix clang warnings
|
11 years ago |
caktux
|
aba6bd8d42
|
neth: fix NameReg, pass the right number of arguments to boost::format
|
11 years ago |
Gav Wood
|
c5fcae9095
|
parseData shared.
|
11 years ago |
Gav Wood
|
eb360674cf
|
Thread-safe client and remove old State const&-based APIs.
|
11 years ago |
caktux
|
33b1b6b636
|
neth: new peer server, parseData without @, get gav from coins
|
11 years ago |
Gav Wood
|
f550217449
|
Updates to assembler - see the sub-codes.
|
11 years ago |
caktux
|
cbcff4953f
|
neth: format peers
|
11 years ago |
caktux
|
b13979d1af
|
neth: fix pending
|
11 years ago |
caktux
|
e653d2e61e
|
update inspect cmd, whitespace cleanup
|
11 years ago |