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
f7508dfc8a
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
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
fef4ed9f15
Warnings fixes.
10 years ago
arkpar
3767677b27
explicit operator bool for hash type
10 years ago
Gav Wood
d8784ed362
Avoid too many wornings about slots/signals.
10 years ago
arkpar
b6773a3084
fixed microhttpd deployment
10 years ago
Gav Wood
1f0791b4bc
Validation queuing.
10 years ago
Gav Wood
1fce862e1b
Improvement to AZ - confirmation disabler.
Fix network crash.
10 years ago
Gav Wood
4323c987b7
cppcheck fixes.
10 years ago
Christian
954d818f30
Session id as random number and authentication popup for proxies.
10 years ago
Gav Wood
05938330e6
Style fix.
10 years ago
Gav Wood
b9a6fb7158
Warnings fix.
10 years ago
Marek Kotewicz
dd0744e8a3
fixed #1022
10 years ago
Gav Wood
2587b2deb2
Preview Natspec in New Transaction dialog.
10 years ago
Gav Wood
bfc037f688
Transact dialog supports all the NatSpec stuff.
10 years ago
Gav Wood
45776a0877
Removed debug panel. Is this a record, perhaps?
10 years ago
Gav Wood
513fc897d8
External Debugger for debugging past transactions, too.
10 years ago
Gav Wood
0066771e3b
Use external debugger.
10 years ago
Gav Wood
809df5cdc5
Working, albeit slowly, non-NatSpec transaction confirmations.
10 years ago
Marek Kotewicz
1df4cacc40
removed libqwebthree
10 years ago
Gav Wood
5fe0aca0b6
Debugger separate from AlethZero mainwin.
10 years ago
Gav Wood
d119c6c188
Coding standards update.
10 years ago
Marek Kotewicz
0520e0f4db
fixed issue with including wrong json/json.h file
10 years ago
CJentzsch
bd373f4be9
avoiding catastrophic typos in addresses
10 years ago
subtly
f070de2047
load network before constructing webthreedirect
10 years ago
CJentzsch
d8cf73b4ad
add ability to throw to fromHex
10 years ago
CJentzsch
26d1798c81
safe transaction injection
add diagnostic information output
compile fix
compile fix
10 years ago
debris
226c435abf
fixed cmake include_directories
10 years ago
debris
5ca7b3209f
fixed transitive dependencies for msvc
10 years ago
subtly
a153d078bc
Prevent infinite sleep on connect. Write settings before shutdown of web3.
10 years ago
Marek Kotewicz
b6cb2a87ee
fixed jsoncpp find_path
10 years ago
Lefteris Karapetsas
d53dcd3183
Styling in Natspec Enums
10 years ago
subtly
ff26827108
update alethzero mainwin
10 years ago
debris
92bfd91812
cmake mess
10 years ago
Gav Wood
92f2b093e0
Disable Serpent for windows build.
10 years ago
Marek Kotewicz
2c93677d81
removed QNatspec...
10 years ago
Gav Wood
325ec15389
Move CommonJS to libethcore. Split it up ready for refactoring into
libdevcore/libdevcrypto.
10 years ago
Gav Wood
c38ecd95d9
Split canon blockchain and basic blockchain.
10 years ago
Gav Wood
114db8ab36
Revert State class changes for Mix.
10 years ago
subtly
6bbcaae5e2
alethzero, third: load network config
10 years ago
subtly
92f9ec8c42
import/export peers and nodes
10 years ago
Gav Wood
7d504a275f
Whisper now 100% encrypted.
10 years ago
Gav Wood
cec504d1a2
Various fixes.
10 years ago
Gav Wood
c921b25aef
Compiles.
10 years ago
Lefteris Karapetsas
93abe45771
FunctionType now returns const ref for Declaration
10 years ago
Lefteris Karapetsas
122aada70f
Contract Interface Functions now return FunctionType
- Enchanced Function Type by declaration so that it can provide all the
required information at each place interface functions are consumed
- Changed all places where interface functions was used.
- Simplified Mix's FunctionDefinition code
10 years ago
Lefteris Karapetsas
06764f026e
State variable accessors code is now more organized
- FunctionDescription is the abstraction of what should describe a
function. It can either be a VariableDeclaration of a
FunctionDefinition.
- ParamDescription is what FunctionDescription uses to describe its
parameters for outside use purposes with a pair of (name, type)
strings
- Modified code around Solidity and especially interface handler to
adapt to this change
10 years ago