Solidity, the Smart Contract Programming Language
Go to file
Paweł Bylica 530b19f6c6 Change instruction scheduler
Try different instruction scheduler in LLVM, other crashes sometimes.
Also parse command line options properly for random tests.
2015-04-10 14:47:43 +02:00
AccountHolder.cpp Implemented account proxy queues. 2015-02-20 18:48:45 +01:00
Assembly.cpp Allow Solidity build to be disabled. 2015-04-05 17:46:12 +02:00
bcInvalidHeaderTestFiller.json update blockchain tests 2015-03-16 17:07:48 +01:00
bcJS_API_TestFiller.json refine bcJS_API_TestFiller.json 2015-03-23 14:41:26 +01:00
bcUncleHeaderValiditiyFiller.json add invalid timestamp 2015-04-07 00:03:03 +02:00
bcUncleTestFiller.json uncle with same block number + uncle header validity 2015-04-06 08:52:20 +02:00
bcValidBlockTestFiller.json Check State 2015-04-07 21:32:32 +03:00
blockchain.cpp Remove VMTRACE. 2015-04-08 02:42:51 +02:00
boostTest.cpp fixed warnings for msvc build 2015-01-13 11:18:08 +01:00
checkRandomStateTest.cpp Refactored much of transaction queue for tidiness and optimisation. 2015-03-29 19:13:39 +02:00
checkRandomVMTest.cpp Exception-throwing assert. 2015-03-18 15:32:17 +01:00
ClientBase.cpp Move hash to a hidden function, and provide a datapath to it so avoid 2015-04-05 21:08:22 +02:00
CMakeLists.txt Nicer build options. 2015-04-06 02:30:50 +02:00
commonjs.cpp Bunch of repotting/curating. 2015-03-06 12:46:24 +01:00
createRandomStateTest.cpp Refactored much of transaction queue for tidiness and optimisation. 2015-03-29 19:13:39 +02: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 New DAG file scheme. 2015-04-05 14:47:39 +02: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 Nicer build options. 2015-04-06 02:30:50 +02:00
net.cpp adopt node IP address from udp header when ping.ipAddress isn't public 2015-03-26 16:21:25 +01:00
peer.cpp Improve addNode functionality when addNode is called during network startup. 2015-04-05 15:49:53 +02: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 Allow Solidity build to be disabled. 2015-04-05 17:46:12 +02:00
SolidityCompiler.cpp Allow Solidity build to be disabled. 2015-04-05 17:46:12 +02:00
SolidityEndToEndTest.cpp Fix solidity tests. 2015-04-08 23:09:06 +02:00
solidityExecutionFramework.h Allow Solidity build to be disabled. 2015-04-05 17:46:12 +02:00
SolidityExpressionCompiler.cpp Allow Solidity build to be disabled. 2015-04-05 17:46:12 +02:00
SolidityInterface.cpp Allow Solidity build to be disabled. 2015-04-05 17:46:12 +02:00
SolidityNameAndTypeResolution.cpp Allow Solidity build to be disabled. 2015-04-05 17:46:12 +02:00
SolidityNatspecJSON.cpp Allow Solidity build to be disabled. 2015-04-05 17:46:12 +02:00
SolidityOptimizer.cpp Typos and docs. 2015-04-07 17:21:09 +02:00
SolidityParser.cpp Allow Solidity build to be disabled. 2015-04-05 17:46:12 +02:00
SolidityScanner.cpp Allow Solidity build to be disabled. 2015-04-05 17:46:12 +02:00
SolidityTypes.cpp Allow Solidity build to be disabled. 2015-04-05 17:46:12 +02:00
state.cpp Change instruction scheduler 2015-04-10 14:47:43 +02:00
stateOriginal.cpp Move hash to a hidden function, and provide a datapath to it so avoid 2015-04-05 21:08:22 +02:00
stBlockHashTestFiller.json Check State 2015-04-07 21:32:32 +03:00
stCallCreateCallCodeTestFiller.json Check State 2015-04-07 21:32:32 +03:00
stExampleFiller.json Check State 2015-04-07 21:32:32 +03:00
stInitCodeTestFiller.json Check State 2015-04-07 21:32:32 +03:00
stLogTestsFiller.json Check State 2015-04-07 21:32:32 +03:00
stMemoryStressTestFiller.json Check State 2015-04-07 21:32:32 +03:00
stMemoryTestFiller.json fix max stack size 1024 2015-04-02 14:20:33 +02:00
stPreCompiledContractsFiller.json Check State 2015-04-07 21:32:32 +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 Check State 2015-04-07 21:32:32 +03:00
stSolidityTestFiller.json Check State 2015-04-07 21:32:33 +03:00
stSpecialTestFiller.json Check State 2015-04-07 21:32:32 +03:00
stSystemOperationsTestFiller.json Check State 2015-04-07 21:32:32 +03:00
stTransactionTestFiller.json Check State 2015-04-07 21:32:32 +03:00
TestHelper.cpp Merge pull request #1401 from winsvega/expectedState 2015-04-08 22:42:36 +02:00
TestHelper.h Check State 2015-04-07 21:32:32 +03:00
TestUtils.cpp fixes for test/TestUtils.h 2015-03-25 19:51:08 +01:00
TestUtils.h fixes for test/TestUtils.h 2015-03-25 19:51:08 +01:00
transaction.cpp Remove VMTRACE. 2015-04-08 02:42:51 +02: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 style 2015-04-07 00:23:20 +02:00
txTest.cpp Rename transact -> submitTransaction (reflecting aynch nature). 2015-03-18 11:32:04 +01:00
vm.cpp Change instruction scheduler 2015-04-10 14:47:43 +02:00
vm.h Fix FakeExtVM. 2015-03-06 12:45:24 +01:00
vmArithmeticTestFiller.json Check State 2015-04-07 21:32:32 +03:00
vmBitwiseLogicOperationTestFiller.json Check State 2015-04-07 21:32:32 +03:00
vmBlockInfoTestFiller.json Check State 2015-04-07 21:32:32 +03:00
vmEnvironmentalInfoTestFiller.json Check State 2015-04-07 21:32:32 +03:00
vmIOandFlowOperationsTestFiller.json Check State 2015-04-07 21:32:32 +03: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 Check State 2015-04-07 21:32:32 +03:00
vmSha3TestFiller.json Check State 2015-04-07 21:32:32 +03:00
vmSystemOperationsTestFiller.json Check State 2015-04-07 21:32:32 +03:00
vmtestsFiller.json VMTest Fillers 2015-03-06 12:46:24 +01:00
webthreestubclient.h eth_protocolVersion 2015-03-31 20:21:26 +02: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