CJentzsch
8803844e0c
style and optional NOBOOST
10 years ago
Dimitry Khokhlov
592af7852b
FuzzTests: windows build fix
10 years ago
Dimitry Khokhlov
226cbb5409
FuzzTest: filltest option
10 years ago
Dimitry Khokhlov
8b8c385b01
FuzzTests: Boost exception
10 years ago
Dimitry Khokhlov
867fe4033d
fuzzTests: debug support
10 years ago
CJentzsch
beb352549c
even more
10 years ago
CJentzsch
76379dcb80
add BOOST_THROW_EXCEPTION
10 years ago
arkpar
69ddff938b
fixing windows build
10 years ago
arkpar
9805f18902
Merge branch 'develop' of https://github.com/ethereum/cpp-ethereum into bc_rf
10 years ago
CJentzsch
b6782665d7
use boost throw exceptions
10 years ago
arkpar
cd3355f23f
used weak_ptr for session and peers, minor sync optimization
10 years ago
Gav Wood
8d2bf610a8
Merge pull request #2191 from imapp-pl/evmjit-llvm37
Update to LLVM 3.7
10 years ago
Gav Wood
8ad43a159b
Merge pull request #2236 from chfast/fix_rlp_memcpy_undef
Eliminate undefied behavior in RLPStream
10 years ago
Gav Wood
f2b7cc9372
Merge pull request #2250 from chfast/cmake_add_sanitizer
Add support for clang sanitizer
10 years ago
Gav Wood
7584391335
Merge pull request #2245 from CJentzsch/updateTestPath
Update test path
10 years ago
Gav Wood
87d0fc6b32
Merge pull request #2237 from chriseth/sol_gasEstimationForFallback
Added fallback function to gas estimation and fixed mix gas estimation.
10 years ago
CJentzsch
c465989027
add test for suicide of coinbase
10 years ago
CJentzsch
a57ffd018a
Merge remote-tracking branch 'upstream/develop' into moreTests
10 years ago
Arkadiy Paronyan
4440938605
Merge pull request #2220 from yann300/designDebugPanel
Mix - Scenario Panel: UI changes
10 years ago
CJentzsch
f0057144da
Merge remote-tracking branch 'upstream/develop' into moreTests
10 years ago
yann300
c0cab68327
Merge remote-tracking branch 'up/develop' into designDebugPanel
10 years ago
yann300
893d6fe788
clean code
10 years ago
yann300
42a3432947
ui changes
10 years ago
Paweł Bylica
58c1730105
Add support for clang sanitizer to cmake scripts.
To build with the sanitizer support use clang compiler and set CMAKE_BUILD_TYPE to "DebugSan".
More info: http://clang.llvm.org/docs/AddressSanitizer.html .
10 years ago
CJentzsch
87690214d6
update gas pricer test path
10 years ago
Gav Wood
43a6d825c3
Support rocksdb alternative.
10 years ago
Gav Wood
583f391562
Merge branch 'develop' of github.com:ethereum/cpp-ethereum into develop
10 years ago
Gav Wood
0360be76f2
Make API room for major syncing. TBI.
10 years ago
Gav Wood
1439554375
Avoid rejigging only if we're syncing.
10 years ago
Gav Wood
d9c71b2708
Merge pull request #2244 from gluk256/_topic_bloom_filter
topic bloom filter
10 years ago
Gav Wood
84b3ce298c
Fix issue of mining rejig happening iff chain changed AND none ready:
Two blocks are mined on the same parent in quick succession. First gets
imported alone, chain changes but there's another "ready" so mining
doesn't get rejigged. When the second gets imported soon after, it
doesn't change the chain and so mining still doesn't restart.
10 years ago
Gav Wood
c72c965ea8
Merge branch 'develop' of github.com:ethereum/cpp-ethereum into develop
10 years ago
Gav Wood
c5cb5aeed4
Avoid attempting to import invalid blocks.
Reduce verbosity.
Minor additions to exponential backoff.
10 years ago
subtly
5360ca1548
Initial reader test. Something broken with encframes vector of bytes.
10 years ago
subtly
f5ead2e93a
Windows compile complaint.
10 years ago
subtly
f57212421d
Merge branch 'netFix' into rlpx
10 years ago
subtly
78467d3ae0
small rename
10 years ago
subtly
e82f8db2de
Prep for #2179 . Abstract parsing of frame header from Session into struct. Catch unhandled exceptions thrown by ASIO.
10 years ago
CJentzsch
ce75f125f1
Merge remote-tracking branch 'upstream/develop' into updateTestPath
10 years ago
subtly
5d725d8a6f
rename drain to mux
10 years ago
subtly
300a35a8e2
prep, moving frame info to coder class.
10 years ago
subtly
1a4f170b0a
Add coder to reader and info struct for frame header.
10 years ago
Marek Kotewicz
0ccc6b973d
jsconsole session
10 years ago
Gav Wood
278f6d2ef0
Merge pull request #2241 from arkpar/bc_rf
Blockchain sync minor fixes
10 years ago
subtly
fe0f71536f
rlpx frame reader fixes. rename writer::drain to mux.
10 years ago
subtly
761cbca198
Merge branch 'develop' into rlpx
10 years ago
CJentzsch
691482c1fd
mv BlockTestsFiller -> BlockchainTestsFiller in blockchain.cpp
10 years ago
CJentzsch
ce3a05f8f3
mv BlockTestsFiller -> BlockchainTestsFiller
10 years ago
yann300
56f68beb81
ui changes
10 years ago
Vlad Gluhovsky
726848b0d5
explicit scope resolution added
10 years ago