Gav Wood
|
4a530758b0
|
JUMPDEST is 1.
|
10 years ago |
Gav Wood
|
f799303ea5
|
Gas fixes.
Trie fixes.
|
10 years ago |
Gav Wood
|
724cf629cf
|
New gas pricing for PoC-9.
|
10 years ago |
Gav Wood
|
012be4f084
|
Fixes for FatTrie.
|
10 years ago |
Gav Wood
|
31f3ae66fb
|
State integration test.
Fixes to the FatTrie.
|
10 years ago |
Gav Wood
|
67ed60bad6
|
FatDB integrated.
|
10 years ago |
Gav Wood
|
c88590f0b8
|
Fat Trie and tests for it.
|
10 years ago |
Gav Wood
|
bb0f5358bf
|
New SecureTrie.
|
10 years ago |
Gav Wood
|
0887b2d0cd
|
Merge pull request #1216 from arkpar/eth_exceptions
Refactored some exceptions for thread safety
|
10 years ago |
Gav Wood
|
42df6c484c
|
Merge pull request #1218 from arkpar/eth_hostfix
Uninitialized member in EthereumPeer
|
10 years ago |
arkpar
|
e2fe258d41
|
Super effective exception constructor
|
10 years ago |
chriseth
|
1c48391435
|
Merge pull request #1212 from chriseth/sol_arrayIndexOnCalldata
Index access for calldata and byte arrays.
|
10 years ago |
arkpar
|
7f4ff430cc
|
uninitialized member
|
10 years ago |
chriseth
|
11a4ec737a
|
Merge pull request #1205 from LianaHus/sol_SourceLineInOutput
Added source lines to output
|
10 years ago |
arkpar
|
9c005828cc
|
refactored some exceptions for thread safety
|
10 years ago |
Liana Husikyan
|
1b2efc5bf2
|
one more style fix
|
10 years ago |
Liana Husikyan
|
c17c9a4c31
|
style fixes
|
10 years ago |
chriseth
|
7584f387d4
|
Styling
|
10 years ago |
Christian
|
a3b95811d4
|
Index access for calldata arrays.
|
10 years ago |
Gav Wood
|
51bca394f4
|
Merge pull request #1209 from arkpar/build_pedantic
Enabled -pedantic for gcc build
|
10 years ago |
Liana Husikyan
|
18176ea3e4
|
added source code printing for each output line.
some changes after pr review
|
10 years ago |
Liana Husikyan
|
369abf4294
|
to include source lines in output stream AssemblyItem's appropriate function is now receiving the map of fileNames to sourceCodes as argument.
|
10 years ago |
Arkadiy Paronyan
|
239cde887a
|
Merge pull request #1206 from yann300/registrar
mix - DeploymentDialog Redesign
|
10 years ago |
yann300
|
f719f879b4
|
small changes
|
10 years ago |
arkpar
|
2574741a14
|
enabled -pedantic for gcc build
|
10 years ago |
Gav Wood
|
f4c93bb091
|
Merge pull request #1186 from onepremise/develop
Updates for Building all cpp-ethereum on MinGW(64)
|
10 years ago |
Gav Wood
|
2c7f9984c1
|
Merge pull request #1200 from debris/ethereumjs
ethereum.js 0.0.16
|
10 years ago |
yann300
|
36fd3a6276
|
DeploymentDialog.qml Redesign (replace labels by icons)
|
10 years ago |
yann300
|
85435c10c5
|
DeploymentDialog.qml Redesign
|
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
|
15810eb55f
|
cmake build updates for mingw. Make sure to include boost where referenced and install runtime dlls to bin upon install.
|
10 years ago |
jhuntley
|
0bf7d15a57
|
asio.h and windows.h build comments as per request.
|
10 years ago |
jhuntley
|
cb62fddd8a
|
Consolidating macro resolution to one header file as per project owner request. Added inline comments covering reasons for undef of macros. Resolves issues with problem #832:
Adding UndefWindowsMacros.h to handle V8 CPP conflicts in Windows #832
|
10 years ago |
jhuntley
|
31f39b5e95
|
Update to resolve "#error : The macro "DELETE" from windows.h conflicts with this file." on windows vs build.
|
10 years ago |
jhuntley
|
d51036b3e2
|
Adding comments for #undef per project owner request.
|
10 years ago |
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 |
Marek Kotewicz
|
6d77d289cf
|
Merge commit '0807e2ee7c32d10f86622c7cd143b6ae37005f48' into develop
Conflicts:
libjsqrc/ethereumjs/dist/ethereum.min.js
|
10 years ago |
Marek Kotewicz
|
0807e2ee7c
|
Squashed 'libjsqrc/ethereumjs/' changes from 5bd166c..7d6b35a
7d6b35a Merge branch 'master' into cpp
9b3a0f0 Merge branch 'event_hash'
9887972 version
63dcee6 ignore for maxcomplexity warning
8376bfa gulp
a59f3a4 Merge pull request #85 from ethers/abiString
0dd6cc4 gulp
688faec Merge pull request #81 from ethers/arraySupport
64f6630 updated README.md
4f9aaec Merge pull request #94 from ethereum/signature
91321fb removed web3 dependency from abi.js
5c7d8a7 separated event signature
81b19cc event hash
ea250e6 Merge commit 'be3bfb76bef1d1f113033cd9093e03a00066d5d1' into ethereumjs_timeout
c08cea1 Improvement to AZ - confirmation disabler. Fix network crash.
git-subtree-dir: libjsqrc/ethereumjs
git-subtree-split: 7d6b35af1c2b59feae5a01c899fae68298d71211
|
10 years ago |