AccountHolder.cpp
Implemented account proxy queues.
2015-02-20 18:48:45 +01:00
Assembly.cpp
Re-adding braces to if in test/Assembly.cpp
2015-02-25 12:37:13 +01:00
bcBlockChainTestFiller.json
update blockchain test filler to new min diff and min gasLimit
2015-03-06 12:49:38 +01:00
bcInvalidHeaderTestFiller.json
update blockchain test filler to new min diff and min gasLimit
2015-03-06 12:49:38 +01:00
bcUncleTestFiller.json
fix
2015-03-06 12:49:39 +01:00
bcValidBlockTestFiller.json
update blockchain test filler to new min diff and min gasLimit
2015-03-06 12:49:38 +01:00
blockchain.cpp
Gas pricing infrastructure and a couple of pricing mechanisms.
2015-03-07 16:43:05 +01:00
boostTest.cpp
fixed warnings for msvc build
2015-01-13 11:18:08 +01:00
checkRandomTest.cpp
Revert all asio.h includes except for in 2 files, DebuggingStateWrapper.h and Transact.cpp. After enabling WIN32_LEAN_AND_MEAN, all the asio.h include issues, commit 20b6e24ffcab088e71092e07030a377d3135da3c, went away.
2015-03-04 11:18:32 -05:00
CMakeLists.txt
State integration test.
2015-03-06 12:45:23 +01:00
commonjs.cpp
Bunch of repotting/curating.
2015-03-06 12:46:24 +01:00
createRandomTest.cpp
Revert all asio.h includes except for in 2 files, DebuggingStateWrapper.h and Transact.cpp. After enabling WIN32_LEAN_AND_MEAN, all the asio.h include issues, commit 20b6e24ffcab088e71092e07030a377d3135da3c, went away.
2015-03-04 11:18:32 -05: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
Avoid checking for difficulty when doing PoW test.
2015-03-06 22:53:49 +01:00
fork.cpp
Revert all asio.h includes except for in 2 files, DebuggingStateWrapper.h and Transact.cpp. After enabling WIN32_LEAN_AND_MEAN, all the asio.h include issues, commit 20b6e24ffcab088e71092e07030a377d3135da3c, went away.
2015-03-04 11:18:32 -05:00
genesis.cpp
Revert all asio.h includes except for in 2 files, DebuggingStateWrapper.h and Transact.cpp. After enabling WIN32_LEAN_AND_MEAN, all the asio.h include issues, commit 20b6e24ffcab088e71092e07030a377d3135da3c, went away.
2015-03-04 11:18:32 -05:00
hexPrefix.cpp
Revert all asio.h includes except for in 2 files, DebuggingStateWrapper.h and Transact.cpp. After enabling WIN32_LEAN_AND_MEAN, all the asio.h include issues, commit 20b6e24ffcab088e71092e07030a377d3135da3c, went away.
2015-03-04 11:18:32 -05:00
jsonrpc.cpp
Move CommonJS to libethcore. Split it up ready for refactoring into
2015-02-04 11:26:58 -08: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
ManyFunctions.sol
ManyFunctions performance test: replace xor with correct exp operator
2015-02-17 13:28:58 +01:00
ManyFunctionsGenerator.py
ManyFunctions performance test: replace xor with correct exp operator
2015-02-17 13:28:58 +01:00
MemTrie.cpp
Bunch of repotting/curating.
2015-03-06 12:46:24 +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
natspec.cpp
Fixed #988 .
2015-02-09 13:39:01 -08:00
net.cpp
Revert all asio.h includes except for in 2 files, DebuggingStateWrapper.h and Transact.cpp. After enabling WIN32_LEAN_AND_MEAN, all the asio.h include issues, commit 20b6e24ffcab088e71092e07030a377d3135da3c, went away.
2015-03-04 11:18:32 -05:00
peer.cpp
import/export peers and nodes
2015-01-30 17:53:27 -08:00
PerformaceTester.sol
Performance tests: more ackermann calls, fibonacci.
2015-02-13 14:56:27 +01:00
randomTestFiller.json
nonce value from 0 to "0" in fillers
2015-02-06 18:28:48 +03:00
rlp.cpp
Revert all asio.h includes except for in 2 files, DebuggingStateWrapper.h and Transact.cpp. After enabling WIN32_LEAN_AND_MEAN, all the asio.h include issues, commit 20b6e24ffcab088e71092e07030a377d3135da3c, went away.
2015-03-04 11:18:32 -05:00
SolidityABIJSON.cpp
Adding ETH_TEST macros to ABI and EndToEndTests
2015-03-06 14:37:20 +01:00
SolidityCompiler.cpp
loadFromMemoryDynamic
2015-02-16 19:25:27 +01:00
SolidityEndToEndTest.cpp
Typo
2015-03-06 15:40:02 +01:00
solidityExecutionFramework.h
Merge pull request #1228 from LefterisJP/eth_TestNoThrowInfo
2015-03-06 16:25:58 +01:00
SolidityExpressionCompiler.cpp
Move ETH_TEST() Macros to TestHelper.h
2015-03-06 14:37:20 +01:00
SolidityInterface.cpp
Move ETH_TEST() Macros to TestHelper.h
2015-03-06 14:37:20 +01:00
SolidityNameAndTypeResolution.cpp
NameAndtypeResolution tests use ETH_TEST macros
2015-03-06 14:37:20 +01:00
SolidityNatspecJSON.cpp
NameAndtypeResolution tests use ETH_TEST macros
2015-03-06 14:37:20 +01:00
SolidityOptimizer.cpp
Arbitrary precision integer constants.
2015-01-09 15:16:09 +01:00
SolidityParser.cpp
Move ETH_TEST() Macros to TestHelper.h
2015-03-06 14:37:20 +01:00
SolidityScanner.cpp
Add date/time language to solidity.
2015-03-06 12:46:23 +01:00
state.cpp
add quadratic complexity tests
2015-03-06 12:49:38 +01:00
stateOriginal.cpp
State integration test.
2015-03-06 12:45:23 +01:00
stBlockHashTestFiller.json
Gas Fee Test Changes (1)
2015-03-06 12:46:23 +01:00
stExampleFiller.json
Gas Fee Test Changes (1)
2015-03-06 12:46:23 +01:00
stInitCodeTestFiller.json
Gas Fee Test Changes (1)
2015-03-06 12:46:23 +01:00
stLogTestsFiller.json
Gas Fee Test Changes (1)
2015-03-06 12:46:23 +01:00
stMemoryStressTestFiller.json
add memory tests
2015-03-02 21:19:36 +01:00
stMemoryTestFiller.json
Gas Fee Test Changes (1)
2015-03-06 12:46:23 +01:00
stPreCompiledContractsFiller.json
Transaction Test Fillers POC9
2015-03-06 12:46:23 +01:00
stQuadraticComplexityTestFiller.json
add memory tests
2015-03-02 21:19:36 +01:00
stRecursiveCreateFiller.json
nonce value from 0 to "0" in fillers
2015-02-06 18:28:48 +03:00
stRefundTestFiller.json
Gas Fee Test Changes (1)
2015-03-06 12:46:23 +01:00
stSolidityTestFiller.json
Gas Fee Test Changes (1)
2015-03-06 12:46:23 +01:00
stSpecialTestFiller.json
Gas Fee Test Changes (1)
2015-03-06 12:46:23 +01:00
stSystemOperationsTestFiller.json
Gas Fee Test Changes (1)
2015-03-06 12:46:23 +01:00
stTransactionTestFiller.json
Merge pull request #1235 from winsvega/poc9trie
2015-03-08 14:51:03 +01:00
TestHelper.cpp
remove genesis state from state tests
2015-03-06 12:45:25 +01:00
TestHelper.h
Improving ETH_TEST() exceptions
2015-03-09 12:27:30 +01:00
transaction.cpp
Test Cases Changes
2015-03-03 20:12:10 +03:00
trie.cpp
merge
2015-03-06 12:49:39 +01:00
TrieHash.cpp
Bunch of repotting/curating.
2015-03-06 12:46:24 +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
Transaction Tests
2015-03-03 20:06:04 +03:00
txTest.cpp
Revert all asio.h includes except for in 2 files, DebuggingStateWrapper.h and Transact.cpp. After enabling WIN32_LEAN_AND_MEAN, all the asio.h include issues, commit 20b6e24ffcab088e71092e07030a377d3135da3c, went away.
2015-03-04 11:18:32 -05:00
vm.cpp
blockchain tests
2015-03-06 12:46:23 +01:00
vm.h
Fix FakeExtVM.
2015-03-06 12:45:24 +01:00
vmArithmeticTestFiller.json
Merge pull request #1235 from winsvega/poc9trie
2015-03-08 14:51:03 +01:00
vmBitwiseLogicOperationTestFiller.json
VMTest Fillers
2015-03-06 12:46:24 +01:00
vmBlockInfoTestFiller.json
VMTest Fillers
2015-03-06 12:46:24 +01:00
vmEnvironmentalInfoTestFiller.json
VMTest Fillers
2015-03-06 12:46:24 +01:00
vmIOandFlowOperationsTestFiller.json
VMTest Fillers
2015-03-06 12:46:24 +01:00
vmLogTestFiller.json
VMTest Fillers
2015-03-06 12:46:24 +01:00
vmPerformanceTestFiller.json
VMTest Fillers
2015-03-06 12:46:24 +01:00
vmPushDupSwapTestFiller.json
VMTest Fillers
2015-03-06 12:46:24 +01:00
vmSha3TestFiller.json
VMTest Fillers
2015-03-06 12:46:24 +01:00
vmSystemOperationsTestFiller.json
VMTest Fillers
2015-03-06 12:46:24 +01:00
vmtestsFiller.json
VMTest Fillers
2015-03-06 12:46:24 +01:00
webthreestubclient.h
New Proof-of-Work.
2015-03-06 12:45:25 +01:00
whisperTopic.cpp
Revert all asio.h includes except for in 2 files, DebuggingStateWrapper.h and Transact.cpp. After enabling WIN32_LEAN_AND_MEAN, all the asio.h include issues, commit 20b6e24ffcab088e71092e07030a377d3135da3c, went away.
2015-03-04 11:18:32 -05:00