AccountHolder.cpp
|
Implemented account proxy queues.
|
2015-02-20 18:48:45 +01:00 |
Assembly.cpp
|
Fixed indentation.
|
2015-03-11 16:31:56 +01:00 |
bcInvalidHeaderTestFiller.json
|
update blockchain tests
|
2015-03-16 17:07:48 +01:00 |
bcJS_API_TestFiller.json
|
update blockchain tests
|
2015-03-16 17:07:48 +01:00 |
bcUncleTestFiller.json
|
update blockchain tests
|
2015-03-16 17:07:48 +01:00 |
bcValidBlockTestFiller.json
|
update blockchain tests
|
2015-03-16 17:07:48 +01:00 |
blockchain.cpp
|
update blockchain tests
|
2015-03-16 17:07:48 +01:00 |
boostTest.cpp
|
fixed warnings for msvc build
|
2015-01-13 11:18:08 +01:00 |
checkRandomStateTest.cpp
|
style
|
2015-03-12 19:03:07 +01:00 |
checkRandomVMTest.cpp
|
style fix
|
2015-03-12 11:54:11 +01:00 |
CMakeLists.txt
|
remove unneccessary dependencies
|
2015-03-12 11:42:16 +01:00 |
commonjs.cpp
|
Bunch of repotting/curating.
|
2015-03-06 12:46:24 +01:00 |
createRandomStateTest.cpp
|
style
|
2015-03-12 19:01:09 +01:00 |
createRandomVMTest.cpp
|
style fix
|
2015-03-12 11:54:11 +01:00 |
crypto.cpp
|
bugfix and doc clarification. fix test.
|
2015-03-09 18:14:49 +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 natspec evaluation
|
2015-03-09 15:22:07 +01: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
|
fix for -warning in cryptopp.cpp. add mutex to host iteration of peers for connect. only try to connect to as many peers as is necessary. update unit test.
|
2015-03-11 14:36:08 +01: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 |
rlpx.cpp
|
replace go counter logic. remove dead test code.
|
2015-03-09 19:06:01 +01:00 |
SolidityABIJSON.cpp
|
Changes in Solidity Tests to use the new bytesXX type
|
2015-03-12 12:53:00 +01:00 |
SolidityCompiler.cpp
|
loadFromMemoryDynamic
|
2015-02-16 19:25:27 +01:00 |
SolidityEndToEndTest.cpp
|
Fix gas for builtin.
|
2015-03-13 17:31:56 +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
|
Changes in Solidity Tests to use the new bytesXX type
|
2015-03-12 12:53:00 +01:00 |
SolidityNameAndTypeResolution.cpp
|
Small FixedBytes type fixes
|
2015-03-12 17:31:39 +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
|
Some fixes on Types.cpp for FixedBytesType
|
2015-03-12 13:39:12 +01:00 |
SolidityScanner.cpp
|
Add date/time language to solidity.
|
2015-03-06 12:46:23 +01:00 |
state.cpp
|
Merge pull request #1295 from CJentzsch/randomStateTests
|
2015-03-13 20:12:35 +01:00 |
stateOriginal.cpp
|
State integration test.
|
2015-03-06 12:45:23 +01:00 |
stBlockHashTestFiller.json
|
State Tests
|
2015-03-11 18:22:11 +03:00 |
stCallCreateCallCodeTestFiller.json
|
OOG or 1024 depth level fail for CALLCODE
|
2015-03-11 16:58:38 +01:00 |
stExampleFiller.json
|
Gas Fee Test Changes (1)
|
2015-03-06 12:46:23 +01:00 |
stInitCodeTestFiller.json
|
State Tests
|
2015-03-11 18:22:11 +03:00 |
stLogTestsFiller.json
|
Gas Fee Test Changes (1)
|
2015-03-06 12:46:23 +01:00 |
stMemoryStressTestFiller.json
|
add 32 bit overflow tests
|
2015-03-10 17:49:54 +01:00 |
stMemoryTestFiller.json
|
State Tests
|
2015-03-11 18:22:11 +03:00 |
stPreCompiledContractsFiller.json
|
State Tests
|
2015-03-11 18:22:11 +03:00 |
stQuadraticComplexityTestFiller.json
|
more memmory hard quadratic complexity tests
|
2015-02-28 20:49:09 +01:00 |
stRecursiveCreateFiller.json
|
nonce value from 0 to "0" in fillers
|
2015-02-06 18:28:48 +03:00 |
stRefundTestFiller.json
|
suicide refund with and without storage
|
2015-03-11 12:42:37 +01:00 |
stSolidityTestFiller.json
|
State Tests
|
2015-03-11 18:22:11 +03:00 |
stSpecialTestFiller.json
|
Gas Fee Test Changes (1)
|
2015-03-06 12:46:23 +01:00 |
stSystemOperationsTestFiller.json
|
Merge pull request #1295 from CJentzsch/randomStateTests
|
2015-03-13 20:12:35 +01:00 |
stTransactionTestFiller.json
|
State Tests
|
2015-03-11 18:22:11 +03:00 |
TestHelper.cpp
|
Merge pull request #1295 from CJentzsch/randomStateTests
|
2015-03-13 20:12:35 +01:00 |
TestHelper.h
|
testeth: optional VM tracing (--vmtrace), command line options refactoring.
|
2015-03-12 12:01:12 +01:00 |
transaction.cpp
|
testeth: optional VM tracing (--vmtrace), command line options refactoring.
|
2015-03-12 12:01:12 +01: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
|
State Init And Transaction Tests
|
2015-03-10 23:22:33 +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
|
testeth: optional VM tracing (--vmtrace), command line options refactoring.
|
2015-03-12 12:01:12 +01:00 |
vm.h
|
Fix FakeExtVM.
|
2015-03-06 12:45:24 +01:00 |
vmArithmeticTestFiller.json
|
add addmod test in order toc check that nothing get downcasted inbetween
|
2015-03-13 13:04:05 +01:00 |
vmBitwiseLogicOperationTestFiller.json
|
VMTest Fillers
|
2015-03-06 12:46:24 +01:00 |
vmBlockInfoTestFiller.json
|
dejavu issue 19 - stack underflows
|
2015-03-12 17:11:58 +01:00 |
vmEnvironmentalInfoTestFiller.json
|
fix calldataload
|
2015-03-13 12:29:59 +01:00 |
vmIOandFlowOperationsTestFiller.json
|
adjust gas prices for arithmetic tests
|
2015-03-07 23:52:26 +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
|
Renaming getData -> getCode, remove getStorage, fix a bunch of JSONRPC
|
2015-03-14 19:59:07 +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 |