Solidity, the Smart Contract Programming Language
Go to file
2015-01-10 19:45:20 +01:00
boostTest.cpp coding standards, h512 node id, mute warnings for clang builds. attempt inherited constructor fix for windows. 2015-01-04 21:01:56 +01:00
CMakeLists.txt Clean up and remove some explicit dependencies in cmake files 2014-12-19 12:32:36 +01:00
createRandomTest.cpp Merge remote-tracking branch 'origin/vm' into develop-evmcc 2014-12-10 23:42:01 +01: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 Fixes/workarounds for tests. 2014-12-22 03:16:38 +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 Merging in new data structure for nodes from node-table. End result will be consolidation into NodeId, Node (id and endpoints), NodeEntry (as in table), and Peer (connected node as in host). Rename PeerInfo to PeerSessionInfo. Rename NodeInfo to PeerInfo. PeerSessionInfo which is information about the Peer connection and will be split/merged into Node and PeerInfo. Add node-table callbacks for Host to perform connect node if there are not enough nodes. 2015-01-10 19:45:20 +01: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 const-> constant 2014-12-22 03:09:11 +01:00
SolidityCompiler.cpp Solidity Tests names are now more consistent 2014-12-18 15:21:03 +01:00
SolidityEndToEndTest.cpp Bugfix: Additional swap for compound assignment. 2014-12-18 22:23:34 +01:00
solidityExecutionFramework.h Implemented 256-long history for PREVHASH, though still optional. 2014-12-24 11:36:08 +01:00
SolidityExpressionCompiler.cpp Solidity Tests names are now more consistent 2014-12-18 15:21:03 +01:00
SolidityNameAndTypeResolution.cpp Also test non-equality comparison operator. 2014-12-18 17:49:11 +01:00
SolidityNatspecJSON.cpp Merge branch 'develop' into sol_natspecMultiline 2014-12-18 16:49:56 +01:00
SolidityOptimizer.cpp Solidity Tests names are now more consistent 2014-12-18 15:21:03 +01:00
SolidityParser.cpp Fixes/workarounds for tests. 2014-12-22 03:16:38 +01:00
SolidityScanner.cpp Fix for sol scanner where empty multiline comment became Natspec comment 2015-01-05 16:37:43 +01:00
state.cpp Implemented 256-long history for PREVHASH, though still optional. 2014-12-24 11:36:08 +01:00
stateOriginal.cpp Implemented 256-long history for PREVHASH, though still optional. 2014-12-24 11:36:08 +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-05 20:11:34 +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 add make money test 2014-11-19 18:39:53 +01:00
stSystemOperationsTestFiller.json retuning gas prices of recursive bombs to test limits 2015-01-02 16:57:39 +01:00
stTransactionTestFiller.json Transaction Tests 2014-12-28 16:48:27 +03:00
TestHelper.cpp Windows fix 2014-12-17 17:56:54 +01:00
TestHelper.h Add "--jit" option to State tests 2014-12-12 11:54:44 +01: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
txTest.cpp Project-wide reorganisation of namespaces. 2014-09-05 17:09:58 +02:00
vm.cpp Implemented 256-long history for PREVHASH, though still optional. 2014-12-24 11:36:08 +01:00
vm.h using json_spirit 2014-12-16 14:28:28 -05:00
vmArithmeticTestFiller.json added complete exp tests 2015-01-02 16:58:14 +01:00
vmBitwiseLogicOperationTestFiller.json Update tests to latest protocol changes (PoC7) 2014-11-04 13:36:29 +01:00
vmBlockInfoTestFiller.json Added more vm tests 2014-09-25 11:18:32 +02:00
vmEnvironmentalInfoTestFiller.json fix stackoverflow in calldataload, codecopy, extcodecopy + some tests 2014-12-05 20:11:34 +01:00
vmIOandFlowOperationsTestFiller.json Changed name of some tests 2014-11-19 10:55:36 +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 transactions, style fix 2014-11-05 18:30:38 +01:00
vmSystemOperationsTestFiller.json Added new recursive bombs to vm tests 2014-10-23 16:07:13 +02:00
vmtestsFiller.json Added more vm tests 2014-09-25 11:18:32 +02:00
webthreestubclient.h Merge branch 'develop' into mk_jsonrpc_upgrade 2014-11-18 16:37:24 +01:00
whisperTopic.cpp Merging in new data structure for nodes from node-table. End result will be consolidation into NodeId, Node (id and endpoints), NodeEntry (as in table), and Peer (connected node as in host). Rename PeerInfo to PeerSessionInfo. Rename NodeInfo to PeerInfo. PeerSessionInfo which is information about the Peer connection and will be split/merged into Node and PeerInfo. Add node-table callbacks for Host to perform connect node if there are not enough nodes. 2015-01-10 19:45:20 +01:00