jhuntley
|
36d44fd7be
|
Define comes before standard windows header defines. Added __MINGW32__ define to ensure debug_break is defined for mingw builds.
|
10 years ago |
jhuntley
|
0951b9a9cc
|
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 |
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
|
cc67b7f908
|
Update for mingw support, jsonrpc is also a standard path used if building and installing jsonrpccpp from source.
|
10 years ago |
jhuntley
|
094bdc0af3
|
Updates for mingw support. Make sure CXXFLAGS are checked if exported to environment before build.
|
10 years ago |
jhuntley
|
5cec8a5c6f
|
Updates for mingw support. #undef conflicting defines on windows.
|
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
|
10839cf742
|
Merge pull request #1169 from LefterisJP/eth_StructuredLogging
Eth c++ client structured logging
|
10 years ago |
Gav Wood
|
1d5a16ba38
|
Merge pull request #1166 from winsvega/develop
Transaction Tests
|
10 years ago |
Gav Wood
|
059bf08942
|
Merge pull request #1201 from yann300/bugFix
mix - Close project properly - #1197
|
10 years ago |
Lefteris Karapetsas
|
3874c78d06
|
More style fixes
|
10 years ago |
yann300
|
9543f81e5f
|
- Close project properly
|
10 years ago |
Arkadiy Paronyan
|
e8810789ee
|
Merge pull request #1187 from yann300/accountManagement
Accounts management
|
10 years ago |
winsvega
|
2bb905b97e
|
Tests
--test to --singletest
|
10 years ago |
winsvega
|
0c16c19a1f
|
Transaction Tests
missing TestHelper.h file
|
10 years ago |
winsvega
|
3e7e391b57
|
Test Cases Changes
userDefinedFile test now goes with --test option for all cases
|
10 years ago |
winsvega
|
6e60c118b7
|
Transaction Tests
A few changes
|
10 years ago |
yann300
|
ce2cf330f0
|
- Small Changes
|
10 years ago |
Lefteris Karapetsas
|
5f191f4f89
|
Indentation style fixes
|
10 years ago |
yann300
|
44ae13bdeb
|
small changes
|
10 years ago |
yann300
|
7bb5032874
|
- small changes
|
10 years ago |
yann300
|
ff644c65c1
|
- The first account use to deploy config contracts.
- Other accounts are rdeletable if not used by a transaction.
|
10 years ago |
Gav Wood
|
f64e013bfa
|
Merge pull request #1193 from chriseth/sol_fixABIArrays
Fixed arrays in ABI.
|
10 years ago |
Gav Wood
|
e910720e69
|
Merge pull request #1175 from debris/event_sha3
transaction hash in event logs, second approach
|
10 years ago |
Marek Kotewicz
|
148e2d8d14
|
fixing pr issues
|
10 years ago |
Marek Kotewicz
|
3b99b7c4d9
|
Merge branch 'develop' into event_sha3
|
10 years ago |
Lefteris Karapetsas
|
e44ab4588d
|
fixing the build
|
10 years ago |
Lefteris Karapetsas
|
aabce8548a
|
mini style improvement
|
10 years ago |
Lefteris Karapetsas
|
4a9b2fa0c5
|
StructuredLogger's functions all become static and call the singleton getter.
|
10 years ago |
Lefteris Karapetsas
|
ae6510b135
|
Style fixes
|
10 years ago |
Lefteris Karapetsas
|
0fba1cc063
|
Adding number of connections in the p2p events
|
10 years ago |
Lefteris Karapetsas
|
623d640fb5
|
StructuredLogger becomes a global singleton class
|
10 years ago |
Lefteris Karapetsas
|
d3ce888c0b
|
Adding a mutex to StructuredLogger
|
10 years ago |
Lefteris Karapetsas
|
afaac3f511
|
Adding a StructuredLogging stop event
|
10 years ago |
Lefteris Karapetsas
|
97ab2d6d18
|
StructuredLogging timestamp format is now configurable
|
10 years ago |
Lefteris Karapetsas
|
063a12fd88
|
Structured logging should now work for some events
|
10 years ago |
Lefteris Karapetsas
|
6c4faef732
|
Add remote version to p2pconnected log event
|
10 years ago |
Lefteris Karapetsas
|
643499e491
|
Add p2p disconnected structured log event
|
10 years ago |
Lefteris Karapetsas
|
ba81493976
|
StructuredLogger propagated as a const reference
|
10 years ago |
Lefteris Karapetsas
|
d0c1c510bd
|
Adding StructuredLogger class and using it in various places
- Structured logger is injected as a dependency where needed.
- Still a work in progress
|
10 years ago |
Lefteris Karapetsas
|
5695d0ee25
|
Adding argument for structured logging and propagating it forward
- Also style fixes when problems encountered
|
10 years ago |
yann300
|
f1feb3ae65
|
allows users to change the account name
|
10 years ago |
yann300
|
e322289c04
|
Merge remote-tracking branch 'up/develop' into accountManagement
|
10 years ago |
yann300
|
ad97732fea
|
unuse function deleted.
|
10 years ago |
yann300
|
e44079cd9e
|
support old project
|
10 years ago |
Christian
|
6d4b77249e
|
Fixed arrays in ABI.
|
10 years ago |
yann300
|
e4c2c654bc
|
pass Secret to the executing transaction.
|
10 years ago |
Gav Wood
|
6f1e7cbea2
|
Merge pull request #1192 from chriseth/stopinvalidcall
STOP for invalid call.
|
10 years ago |
Christian
|
b883eea327
|
Fix test after change in call failure semantics.
|
10 years ago |