aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Global variable "now" (alias for block.timestamp).chriseth2015-03-101-0/+11
* style fixes in TestHelper.hLefteris Karapetsas2015-03-091-6/+6
* Improving ETH_TEST() exceptionsLefteris Karapetsas2015-03-091-12/+28
* Merge pull request #1235 from winsvega/poc9trieGav Wood2015-03-082-104/+268
|\
| * vmTestswinsvega2015-03-072-104/+268
* | Gas pricing infrastructure and a couple of pricing mechanisms.Gav Wood2015-03-071-1/+1
* | Avoid checking for difficulty when doing PoW test.Gav Wood2015-03-072-7/+8
* | Merge pull request #1228 from LefterisJP/eth_TestNoThrowInfochriseth2015-03-068-191/+165
|\ \
| * | Style fixes and better exception message formatLefteris Karapetsas2015-03-061-6/+8
| * | Adding ETH_TEST macros to ABI and EndToEndTestsLefteris Karapetsas2015-03-062-21/+5
| * | NameAndtypeResolution tests use ETH_TEST macrosLefteris Karapetsas2015-03-062-81/+50
| * | Move ETH_TEST() Macros to TestHelper.hLefteris Karapetsas2015-03-064-102/+104
| * | Extracting ETH_TEST_REQUIRE_NO_THROW() from my other PRLefteris Karapetsas2015-03-061-4/+21
* | | Merge pull request #1222 from chriseth/sol_copyFromCalldatachriseth2015-03-062-1/+100
|\ \ \ | |/ / |/| |
| * | Typochriseth2015-03-061-1/+1
| * | Fix for arrays containing mappings.chriseth2015-03-061-0/+37
| * | Copying between calldata and storage.chriseth2015-03-062-1/+63
* | | Fix type checks for storage variable initializer.chriseth2015-03-061-0/+18
* | | Merge branch 'poc9trie' of github.com:ethereum/cpp-ethereum into poc9trieGav Wood2015-03-060-0/+0
|\ \ \
| * \ \ Merge branch 'poc9trie' of github.com:ethereum/cpp-ethereum into poc9trieGav Wood2015-03-060-0/+0
| |\ \ \
| | * \ \ Merge pull request #1223 from CJentzsch/POC9testsGav Wood2015-03-066-229/+738
| | |\ \ \
| | | * | | fixCJentzsch2015-03-061-1/+1
| | | * | | try to have a uncle with block number = 1CJentzsch2015-03-062-1/+85
| | | * | | Merge remote-tracking branch 'upstream/poc9trie' into POC9testsCJentzsch2015-03-061-22/+54
| | | |\ \ \
| | | * | | | add uncle testsCJentzsch2015-03-061-1/+347
| | | * | | | style + add test casesCJentzsch2015-03-061-54/+54
| | | * | | | styleCJentzsch2015-03-061-2/+0
| | | * | | | add first uncle testCJentzsch2015-03-061-37/+36
| | | * | | | update blockchain test filler to new min diff and min gasLimitCJentzsch2015-03-063-45/+45
| | | * | | | add uncle header feature for fillersCJentzsch2015-03-061-100/+182
| | | * | | | add quadratic complexity testsCJentzsch2015-03-061-17/+17
| | * | | | | mergeCJentzsch2015-03-061-105/+0
| | * | | | | add secure trie testsCJentzsch2015-03-061-0/+105
| | | |/ / / | | |/| | |
| | * | | | For Marek :)Gav Wood2015-03-051-22/+54
| | |/ / /
| | * | | Merge pull request #1210 from winsvega/poc9trieGav Wood2015-03-0511-892/+892
| | |\ \ \ | | | | |/ | | | |/|
| | | * | VMTest Fillerswinsvega2015-03-0511-892/+892
| | * | | Bunch of repotting/curating.Gav Wood2015-03-053-3/+3
| | * | | Merge pull request #1203 from winsvega/poc9trieGav Wood2015-03-0511-197/+197
| | |\| |
| | | * | Gas Fee Test Changes (1)winsvega2015-03-059-122/+122
| | | * | Transaction Test Fillers POC9winsvega2015-03-042-75/+75
| | * | | mergeCJentzsch2015-03-055-200/+331
| | * | | Add date/time language to solidity.Gav Wood2015-03-052-7/+24
| | * | | update block tests to latest changes PoW changesCJentzsch2015-03-044-37/+111
| | * | | more block tests + bugfix for longer chainsCJentzsch2015-03-044-376/+431
| | * | | blockchain testsCJentzsch2015-03-044-554/+609
| | * | | Merge pull request #1195 from CJentzsch/POC9testsGav Wood2015-03-043-36/+41
| | |\ \ \
| | | * | | remove genesis state from state testsCJentzsch2015-03-043-36/+41
| | * | | | New Proof-of-Work.Gav Wood2015-03-043-25/+36
| | |/ / /
| | * | | Merge branch 'poc9trie' of github.com:ethereum/cpp-ethereum into poc9trieGav Wood2015-03-041-31/+6
| | |\| |
| | | * | Update precompiled stuff.Gav Wood2015-03-031-0/+62
| | | * | add memory testsCJentzsch2015-03-035-3/+2260
| | | * | only check rootHash of state if FATDB is offCJentzsch2015-03-031-0/+10
| | | * | Fix FakeExtVM.Gav Wood2015-03-031-0/+1
| | | * | State integration test.Gav Wood2015-03-023-10/+48
| | | * | Fat Trie and tests for it.Gav Wood2015-03-021-2/+42
| | * | | state rebase.Gav Wood2015-03-041-18/+0
| | * | | Update precompiled stuff.Gav Wood2015-03-041-0/+62
| | * | | add memory testsCJentzsch2015-03-043-5/+35
| | * | | only check rootHash of state if FATDB is offCJentzsch2015-03-041-0/+10
| | * | | Fix FakeExtVM.Gav Wood2015-03-041-0/+1
| | * | | State integration test.Gav Wood2015-03-043-10/+48
| | * | | Fat Trie and tests for it.Gav Wood2015-03-041-2/+42
| * | | | fixCJentzsch2015-03-061-1/+1
| * | | | try to have a uncle with block number = 1CJentzsch2015-03-062-1/+85
| * | | | mergeCJentzsch2015-03-061-105/+0
| * | | | add secure trie testsCJentzsch2015-03-061-0/+105
| * | | | add uncle testsCJentzsch2015-03-061-1/+347
| * | | | style + add test casesCJentzsch2015-03-061-54/+54
| * | | | styleCJentzsch2015-03-061-2/+0
| * | | | add first uncle testCJentzsch2015-03-061-37/+36
| * | | | update blockchain test filler to new min diff and min gasLimitCJentzsch2015-03-063-45/+45
| * | | | add uncle header feature for fillersCJentzsch2015-03-061-100/+182
| * | | | add quadratic complexity testsCJentzsch2015-03-061-17/+17
| * | | | For Marek :)Gav Wood2015-03-061-22/+54
| * | | | Bunch of repotting/curating.Gav Wood2015-03-063-3/+3
| * | | | VMTest Fillerswinsvega2015-03-0611-892/+892
| * | | | mergeCJentzsch2015-03-065-200/+331
| * | | | Add date/time language to solidity.Gav Wood2015-03-062-7/+24
| * | | | Gas Fee Test Changes (1)winsvega2015-03-069-122/+122
| * | | | update block tests to latest changes PoW changesCJentzsch2015-03-064-37/+111
| * | | | Transaction Test Fillers POC9winsvega2015-03-062-75/+75
| * | | | more block tests + bugfix for longer chainsCJentzsch2015-03-064-376/+431
| * | | | blockchain testsCJentzsch2015-03-064-554/+609
| * | | | New Proof-of-Work.Gav Wood2015-03-063-25/+36
| * | | | remove genesis state from state testsCJentzsch2015-03-063-43/+23
| * | | | state rebase.Gav Wood2015-03-061-18/+0
| * | | | Update precompiled stuff.Gav Wood2015-03-061-0/+62
| * | | | add memory testsCJentzsch2015-03-061-5/+34
| * | | | only check rootHash of state if FATDB is offCJentzsch2015-03-061-0/+1
| * | | | State integration test.Gav Wood2015-03-061-62/+0
| * | | | Update precompiled stuff.Gav Wood2015-03-061-0/+62
| * | | | add memory testsCJentzsch2015-03-063-37/+37
| * | | | only check rootHash of state if FATDB is offCJentzsch2015-03-061-0/+10
| * | | | Fix FakeExtVM.Gav Wood2015-03-061-0/+1
| * | | | State integration test.Gav Wood2015-03-063-10/+48
| * | | | Fat Trie and tests for it.Gav Wood2015-03-061-2/+42
| |/ / /
* | | | fixCJentzsch2015-03-061-1/+1
* | | | try to have a uncle with block number = 1CJentzsch2015-03-062-1/+85
* | | | mergeCJentzsch2015-03-061-105/+0
* | | | add secure trie testsCJentzsch2015-03-061-0/+105
* | | | add uncle testsCJentzsch2015-03-061-1/+347
* | | | style + add test casesCJentzsch2015-03-061-54/+54
* | | | styleCJentzsch2015-03-061-2/+0
* | | | add first uncle testCJentzsch2015-03-061-37/+36
* | | | update blockchain test filler to new min diff and min gasLimitCJentzsch2015-03-063-45/+45
* | | | add uncle header feature for fillersCJentzsch2015-03-061-100/+182
* | | | add quadratic complexity testsCJentzsch2015-03-061-17/+17
* | | | For Marek :)Gav Wood2015-03-061-12/+10
* | | | mergeCJentzsch2015-03-065-657/+249
* | | | Add date/time language to solidity.Gav Wood2015-03-061-7/+7
* | | | update block tests to latest changes PoW changesCJentzsch2015-03-064-37/+111
* | | | more block tests + bugfix for longer chainsCJentzsch2015-03-064-198/+150
* | | | blockchain testsCJentzsch2015-03-062-356/+229
* | | | New Proof-of-Work.Gav Wood2015-03-061-10/+12
* | | | remove genesis state from state testsCJentzsch2015-03-061-34/+22
* | | | state rebase.Gav Wood2015-03-061-18/+0
* | | | Update precompiled stuff.Gav Wood2015-03-061-0/+62
* | | | add memory testsCJentzsch2015-03-061-5/+34
* | | | only check rootHash of state if FATDB is offCJentzsch2015-03-061-0/+1
* | | | State integration test.Gav Wood2015-03-061-62/+0
* | | | Update precompiled stuff.Gav Wood2015-03-061-0/+62
* | | | add memory testsCJentzsch2015-03-061-1/+0
* | | | only check rootHash of state if FATDB is offCJentzsch2015-03-061-0/+1
* | | | State integration test.Gav Wood2015-03-061-62/+0
* | | | fixCJentzsch2015-03-061-1/+1
* | | | try to have a uncle with block number = 1CJentzsch2015-03-062-1/+85
* | | | mergeCJentzsch2015-03-061-105/+0
* | | | add secure trie testsCJentzsch2015-03-061-0/+105
* | | | add uncle testsCJentzsch2015-03-061-1/+347
* | | | style + add test casesCJentzsch2015-03-061-54/+54
* | | | styleCJentzsch2015-03-061-2/+0
* | | | add first uncle testCJentzsch2015-03-061-37/+36
* | | | update blockchain test filler to new min diff and min gasLimitCJentzsch2015-03-063-45/+45
* | | | add uncle header feature for fillersCJentzsch2015-03-061-100/+182
* | | | add quadratic complexity testsCJentzsch2015-03-061-17/+17
* | | | For Marek :)Gav Wood2015-03-061-22/+54
* | | | Bunch of repotting/curating.Gav Wood2015-03-063-3/+3
* | | | VMTest Fillerswinsvega2015-03-0611-892/+892
* | | | mergeCJentzsch2015-03-065-200/+331
* | | | Add date/time language to solidity.Gav Wood2015-03-062-7/+24
* | | | Gas Fee Test Changes (1)winsvega2015-03-069-122/+122
* | | | update block tests to latest changes PoW changesCJentzsch2015-03-064-37/+111
* | | | Transaction Test Fillers POC9winsvega2015-03-062-75/+75
* | | | more block tests + bugfix for longer chainsCJentzsch2015-03-064-376/+431
* | | | blockchain testsCJentzsch2015-03-064-622/+609
* | | | New Proof-of-Work.Gav Wood2015-03-063-20/+97
* | | | remove genesis state from state testsCJentzsch2015-03-063-43/+23
* | | | state rebase.Gav Wood2015-03-061-18/+0
* | | | Update precompiled stuff.Gav Wood2015-03-061-0/+62
* | | | add memory testsCJentzsch2015-03-061-5/+34
* | | | only check rootHash of state if FATDB is offCJentzsch2015-03-061-0/+1
* | | | State integration test.Gav Wood2015-03-061-62/+0
* | | | Update precompiled stuff.Gav Wood2015-03-061-0/+62
* | | | add memory testsCJentzsch2015-03-063-37/+37
* | | | only check rootHash of state if FATDB is offCJentzsch2015-03-061-0/+10
* | | | Fix FakeExtVM.Gav Wood2015-03-061-0/+1
* | | | State integration test.Gav Wood2015-03-063-10/+48
* | | | Fat Trie and tests for it.Gav Wood2015-03-061-2/+42
| |_|/ |/| |
* | | Index access for calldata arrays.Christian2015-03-051-0/+59
* | | Merge pull request #1186 from onepremise/developGav Wood2015-03-0514-113/+137
|\ \ \
| * | | Revert all asio.h includes except for in 2 files, DebuggingStateWrapper.h and...jhuntley2015-03-0515-51/+20
| * | | asio.h and windows.h build comments as per request.jhuntley2015-03-0514-89/+128
| * | | Avoid boost include order issue on windows:jhuntley2015-03-0511-4/+18
| * | | Avoid boost include order issue on windows:jhuntley2015-03-054-2/+4
* | | | Merge pull request #1200 from debris/ethereumjsGav Wood2015-03-050-0/+0
|\ \ \ \ | |/ / / |/| | |
| * | | Merge commit '0807e2ee7c32d10f86622c7cd143b6ae37005f48' into developMarek Kotewicz2015-03-040-0/+0
| |\ \ \
| | * | | Squashed 'libjsqrc/ethereumjs/' changes from 5bd166c..7d6b35aMarek Kotewicz2015-03-041-41/+162
* | | | | Transaction Testswinsvega2015-03-041-1/+1
* | | | | Test Cases Changeswinsvega2015-03-044-76/+78
* | | | | Transaction Testswinsvega2015-03-043-2/+33
|/ / / /
* | | | Merge pull request #1193 from chriseth/sol_fixABIArraysGav Wood2015-03-031-4/+4
|\ \ \ \
| * | | | Fixed arrays in ABI.Christian2015-03-031-4/+4
| | |/ / | |/| |
* / | | Fix test after change in call failure semantics.Christian2015-03-031-4/+7
|/ / /
* | | Implemented passing arguments to the base constructor.Liana Husikyan2015-03-021-0/+64
* | | Merge pull request #1146 from LefterisJP/sol_fixBaseClassAccessorschriseth2015-03-021-1/+53
|\ \ \
| * | | getInheritableMembers() does not look at BaseContractsLefteris Karapetsas2015-03-021-0/+29
| * | | VisibleInDerivedContracts() is now virtual()Lefteris Karapetsas2015-03-021-1/+12
| * | | Add structs to inheritable membersLefteris Karapetsas2015-03-021-2/+2
| * | | Adding test for base class statevar accessorsLefteris Karapetsas2015-03-021-0/+12
* | | | Merge pull request #1157 from chriseth/sol_arrayShorteningchriseth2015-03-022-0/+233
|\ \ \ \ | |/ / / |/| | |
| * | | Array copy storage to storage.Christian2015-02-281-0/+88
| * | | Type checks for array assignment.Christian2015-02-281-0/+55
| * | | Shortening of dynamic arrays.Christian2015-02-281-0/+90
* | | | Merge pull request #1160 from CJentzsch/addTestsGav Wood2015-03-018-96/+861
|\ \ \ \
| * | | | move extrem memory test to stMemoryStressTest.jsonCJentzsch2015-03-014-68/+92
| * | | | more memmory hard quadratic complexity testsCJentzsch2015-03-011-0/+330
| * | | | more jump testsCJentzsch2015-02-271-0/+85
| * | | | add more addmod mulmod overflow testsCJentzsch2015-02-271-0/+224
| * | | | A calls B to refundCJentzsch2015-02-271-28/+130
| |/ / /
* / / / add several var related test casesLu Guanqun2015-03-011-0/+34
|/ / /
* | | Merge pull request #1149 from winsvega/developGav Wood2015-02-273-23/+182
|\ \ \
| * | | Test Helperwinsvega2015-02-271-2/+2
| * | | More Transaction Testswinsvega2015-02-263-23/+182
* | | | more calldatacopy return tests (for Pawel)CJentzsch2015-02-272-1/+205
* | | | Merge branch 'memTests' into addTestsCJentzsch2015-02-261-7/+231
|\ \ \ \
| * \ \ \ Merge remote-tracking branch 'upstream/develop' into memTestsCJentzsch2015-02-2612-115/+1136
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | Merge remote-tracking branch 'upstream/develop' into memTestsCJentzsch2015-02-237-14/+35
| |\ \ \ \
| * | | | | add new mem test for quadratic mem gas costsCJentzsch2015-02-231-7/+231
* | | | | | adjust to new quadratic memory ruleCJentzsch2015-02-261-9/+9
* | | | | | Merge remote-tracking branch 'upstream/develop' into addTestsCJentzsch2015-02-263-2/+132
|\ \ \ \ \ \ | | |_|/ / / | |/| | | |
| * | | | | LValue refactoring.Christian2015-02-251-1/+1
| * | | | | Merge pull request #1132 from LefterisJP/sol_DebuggingInformationchriseth2015-02-253-1/+131
| |\ \ \ \ \
| | * | | | | Re-adding braces to if in test/Assembly.cppLefteris Karapetsas2015-02-251-0/+4
| | * | | | | Move SourceLocation to evmcoreLefteris Karapetsas2015-02-251-1/+1
| | * | | | | Tighter coupling for Assembly items retrievalLefteris Karapetsas2015-02-251-1/+1
| | * | | | | LocationSetter in some extra places during CompilingLefteris Karapetsas2015-02-251-2/+3
| | * | | | | Styling changes for SourceLocation and friendsLefteris Karapetsas2015-02-251-5/+1
| | * | | | | Simple Assembly Locations testLefteris Karapetsas2015-02-251-0/+128
| | * | | | | Reset CompilerContext's visited nodes at compile startLefteris Karapetsas2015-02-251-0/+1
| | * | | | | Moving Source Location libdevcoreLefteris Karapetsas2015-02-251-1/+1
* | | | | | | add more sdiv smod testsCJentzsch2015-02-261-1/+141
* | | | | | | tests for mem at 32,64 KB +- 1, 31,32,33 for mstore and mstore8CJentzsch2015-02-261-0/+1360
* | | | | | | include invalid transaction rlp block testCJentzsch2015-02-251-0/+5
* | | | | | | add memory testsCJentzsch2015-02-252-0/+142
* | | | | | | add commandline flag for tt10MBtxTestCJentzsch2015-02-251-1/+15
* | | | | | | use 50000 bytes for CALLDATACOPYCJentzsch2015-02-251-3/+3
* | | | | | | add --all flag for time consuming testsCJentzsch2015-02-251-3/+3
* | | | | | | add quadratic complexity testsCJentzsch2015-02-253-60/+321
* | | | | | | add test for quadratic complexityCJentzsch2015-02-254-1/+102
* | | | | | | add wrong v value tx testCJentzsch2015-02-252-6/+21
* | | | | | | add create contract with existing address testCJentzsch2015-02-252-464/+506
|/ / / / / /
* | | | | | Merge pull request #1129 from imapp-pl/pr/old_testsGav Wood2015-02-254-1/+729
|\ \ \ \ \ \
| * | | | | | Move old VM jump tests from EVM JIT to JSON filePaweł Bylica2015-02-251-28/+280
| * | | | | | Move old VM stack tests from EVM JIT to JSON filePaweł Bylica2015-02-242-0/+141
| * | | | | | Move old VM return tests from EVM JIT to JSON filePaweł Bylica2015-02-241-0/+56
| * | | | | | Move old VM memory tests from EVM JIT to JSON filePaweł Bylica2015-02-241-0/+84
| * | | | | | Move old VM environmental test from EVM JIT to JSON filePaweł Bylica2015-02-241-1/+29
| * | | | | | Move old VM arithmetic tests from EVM JIT to JSON filePaweł Bylica2015-02-241-0/+167
| |/ / / / /
* | | | | | Merge pull request #1110 from winsvega/developGav Wood2015-02-251-30/+74
|\ \ \ \ \ \ | |/ / / / / |/| | | / / | | |_|/ / | |/| | |
| * | | | Solidity Testswinsvega2015-02-241-3/+3
| * | | | Solidity Testswinsvega2015-02-241-5/+4
| * | | | Merge branch 'develop' of https://github.com/ethereum/cpp-ethereum into developwinsvega2015-02-237-13/+176
| |\ \ \ \
| * | | | | Quadratic complexity testwinsvega2015-02-231-30/+75
* | | | | | Merge pull request #1119 from chriseth/sol_arraysIndexAccesschriseth2015-02-241-0/+101
|\ \ \ \ \ \
| * | | | | | Out-of-bounds checking.Christian2015-02-241-2/+47
| * | | | | | Index and length access for dynamic arrays.Christian2015-02-241-0/+29
| * | | | | | Implementation of index access.Christian2015-02-241-0/+27
* | | | | | | fixed test buidarkpar2015-02-241-1/+1
|/ / / / / /
* | | | | | Merge pull request #1113 from CJentzsch/addTestsGav Wood2015-02-242-82/+40
|\ \ \ \ \ \
| * | | | | | remove tests with impossible pre conditionsCJentzsch2015-02-232-82/+40
| | |_|_|/ / | |/| | | |
* | | | | | Merge pull request #1100 from chriseth/sol_arraysGav Wood2015-02-232-0/+60
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Allow conversion to dynamic arrays and update grammar.Christian2015-02-221-0/+11
| * | | | | Parsing of array types and basic implementation.Christian2015-02-212-0/+49
| | |_|/ / | |/| | |
* | | | | Merge remote-tracking branch 'upstream/develop' into addTestsCJentzsch2015-02-2349-1824/+7736
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | Merge pull request #1109 from CJentzsch/TransactionBugFixGav Wood2015-02-232-3/+8
| |\ \ \ \
| | * | | | fix too-small-address-length bug in transactionCJentzsch2015-02-232-3/+8
| | |/ / /
| * | | | Merge pull request #1107 from chriseth/sol_inheritableIsInternalGav Wood2015-02-232-9/+9
| |\ \ \ \
| | * | | | Replaced "inheritable" by "internal".Christian2015-02-232-9/+9
| | |/ / /
| * / / / Stack height checks and fix.Christian2015-02-231-1/+0
| |/ / /
| * | | Inline member initialisationLiana Husikyan2015-02-211-0/+55