boostTest.cpp
fixed warnings for msvc build
2015-01-13 11:18:08 +01:00
checkRandomTest.cpp
fix spaces->tab, detailed callcreate check
2015-01-13 15:59:07 +01:00
CMakeLists.txt
check test with JIT for random test simulations
2015-01-13 14:22:12 +01:00
commonjs.cpp
failing commonjs tests
2015-01-26 16:05:19 +01:00
createRandomTest.cpp
Merge pull request #796 from CJentzsch/randomTestEfficiency
2015-01-14 10:52:00 +00:00
crypto.cpp
fix for windows compliation (circular dependency between statics initialized dynamically and dynamically initialized statics)
2014-12-09 18:52:04 +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
update to the correct file name
2014-12-14 21:57:38 +08:00
hexPrefix.cpp
update to the correct file name
2014-12-14 21:57:38 +08:00
jsonrpc.cpp
removed CorsHTTPServer
2015-01-28 15:25:42 +01:00
kademlia.cpp
initial interface for udp. test sending/receiving udp.
2014-12-18 08:35:12 +01:00
main.cpp
Clean up and organize tests + state class tests
2014-11-03 16:33:02 +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
net.cpp
stl sleep_for, for windows
2015-01-06 17:01:17 +01: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
Clean up and organize tests + state class tests
2014-11-03 16:33:02 +01:00
SolidityABIJSON.cpp
Cleaner solution to provide standard sources.
2015-01-28 13:39:04 +01:00
SolidityCompiler.cpp
Remove test different_argument_numbers.
2015-01-29 01:03:28 +01:00
SolidityEndToEndTest.cpp
Merge pull request #889 from LefterisJP/sol_ExprCompilerEncapsulation
2015-01-29 14:53:10 +01:00
solidityExecutionFramework.h
Exclude standard contracts by default.
2015-01-29 01:29:43 +01:00
SolidityExpressionCompiler.cpp
Super keyword.
2015-01-29 00:29:43 +01:00
SolidityNameAndTypeResolution.cpp
Removing Function and Param Description
2015-01-29 17:12:17 +01:00
SolidityNatspecJSON.cpp
Cleaner solution to provide standard sources.
2015-01-28 13:39:04 +01:00
SolidityOptimizer.cpp
Arbitrary precision integer constants.
2015-01-09 15:16:09 +01:00
SolidityParser.cpp
Various small fixes for Sol Automatic Accessors
2015-01-28 21:46:16 +01:00
SolidityScanner.cpp
Arbitrary precision integer constants.
2015-01-09 15:16:09 +01:00
state.cpp
some state tests
2015-01-27 20:05:25 +03:00
stateOriginal.cpp
Implemented 256-long history for PREVHASH, though still optional.
2014-12-24 11:36:08 +01:00
stBlockHashTestFiller.json
Blockhash tests
2015-01-06 20:57:33 +01:00
stExampleFiller.json
added logs to state tests
2014-12-01 22:41:16 +01:00
stInitCodeTestFiller.json
Merge pull request #703 from wanderer/tests
2015-01-02 12:22:23 +00:00
stLogTestsFiller.json
state log tests
2014-12-05 19:26:32 +01:00
stPreCompiledContractsFiller.json
fix stackoverflow in calldataload, codecopy, extcodecopy + some tests
2014-12-04 17:55:04 +01:00
stRecursiveCreateFiller.json
Added recursive create test + lesser output for safe VM exceptions
2014-12-12 22:16:51 +01:00
stRefundTestFiller.json
more refunds tests
2014-12-18 21:43:40 +01:00
stSpecialTestFiller.json
correct test
2015-01-23 15:27:32 +01:00
stSystemOperationsTestFiller.json
more dynamic jump tests
2015-01-08 11:22:51 +01:00
stTransactionTestFiller.json
transaction tests, bound tests
2015-01-23 02:48:15 +03:00
TestHelper.cpp
style changes
2015-01-23 23:03:29 +03:00
TestHelper.h
style changes
2015-01-23 23:03:29 +03:00
transaction.cpp
namespace line
2015-01-27 20:07:41 +03:00
trie.cpp
use boost_fail instead of warning
2015-01-01 21:45:00 +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
tt10mbDataFieldFiller.json
transaction tests, bound tests
2015-01-23 02:48:15 +03:00
ttTransactionTestFiller.json
some state tests
2015-01-27 20:05:25 +03:00
txTest.cpp
Project-wide reorganisation of namespaces.
2014-09-05 17:09:58 +02:00
vm.cpp
included vmInpulLimit Tests, updated vmSystemOperationTests
2015-01-14 22:35:33 +01:00
vm.h
using json_spirit
2014-12-16 14:28:28 -05:00
vmArithmeticTestFiller.json
addmod mulmod div by zero tests
2015-01-12 16:28:56 +01:00
vmBitwiseLogicOperationTestFiller.json
Update tests to latest protocol changes (PoC7)
2014-11-04 13:36:29 +01:00
vmBlockInfoTestFiller.json
add blockhash test fo vm tests
2015-01-09 10:58:32 +01:00
vmEnvironmentalInfoTestFiller.json
check address input greater then 2**160
2015-01-07 11:14:45 +01:00
vmIOandFlowOperationsTestFiller.json
long jumpdest list
2015-01-08 16:40:43 +01:00
vmLogTestFiller.json
state log tests
2014-12-05 19:26:32 +01:00
vmPushDupSwapTestFiller.json
new push32 test and renaming
2014-11-19 10:55:36 +01:00
vmSha3TestFiller.json
Update tests to latest protocol changes (PoC7)
2014-11-04 13:36:29 +01:00
vmSystemOperationsTestFiller.json
included vmInpulLimit Tests, updated vmSystemOperationTests
2015-01-14 22:35:33 +01:00
vmtestsFiller.json
Added more vm tests
2014-09-25 11:18:32 +02:00
webthreestubclient.h
web3.sha3 test
2015-01-09 16:12:56 +01:00
whisperTopic.cpp
LogFilter supports new, better, filter mechanism.
2015-01-27 16:56:39 -08:00