You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Gav Wood cb009b6692 Remove seedHash from header. 10 years ago
..
AccountHolder.cpp Implemented account proxy queues. 10 years ago
Assembly.cpp Fixed indentation. 10 years ago
CMakeLists.txt State integration test. 10 years ago
JsonSpiritHeaders.h Fixed VS2013 projects and compile errors. 11 years ago
ManyFunctions.sol ManyFunctions performance test: replace xor with correct exp operator 10 years ago
ManyFunctionsGenerator.py ManyFunctions performance test: replace xor with correct exp operator 10 years ago
MemTrie.cpp Bunch of repotting/curating. 10 years ago
MemTrie.h Split ethcore off into devcrypto ready for Whisper's crypto and repot namespace. 10 years ago
PerformaceTester.sol Performance tests: more ackermann calls, fibonacci. 10 years ago
SolidityABIJSON.cpp Adding ETH_TEST macros to ABI and EndToEndTests 10 years ago
SolidityCompiler.cpp loadFromMemoryDynamic 10 years ago
SolidityEndToEndTest.cpp Global variable "now" (alias for block.timestamp). 10 years ago
SolidityExpressionCompiler.cpp Move ETH_TEST() Macros to TestHelper.h 10 years ago
SolidityInterface.cpp Move ETH_TEST() Macros to TestHelper.h 10 years ago
SolidityNameAndTypeResolution.cpp NameAndtypeResolution tests use ETH_TEST macros 10 years ago
SolidityNatspecJSON.cpp NameAndtypeResolution tests use ETH_TEST macros 10 years ago
SolidityOptimizer.cpp Arbitrary precision integer constants. 10 years ago
SolidityParser.cpp Move ETH_TEST() Macros to TestHelper.h 10 years ago
SolidityScanner.cpp Add date/time language to solidity. 10 years ago
TestHelper.cpp testeth: optional VM tracing (--vmtrace), command line options refactoring. 10 years ago
TestHelper.h testeth: optional VM tracing (--vmtrace), command line options refactoring. 10 years ago
TrieHash.cpp Bunch of repotting/curating. 10 years ago
TrieHash.h Split ethcore off into devcrypto ready for Whisper's crypto and repot namespace. 10 years ago
bcBlockChainTestFiller.json update blockchain test filler to new min diff and min gasLimit 10 years ago
bcInvalidHeaderTestFiller.json update blockchain test filler to new min diff and min gasLimit 10 years ago
bcUncleTestFiller.json style 10 years ago
bcValidBlockTestFiller.json update blockchain test filler to new min diff and min gasLimit 10 years ago
blockchain.cpp Remove seedHash from header. 10 years ago
boostTest.cpp fixed warnings for msvc build 10 years ago
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. 10 years ago
commonjs.cpp Bunch of repotting/curating. 10 years ago
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. 10 years ago
crypto.cpp bugfix and doc clarification. fix test. 10 years ago
dagger.cpp Avoid checking for difficulty when doing PoW test. 10 years ago
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. 10 years ago
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. 10 years ago
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. 10 years ago
jsonrpc.cpp Move CommonJS to libethcore. Split it up ready for refactoring into 10 years ago
kademlia.cpp initial interface for udp. test sending/receiving udp. 10 years ago
main.cpp Clean up and organize tests + state class tests 10 years ago
natspec.cpp fixed natspec evaluation 10 years ago
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. 10 years ago
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. 10 years ago
randomTestFiller.json nonce value from 0 to "0" in fillers 10 years ago
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. 10 years ago
rlpx.cpp replace go counter logic. remove dead test code. 10 years ago
solidityExecutionFramework.h Merge pull request #1228 from LefterisJP/eth_TestNoThrowInfo 10 years ago
stBlockHashTestFiller.json State Tests 10 years ago
stExampleFiller.json Gas Fee Test Changes (1) 10 years ago
stInitCodeTestFiller.json State Tests 10 years ago
stLogTestsFiller.json Gas Fee Test Changes (1) 10 years ago
stMemoryStressTestFiller.json add memory tests 10 years ago
stMemoryTestFiller.json State Tests 10 years ago
stPreCompiledContractsFiller.json State Tests 10 years ago
stQuadraticComplexityTestFiller.json add memory tests 10 years ago
stRecursiveCreateFiller.json nonce value from 0 to "0" in fillers 10 years ago
stRefundTestFiller.json add suiciderefund tests 10 years ago
stSolidityTestFiller.json State Tests 10 years ago
stSpecialTestFiller.json Gas Fee Test Changes (1) 10 years ago
stSystemOperationsTestFiller.json Gas Fee Test Changes (1) 10 years ago
stTransactionTestFiller.json State Tests 10 years ago
state.cpp testeth: optional VM tracing (--vmtrace), command line options refactoring. 10 years ago
stateOriginal.cpp State integration test. 10 years ago
transaction.cpp testeth: optional VM tracing (--vmtrace), command line options refactoring. 10 years ago
trie.cpp merge 10 years ago
tt10mbDataFieldFiller.json transaction tests, bound tests 10 years ago
ttTransactionTestFiller.json State Init And Transaction Tests 10 years ago
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. 10 years ago
vm.cpp testeth: optional VM tracing (--vmtrace), command line options refactoring. 10 years ago
vm.h Fix FakeExtVM. 10 years ago
vmArithmeticTestFiller.json Merge remote-tracking branch 'upstream/develop' into suicideRefundTests 10 years ago
vmBitwiseLogicOperationTestFiller.json VMTest Fillers 10 years ago
vmBlockInfoTestFiller.json VMTest Fillers 10 years ago
vmEnvironmentalInfoTestFiller.json VMTest Fillers 10 years ago
vmIOandFlowOperationsTestFiller.json adjust gas prices for arithmetic tests 10 years ago
vmLogTestFiller.json VMTest Fillers 10 years ago
vmPerformanceTestFiller.json VMTest Fillers 10 years ago
vmPushDupSwapTestFiller.json VMTest Fillers 10 years ago
vmSha3TestFiller.json VMTest Fillers 10 years ago
vmSystemOperationsTestFiller.json VMTest Fillers 10 years ago
vmtestsFiller.json VMTest Fillers 10 years ago
webthreestubclient.h net_version 10 years ago
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. 10 years ago