chriseth
c7b257acde
Fix and test for not really recursive structs.
Fixes #2223 .
10 years ago
Gav Wood
53659d489d
Merge pull request #2230 from CJentzsch/testethForBuildServer
make network test optional
10 years ago
Gav Wood
e077804ff6
Merge pull request #2231 from chfast/fixes
Small override & std::move fixes
10 years ago
Paweł Bylica
6b3fd2d3ca
Small override & std::move fixes.
10 years ago
chriseth
bbdf6e04e9
Merge pull request #2216 from chriseth/sol_memoryArrays5
Accessors for strings and type conversion to memory.
10 years ago
CJentzsch
032ebde3ec
avoid network tests when --nonetwork is set
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
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
Dimitry
2b16073d5b
FuzzTests: simple block test + NOBOOST flag
10 years ago
chriseth
e617bfb0f7
Corrected typo about max peer count.
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
Vlad Gluhovsky
8198665eca
minor improvements
10 years ago
Gav Wood
93fbd47c71
Merge pull request #2195 from winsvega/issues
Coverage info
10 years ago
Gav Wood
b27b540a98
Merge pull request #2215 from CJentzsch/coreUnitTests
basic AES tests
10 years ago
Gav Wood
df50cab713
Merge pull request #2210 from chriseth/vectorRefDoc
Some documentation and checks for vector_ref.
10 years ago
Gav Wood
c797b8b22e
Merge pull request #2208 from chriseth/libdevcoreStuff
Some changes in libdevcore.
10 years ago
Gav Wood
924e8387f1
Merge pull request #2207 from LefterisJP/ethash_bump
Pull 2 updates from ethash
10 years ago
Gav Wood
8925676e2a
Merge pull request #2198 from arkpar/bc
Fixed sync stalling issues
10 years ago
Gav Wood
66fc35fec0
Merge pull request #2187 from LefterisJP/macosx_opencl_warnings
Fix macosx opencl warnings
10 years ago
Gav Wood
e521f75581
Merge pull request #2190 from CJentzsch/moreTests
test for tx in block 504980
10 years ago
Gav Wood
67465f821d
Merge pull request #2131 from chfast/test_windows_stack_size
Windows stack size
10 years ago
CJentzsch
83cc17f240
update file name in description
10 years ago
CJentzsch
d420a1c025
style
10 years ago
CJentzsch
07b811ebfa
basic AES tests
10 years ago
Vlad Gluhovsky
c449a648b4
naming conventions changed
10 years ago
CJentzsch
a6de016601
Merge remote-tracking branch 'upstream/develop' into PoWTests
10 years ago
chriseth
c75c72a994
Type conversion specialities for storage references.
10 years ago
chriseth
4e3d24ae51
Merge pull request #2199 from chriseth/sol_memoryArrays4
Copying between memory and memory.
10 years ago
Vlad Gluhovsky
b046146d48
unused variable removed
10 years ago
chriseth
5848faeb49
Some documentation and checks for vector_ref.
10 years ago