chriseth
9e51db8b82
Do not fail if seed cannot be written to file.
10 years ago
chriseth
db88799cf9
Try not to write files in tests.
10 years ago
chriseth
8793244ed3
Throw exception upon failed encryption.
10 years ago
chriseth
58e7640850
Throw some more exceptions.
10 years ago
chriseth
212ac9366d
Cleanup of SecretStore.
Added documentation, more failure checking and some general cleanup.
10 years ago
Lefteris Karapetsas
8e5e2f4a9e
Catch OpenCL exceptions by const&
10 years ago
Lefteris Karapetsas
25d2fa1607
single chunk test: catch only cl::Error
10 years ago
Lefteris Karapetsas
3302539a11
OpenCL: Always try single chunk DAG upload
- Removed the `--force-single-chunk` option
- Always attempt to create a single chunk DAG buffer in the GPU. If that
fails then and only then switch to multiple chunks.
This change is motivated by the fact that many GPUs appear to be able to
actually allocate a lot more than what CL_DEVICE_MAX_MEM_ALLOC_SIZE
returns which proves that the results of querying the CL API on this
basically can't be trusted.
10 years ago
arkpar
c08ecafe00
Merge branch 'develop' of https://github.com/ethereum/cpp-ethereum into
bc_rf
Conflicts:
libethereum/BlockChain.cpp
10 years ago
CJentzsch
00d8627d35
make network tests optional
10 years ago
CJentzsch
3169341b65
add network flag
10 years ago
Gav Wood
a133519ed4
Merge pull request #2165 from chriseth/cleanupKeyManager
KeyManager refactoring to increase readability.
10 years ago
Gav Wood
8b38d3e636
Merge pull request #2075 from winsvega/fuzz
FuzzTests
10 years ago
Gav Wood
fddd68c104
Merge pull request #2176 from debris/import_route
ImportRoute class instead of pair
10 years ago
Gav Wood
ed226a0db7
Merge pull request #2226 from gluk256/_false_positive
false positive test for bloom filter
10 years ago
Vlad Gluhovsky
4e48ba1d4a
false positive test introduced
10 years ago
arkpar
4b2dfe48ea
fixed eth build
10 years ago
arkpar
2110876e2e
typo fixed
10 years ago
arkpar
4918b7e9dd
restore limit
10 years ago
arkpar
2fe2b202b8
fixed deadlock on resume
10 years ago
arkpar
e151a978f8
Merge branch 'develop' of https://github.com/ethereum/cpp-ethereum into
bc_rf
Conflicts:
libethereum/EthereumHost.cpp
10 years ago
chriseth
c0de6de5db
Fixed nodes format string.
10 years ago
arkpar
18da764363
restored queue limit
10 years ago
arkpar
d0cf2e94c8
fixed syncing to unknown new block
10 years ago
arkpar
18127c1b4e
continue syncing refactoring
10 years ago
Gav Wood
71b2bf22f5
Merge pull request #2219 from chriseth/maxPeerCount
Corrected typo about max peer count.
10 years ago
Gav Wood
723e8dc1a7
Merge pull request #2203 from LefterisJP/cmake_bin2h_custom_command
Add cmake command to turn CL Kernel code into a byte array
10 years ago
Gav Wood
441ccf0d52
Merge pull request #2202 from CJentzsch/PoWTests
Pow tests
10 years ago
Gav Wood
a8d33fab39
Merge pull request #2170 from gluk256/_bloom_filter
bloom filter
10 years ago
Gav Wood
45b16502ef
Merge pull request #2222 from chriseth/sol_binarySearchTest
Storage array reference test.
10 years ago
chriseth
faafba12fa
Storage array reference test.
10 years ago
Lefteris Karapetsas
5390c358b7
OpenCL bin2h script correction
- The script to turn the source into a bytearray header is no longer a
function but is instead the body of a script so that it's callable as an
external cmake command
- Spaces -> Tabs in the touched cmake files
10 years ago
yann300
8ec447166f
Scenario Panel: UI changes
10 years ago
Dimitry
2b16073d5b
FuzzTests: simple block test + NOBOOST flag
10 years ago
chriseth
e617bfb0f7
Corrected typo about max peer count.
10 years ago
yann300
eac6ed820b
hide extractDimension from .h
10 years ago
yann300
cbe3f80d6f
- bug fix with encoding bytes and string.
- bug fix when using String type QML control
- bytes parameter: stop trying to get ASCII value (as String as been
reimported)
10 years ago
Dimitry
7db380d341
FuzzTests: blocktests (before merge)
10 years ago
Dimitry
5a0f990067
Fuzz Tests update
10 years ago
Dimitry
76a72769f4
FuzzTesting: VMTests + TransactionTests support
10 years ago
Dimitry
b72edc27d0
createRandomTest: State test
10 years ago
Dimitry
ec0e65d339
Random code: Exceptions and outut
10 years ago
Dimitry
3660c44336
FuzzTests: Boost Macro
10 years ago
CJentzsch
06770736bd
style 2
10 years ago
chriseth
3264250b5d
Removed spaces between code and comment.
10 years ago
chriseth
536bd36185
Accessors for strings.
10 years ago
yann300
52bc8a6c5c
small changes
10 years ago
yann300
72514f056d
Merge remote-tracking branch 'up/develop' into bugFix
10 years ago
Vlad Gluhovsky
8198665eca
minor improvements
10 years ago
Gav Wood
93fbd47c71
Merge pull request #2195 from winsvega/issues
Coverage info
10 years ago