boostTest.cpp
Updated test project to use Boost Test
2014-03-19 00:35:16 -04:00
CMakeLists.txt
Merge pull request #381 from chriseth/solidity
2014-10-23 16:05:42 +02:00
createRandomTest.cpp
Change output of random test to std::out instead of file
2014-10-21 17:02:49 +02:00
crypto.cpp
PoC-7: Reversion of 0-hashes, empty-list hashes and sha3('') -> ''
2014-10-27 14:13:16 +01:00
dagger.cpp
Move Dagger to ProofOfWork and refactor in preparation for ARPoW.
2014-10-12 20:57:25 +02:00
fork.cpp
Project-wide reorganisation of namespaces.
2014-09-05 17:09:58 +02:00
genesis.cpp
use ETHEREUM_TEST_PATH in all tests
2014-10-27 17:30:27 +01:00
hexPrefix.cpp
use ETHEREUM_TEST_PATH in all tests
2014-10-27 17:30:27 +01:00
main.cpp
Draft of new LOG/bloom/headers/block format.
2014-10-27 20:26:34 +01:00
MemTrie.cpp
PoC-7: Reversion of 0-hashes, empty-list hashes and sha3('') -> ''
2014-10-27 14:13:16 +01:00
MemTrie.h
Split ethcore off into devcrypto ready for Whisper's crypto and repot namespace.
2014-09-05 18:24:29 +02:00
network.cpp
Project-wide reorganisation of namespaces.
2014-09-05 17:09:58 +02:00
peer.cpp
Beginning of merge into AZ.
2014-09-11 13:27:15 +02:00
randomTestFiller.json
Added random test creater
2014-10-14 13:22:49 +02:00
rlp.cpp
use ETHEREUM_TEST_PATH in all tests
2014-10-27 17:30:27 +01:00
solidityCompiler.cpp
Contract compiler and also add ExpressionStatement to AST.
2014-10-30 01:25:42 +01:00
solidityExpressionCompiler.cpp
Contract compiler and also add ExpressionStatement to AST.
2014-10-30 01:25:42 +01:00
solidityNameAndTypeResolution.cpp
Pointer type cleanup: Use ASTPointer only for AST nodes and shared_ptr for type
2014-10-20 16:23:49 +02:00
solidityParser.cpp
Contract compiler and also add ExpressionStatement to AST.
2014-10-30 01:25:42 +01:00
solidityScanner.cpp
Corrected coding style.
2014-10-16 14:08:54 +02:00
state.cpp
PoC-7: Reversion of 0-hashes, empty-list hashes and sha3('') -> ''
2014-10-27 14:13:16 +01:00
TestHelper.cpp
Networking fixes.
2014-09-30 15:53:15 +01:00
TestHelper.h
Project-wide reorganisation of namespaces.
2014-09-05 17:09:58 +02:00
TestHelperCrypto.h
add ecies encrypt/decrypt support to common crypto
2014-10-23 19:06:31 +02:00
trie.cpp
use ETHEREUM_TEST_PATH in all tests
2014-10-27 17:30:27 +01:00
TrieHash.cpp
PoC-7: Reversion of 0-hashes, empty-list hashes and sha3('') -> ''
2014-10-27 14:13:16 +01:00
TrieHash.h
Split ethcore off into devcrypto ready for Whisper's crypto and repot namespace.
2014-09-05 18:24:29 +02:00
txTest.cpp
Project-wide reorganisation of namespaces.
2014-09-05 17:09:58 +02:00
vm.cpp
Fix VM test code loading conditions
2014-10-28 16:26:33 +01:00
vm.h
Update vm.h
2014-10-27 22:33:50 +01:00
vmArithmeticTestFiller.json
Added random test creater
2014-10-14 13:22:49 +02:00
vmBitwiseLogicOperationTestFiller.json
Completed vm tests. Added ADDMOD,MULMOD,POST,CALLSTATELESS
2014-09-29 13:10:25 +02:00
vmBlockInfoTestFiller.json
Added more vm tests
2014-09-25 11:18:32 +02:00
vmEnvironmentalInfoTestFiller.json
Added more vm tests
2014-09-25 11:18:32 +02:00
vmIOandFlowOperationsTestFiller.json
Added call depth tests
2014-10-22 21:21:18 +02:00
vmPushDupSwapTestFiller.json
Added new recursive bombs to vm tests
2014-10-23 16:07:13 +02:00
vmSha3TestFiller.json
Added more vm tests
2014-09-25 11:18:32 +02:00
vmSystemOperationsTestFiller.json
Added new recursive bombs to vm tests
2014-10-23 16:07:13 +02:00
vmtestsFiller.json
Added more vm tests
2014-09-25 11:18:32 +02:00