Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Global variable "now" (alias for block.timestamp). | chriseth | 2015-03-10 | 1 | -0/+11 |
* | style fixes in TestHelper.h | Lefteris Karapetsas | 2015-03-09 | 1 | -6/+6 |
* | Improving ETH_TEST() exceptions | Lefteris Karapetsas | 2015-03-09 | 1 | -12/+28 |
* | Merge pull request #1235 from winsvega/poc9trie | Gav Wood | 2015-03-08 | 2 | -104/+268 |
|\ | |||||
| * | vmTests | winsvega | 2015-03-07 | 2 | -104/+268 |
* | | Gas pricing infrastructure and a couple of pricing mechanisms. | Gav Wood | 2015-03-07 | 1 | -1/+1 |
* | | Avoid checking for difficulty when doing PoW test. | Gav Wood | 2015-03-07 | 2 | -7/+8 |
* | | Merge pull request #1228 from LefterisJP/eth_TestNoThrowInfo | chriseth | 2015-03-06 | 8 | -191/+165 |
|\ \ | |||||
| * | | Style fixes and better exception message format | Lefteris Karapetsas | 2015-03-06 | 1 | -6/+8 |
| * | | Adding ETH_TEST macros to ABI and EndToEndTests | Lefteris Karapetsas | 2015-03-06 | 2 | -21/+5 |
| * | | NameAndtypeResolution tests use ETH_TEST macros | Lefteris Karapetsas | 2015-03-06 | 2 | -81/+50 |
| * | | Move ETH_TEST() Macros to TestHelper.h | Lefteris Karapetsas | 2015-03-06 | 4 | -102/+104 |
| * | | Extracting ETH_TEST_REQUIRE_NO_THROW() from my other PR | Lefteris Karapetsas | 2015-03-06 | 1 | -4/+21 |
* | | | Merge pull request #1222 from chriseth/sol_copyFromCalldata | chriseth | 2015-03-06 | 2 | -1/+100 |
|\ \ \ | |/ / |/| | | |||||
| * | | Typo | chriseth | 2015-03-06 | 1 | -1/+1 |
| * | | Fix for arrays containing mappings. | chriseth | 2015-03-06 | 1 | -0/+37 |
| * | | Copying between calldata and storage. | chriseth | 2015-03-06 | 2 | -1/+63 |
* | | | Fix type checks for storage variable initializer. | chriseth | 2015-03-06 | 1 | -0/+18 |
* | | | Merge branch 'poc9trie' of github.com:ethereum/cpp-ethereum into poc9trie | Gav Wood | 2015-03-06 | 0 | -0/+0 |
|\ \ \ | |||||
| * \ \ | Merge branch 'poc9trie' of github.com:ethereum/cpp-ethereum into poc9trie | Gav Wood | 2015-03-06 | 0 | -0/+0 |
| |\ \ \ | |||||
| | * \ \ | Merge pull request #1223 from CJentzsch/POC9tests | Gav Wood | 2015-03-06 | 6 | -229/+738 |
| | |\ \ \ | |||||
| | | * | | | fix | CJentzsch | 2015-03-06 | 1 | -1/+1 |
| | | * | | | try to have a uncle with block number = 1 | CJentzsch | 2015-03-06 | 2 | -1/+85 |
| | | * | | | Merge remote-tracking branch 'upstream/poc9trie' into POC9tests | CJentzsch | 2015-03-06 | 1 | -22/+54 |
| | | |\ \ \ | |||||
| | | * | | | | add uncle tests | CJentzsch | 2015-03-06 | 1 | -1/+347 |
| | | * | | | | style + add test cases | CJentzsch | 2015-03-06 | 1 | -54/+54 |
| | | * | | | | style | CJentzsch | 2015-03-06 | 1 | -2/+0 |
| | | * | | | | add first uncle test | CJentzsch | 2015-03-06 | 1 | -37/+36 |
| | | * | | | | update blockchain test filler to new min diff and min gasLimit | CJentzsch | 2015-03-06 | 3 | -45/+45 |
| | | * | | | | add uncle header feature for fillers | CJentzsch | 2015-03-06 | 1 | -100/+182 |
| | | * | | | | add quadratic complexity tests | CJentzsch | 2015-03-06 | 1 | -17/+17 |
| | * | | | | | merge | CJentzsch | 2015-03-06 | 1 | -105/+0 |
| | * | | | | | add secure trie tests | CJentzsch | 2015-03-06 | 1 | -0/+105 |
| | | |/ / / | | |/| | | | |||||
| | * | | | | For Marek :) | Gav Wood | 2015-03-05 | 1 | -22/+54 |
| | |/ / / | |||||
| | * | | | Merge pull request #1210 from winsvega/poc9trie | Gav Wood | 2015-03-05 | 11 | -892/+892 |
| | |\ \ \ | | | | |/ | | | |/| | |||||
| | | * | | VMTest Fillers | winsvega | 2015-03-05 | 11 | -892/+892 |
| | * | | | Bunch of repotting/curating. | Gav Wood | 2015-03-05 | 3 | -3/+3 |
| | * | | | Merge pull request #1203 from winsvega/poc9trie | Gav Wood | 2015-03-05 | 11 | -197/+197 |
| | |\| | | |||||
| | | * | | Gas Fee Test Changes (1) | winsvega | 2015-03-05 | 9 | -122/+122 |
| | | * | | Transaction Test Fillers POC9 | winsvega | 2015-03-04 | 2 | -75/+75 |
| | * | | | merge | CJentzsch | 2015-03-05 | 5 | -200/+331 |
| | * | | | Add date/time language to solidity. | Gav Wood | 2015-03-05 | 2 | -7/+24 |
| | * | | | update block tests to latest changes PoW changes | CJentzsch | 2015-03-04 | 4 | -37/+111 |
| | * | | | more block tests + bugfix for longer chains | CJentzsch | 2015-03-04 | 4 | -376/+431 |
| | * | | | blockchain tests | CJentzsch | 2015-03-04 | 4 | -554/+609 |
| | * | | | Merge pull request #1195 from CJentzsch/POC9tests | Gav Wood | 2015-03-04 | 3 | -36/+41 |
| | |\ \ \ | |||||
| | | * | | | remove genesis state from state tests | CJentzsch | 2015-03-04 | 3 | -36/+41 |
| | * | | | | New Proof-of-Work. | Gav Wood | 2015-03-04 | 3 | -25/+36 |
| | |/ / / | |||||
| | * | | | Merge branch 'poc9trie' of github.com:ethereum/cpp-ethereum into poc9trie | Gav Wood | 2015-03-04 | 1 | -31/+6 |
| | |\| | | |||||
| | | * | | Update precompiled stuff. | Gav Wood | 2015-03-03 | 1 | -0/+62 |
| | | * | | add memory tests | CJentzsch | 2015-03-03 | 5 | -3/+2260 |
| | | * | | only check rootHash of state if FATDB is off | CJentzsch | 2015-03-03 | 1 | -0/+10 |
| | | * | | Fix FakeExtVM. | Gav Wood | 2015-03-03 | 1 | -0/+1 |
| | | * | | State integration test. | Gav Wood | 2015-03-02 | 3 | -10/+48 |
| | | * | | Fat Trie and tests for it. | Gav Wood | 2015-03-02 | 1 | -2/+42 |
| | * | | | state rebase. | Gav Wood | 2015-03-04 | 1 | -18/+0 |
| | * | | | Update precompiled stuff. | Gav Wood | 2015-03-04 | 1 | -0/+62 |
| | * | | | add memory tests | CJentzsch | 2015-03-04 | 3 | -5/+35 |
| | * | | | only check rootHash of state if FATDB is off | CJentzsch | 2015-03-04 | 1 | -0/+10 |
| | * | | | Fix FakeExtVM. | Gav Wood | 2015-03-04 | 1 | -0/+1 |
| | * | | | State integration test. | Gav Wood | 2015-03-04 | 3 | -10/+48 |
| | * | | | Fat Trie and tests for it. | Gav Wood | 2015-03-04 | 1 | -2/+42 |
| * | | | | fix | CJentzsch | 2015-03-06 | 1 | -1/+1 |
| * | | | | try to have a uncle with block number = 1 | CJentzsch | 2015-03-06 | 2 | -1/+85 |
| * | | | | merge | CJentzsch | 2015-03-06 | 1 | -105/+0 |
| * | | | | add secure trie tests | CJentzsch | 2015-03-06 | 1 | -0/+105 |
| * | | | | add uncle tests | CJentzsch | 2015-03-06 | 1 | -1/+347 |
| * | | | | style + add test cases | CJentzsch | 2015-03-06 | 1 | -54/+54 |
| * | | | | style | CJentzsch | 2015-03-06 | 1 | -2/+0 |
| * | | | | add first uncle test | CJentzsch | 2015-03-06 | 1 | -37/+36 |
| * | | | | update blockchain test filler to new min diff and min gasLimit | CJentzsch | 2015-03-06 | 3 | -45/+45 |
| * | | | | add uncle header feature for fillers | CJentzsch | 2015-03-06 | 1 | -100/+182 |
| * | | | | add quadratic complexity tests | CJentzsch | 2015-03-06 | 1 | -17/+17 |
| * | | | | For Marek :) | Gav Wood | 2015-03-06 | 1 | -22/+54 |
| * | | | | Bunch of repotting/curating. | Gav Wood | 2015-03-06 | 3 | -3/+3 |
| * | | | | VMTest Fillers | winsvega | 2015-03-06 | 11 | -892/+892 |
| * | | | | merge | CJentzsch | 2015-03-06 | 5 | -200/+331 |
| * | | | | Add date/time language to solidity. | Gav Wood | 2015-03-06 | 2 | -7/+24 |
| * | | | | Gas Fee Test Changes (1) | winsvega | 2015-03-06 | 9 | -122/+122 |
| * | | | | update block tests to latest changes PoW changes | CJentzsch | 2015-03-06 | 4 | -37/+111 |
| * | | | | Transaction Test Fillers POC9 | winsvega | 2015-03-06 | 2 | -75/+75 |
| * | | | | more block tests + bugfix for longer chains | CJentzsch | 2015-03-06 | 4 | -376/+431 |
| * | | | | blockchain tests | CJentzsch | 2015-03-06 | 4 | -554/+609 |
| * | | | | New Proof-of-Work. | Gav Wood | 2015-03-06 | 3 | -25/+36 |
| * | | | | remove genesis state from state tests | CJentzsch | 2015-03-06 | 3 | -43/+23 |
| * | | | | state rebase. | Gav Wood | 2015-03-06 | 1 | -18/+0 |
| * | | | | Update precompiled stuff. | Gav Wood | 2015-03-06 | 1 | -0/+62 |
| * | | | | add memory tests | CJentzsch | 2015-03-06 | 1 | -5/+34 |
| * | | | | only check rootHash of state if FATDB is off | CJentzsch | 2015-03-06 | 1 | -0/+1 |
| * | | | | State integration test. | Gav Wood | 2015-03-06 | 1 | -62/+0 |
| * | | | | Update precompiled stuff. | Gav Wood | 2015-03-06 | 1 | -0/+62 |
| * | | | | add memory tests | CJentzsch | 2015-03-06 | 3 | -37/+37 |
| * | | | | only check rootHash of state if FATDB is off | CJentzsch | 2015-03-06 | 1 | -0/+10 |
| * | | | | Fix FakeExtVM. | Gav Wood | 2015-03-06 | 1 | -0/+1 |
| * | | | | State integration test. | Gav Wood | 2015-03-06 | 3 | -10/+48 |
| * | | | | Fat Trie and tests for it. | Gav Wood | 2015-03-06 | 1 | -2/+42 |
| |/ / / | |||||
* | | | | fix | CJentzsch | 2015-03-06 | 1 | -1/+1 |
* | | | | try to have a uncle with block number = 1 | CJentzsch | 2015-03-06 | 2 | -1/+85 |
* | | | | merge | CJentzsch | 2015-03-06 | 1 | -105/+0 |
* | | | | add secure trie tests | CJentzsch | 2015-03-06 | 1 | -0/+105 |
* | | | | add uncle tests | CJentzsch | 2015-03-06 | 1 | -1/+347 |
* | | | | style + add test cases | CJentzsch | 2015-03-06 | 1 | -54/+54 |
* | | | | style | CJentzsch | 2015-03-06 | 1 | -2/+0 |
* | | | | add first uncle test | CJentzsch | 2015-03-06 | 1 | -37/+36 |
* | | | | update blockchain test filler to new min diff and min gasLimit | CJentzsch | 2015-03-06 | 3 | -45/+45 |
* | | | | add uncle header feature for fillers | CJentzsch | 2015-03-06 | 1 | -100/+182 |
* | | | | add quadratic complexity tests | CJentzsch | 2015-03-06 | 1 | -17/+17 |
* | | | | For Marek :) | Gav Wood | 2015-03-06 | 1 | -12/+10 |
* | | | | merge | CJentzsch | 2015-03-06 | 5 | -657/+249 |
* | | | | Add date/time language to solidity. | Gav Wood | 2015-03-06 | 1 | -7/+7 |
* | | | | update block tests to latest changes PoW changes | CJentzsch | 2015-03-06 | 4 | -37/+111 |
* | | | | more block tests + bugfix for longer chains | CJentzsch | 2015-03-06 | 4 | -198/+150 |
* | | | | blockchain tests | CJentzsch | 2015-03-06 | 2 | -356/+229 |
* | | | | New Proof-of-Work. | Gav Wood | 2015-03-06 | 1 | -10/+12 |
* | | | | remove genesis state from state tests | CJentzsch | 2015-03-06 | 1 | -34/+22 |
* | | | | state rebase. | Gav Wood | 2015-03-06 | 1 | -18/+0 |
* | | | | Update precompiled stuff. | Gav Wood | 2015-03-06 | 1 | -0/+62 |
* | | | | add memory tests | CJentzsch | 2015-03-06 | 1 | -5/+34 |
* | | | | only check rootHash of state if FATDB is off | CJentzsch | 2015-03-06 | 1 | -0/+1 |
* | | | | State integration test. | Gav Wood | 2015-03-06 | 1 | -62/+0 |
* | | | | Update precompiled stuff. | Gav Wood | 2015-03-06 | 1 | -0/+62 |
* | | | | add memory tests | CJentzsch | 2015-03-06 | 1 | -1/+0 |
* | | | | only check rootHash of state if FATDB is off | CJentzsch | 2015-03-06 | 1 | -0/+1 |
* | | | | State integration test. | Gav Wood | 2015-03-06 | 1 | -62/+0 |
* | | | | fix | CJentzsch | 2015-03-06 | 1 | -1/+1 |
* | | | | try to have a uncle with block number = 1 | CJentzsch | 2015-03-06 | 2 | -1/+85 |
* | | | | merge | CJentzsch | 2015-03-06 | 1 | -105/+0 |
* | | | | add secure trie tests | CJentzsch | 2015-03-06 | 1 | -0/+105 |
* | | | | add uncle tests | CJentzsch | 2015-03-06 | 1 | -1/+347 |
* | | | | style + add test cases | CJentzsch | 2015-03-06 | 1 | -54/+54 |
* | | | | style | CJentzsch | 2015-03-06 | 1 | -2/+0 |
* | | | | add first uncle test | CJentzsch | 2015-03-06 | 1 | -37/+36 |
* | | | | update blockchain test filler to new min diff and min gasLimit | CJentzsch | 2015-03-06 | 3 | -45/+45 |
* | | | | add uncle header feature for fillers | CJentzsch | 2015-03-06 | 1 | -100/+182 |
* | | | | add quadratic complexity tests | CJentzsch | 2015-03-06 | 1 | -17/+17 |
* | | | | For Marek :) | Gav Wood | 2015-03-06 | 1 | -22/+54 |
* | | | | Bunch of repotting/curating. | Gav Wood | 2015-03-06 | 3 | -3/+3 |
* | | | | VMTest Fillers | winsvega | 2015-03-06 | 11 | -892/+892 |
* | | | | merge | CJentzsch | 2015-03-06 | 5 | -200/+331 |
* | | | | Add date/time language to solidity. | Gav Wood | 2015-03-06 | 2 | -7/+24 |
* | | | | Gas Fee Test Changes (1) | winsvega | 2015-03-06 | 9 | -122/+122 |
* | | | | update block tests to latest changes PoW changes | CJentzsch | 2015-03-06 | 4 | -37/+111 |
* | | | | Transaction Test Fillers POC9 | winsvega | 2015-03-06 | 2 | -75/+75 |
* | | | | more block tests + bugfix for longer chains | CJentzsch | 2015-03-06 | 4 | -376/+431 |
* | | | | blockchain tests | CJentzsch | 2015-03-06 | 4 | -622/+609 |
* | | | | New Proof-of-Work. | Gav Wood | 2015-03-06 | 3 | -20/+97 |
* | | | | remove genesis state from state tests | CJentzsch | 2015-03-06 | 3 | -43/+23 |
* | | | | state rebase. | Gav Wood | 2015-03-06 | 1 | -18/+0 |
* | | | | Update precompiled stuff. | Gav Wood | 2015-03-06 | 1 | -0/+62 |
* | | | | add memory tests | CJentzsch | 2015-03-06 | 1 | -5/+34 |
* | | | | only check rootHash of state if FATDB is off | CJentzsch | 2015-03-06 | 1 | -0/+1 |
* | | | | State integration test. | Gav Wood | 2015-03-06 | 1 | -62/+0 |
* | | | | Update precompiled stuff. | Gav Wood | 2015-03-06 | 1 | -0/+62 |
* | | | | add memory tests | CJentzsch | 2015-03-06 | 3 | -37/+37 |
* | | | | only check rootHash of state if FATDB is off | CJentzsch | 2015-03-06 | 1 | -0/+10 |
* | | | | Fix FakeExtVM. | Gav Wood | 2015-03-06 | 1 | -0/+1 |
* | | | | State integration test. | Gav Wood | 2015-03-06 | 3 | -10/+48 |
* | | | | Fat Trie and tests for it. | Gav Wood | 2015-03-06 | 1 | -2/+42 |
| |_|/ |/| | | |||||
* | | | Index access for calldata arrays. | Christian | 2015-03-05 | 1 | -0/+59 |
* | | | Merge pull request #1186 from onepremise/develop | Gav Wood | 2015-03-05 | 14 | -113/+137 |
|\ \ \ | |||||
| * | | | Revert all asio.h includes except for in 2 files, DebuggingStateWrapper.h and... | jhuntley | 2015-03-05 | 15 | -51/+20 |
| * | | | asio.h and windows.h build comments as per request. | jhuntley | 2015-03-05 | 14 | -89/+128 |
| * | | | Avoid boost include order issue on windows: | jhuntley | 2015-03-05 | 11 | -4/+18 |
| * | | | Avoid boost include order issue on windows: | jhuntley | 2015-03-05 | 4 | -2/+4 |
* | | | | Merge pull request #1200 from debris/ethereumjs | Gav Wood | 2015-03-05 | 0 | -0/+0 |
|\ \ \ \ | |/ / / |/| | | | |||||
| * | | | Merge commit '0807e2ee7c32d10f86622c7cd143b6ae37005f48' into develop | Marek Kotewicz | 2015-03-04 | 0 | -0/+0 |
| |\ \ \ | |||||
| | * | | | Squashed 'libjsqrc/ethereumjs/' changes from 5bd166c..7d6b35a | Marek Kotewicz | 2015-03-04 | 1 | -41/+162 |
* | | | | | Transaction Tests | winsvega | 2015-03-04 | 1 | -1/+1 |
* | | | | | Test Cases Changes | winsvega | 2015-03-04 | 4 | -76/+78 |
* | | | | | Transaction Tests | winsvega | 2015-03-04 | 3 | -2/+33 |
|/ / / / | |||||
* | | | | Merge pull request #1193 from chriseth/sol_fixABIArrays | Gav Wood | 2015-03-03 | 1 | -4/+4 |
|\ \ \ \ | |||||
| * | | | | Fixed arrays in ABI. | Christian | 2015-03-03 | 1 | -4/+4 |
| | |/ / | |/| | | |||||
* / | | | Fix test after change in call failure semantics. | Christian | 2015-03-03 | 1 | -4/+7 |
|/ / / | |||||
* | | | Implemented passing arguments to the base constructor. | Liana Husikyan | 2015-03-02 | 1 | -0/+64 |
* | | | Merge pull request #1146 from LefterisJP/sol_fixBaseClassAccessors | chriseth | 2015-03-02 | 1 | -1/+53 |
|\ \ \ | |||||
| * | | | getInheritableMembers() does not look at BaseContracts | Lefteris Karapetsas | 2015-03-02 | 1 | -0/+29 |
| * | | | VisibleInDerivedContracts() is now virtual() | Lefteris Karapetsas | 2015-03-02 | 1 | -1/+12 |
| * | | | Add structs to inheritable members | Lefteris Karapetsas | 2015-03-02 | 1 | -2/+2 |
| * | | | Adding test for base class statevar accessors | Lefteris Karapetsas | 2015-03-02 | 1 | -0/+12 |
* | | | | Merge pull request #1157 from chriseth/sol_arrayShortening | chriseth | 2015-03-02 | 2 | -0/+233 |
|\ \ \ \ | |/ / / |/| | | | |||||
| * | | | Array copy storage to storage. | Christian | 2015-02-28 | 1 | -0/+88 |
| * | | | Type checks for array assignment. | Christian | 2015-02-28 | 1 | -0/+55 |
| * | | | Shortening of dynamic arrays. | Christian | 2015-02-28 | 1 | -0/+90 |
* | | | | Merge pull request #1160 from CJentzsch/addTests | Gav Wood | 2015-03-01 | 8 | -96/+861 |
|\ \ \ \ | |||||
| * | | | | move extrem memory test to stMemoryStressTest.json | CJentzsch | 2015-03-01 | 4 | -68/+92 |
| * | | | | more memmory hard quadratic complexity tests | CJentzsch | 2015-03-01 | 1 | -0/+330 |
| * | | | | more jump tests | CJentzsch | 2015-02-27 | 1 | -0/+85 |
| * | | | | add more addmod mulmod overflow tests | CJentzsch | 2015-02-27 | 1 | -0/+224 |
| * | | | | A calls B to refund | CJentzsch | 2015-02-27 | 1 | -28/+130 |
| |/ / / | |||||
* / / / | add several var related test cases | Lu Guanqun | 2015-03-01 | 1 | -0/+34 |
|/ / / | |||||
* | | | Merge pull request #1149 from winsvega/develop | Gav Wood | 2015-02-27 | 3 | -23/+182 |
|\ \ \ | |||||
| * | | | Test Helper | winsvega | 2015-02-27 | 1 | -2/+2 |
| * | | | More Transaction Tests | winsvega | 2015-02-26 | 3 | -23/+182 |
* | | | | more calldatacopy return tests (for Pawel) | CJentzsch | 2015-02-27 | 2 | -1/+205 |
* | | | | Merge branch 'memTests' into addTests | CJentzsch | 2015-02-26 | 1 | -7/+231 |
|\ \ \ \ | |||||
| * \ \ \ | Merge remote-tracking branch 'upstream/develop' into memTests | CJentzsch | 2015-02-26 | 12 | -115/+1136 |
| |\ \ \ \ | | | |_|/ | | |/| | | |||||
| * | | | | Merge remote-tracking branch 'upstream/develop' into memTests | CJentzsch | 2015-02-23 | 7 | -14/+35 |
| |\ \ \ \ | |||||
| * | | | | | add new mem test for quadratic mem gas costs | CJentzsch | 2015-02-23 | 1 | -7/+231 |
* | | | | | | adjust to new quadratic memory rule | CJentzsch | 2015-02-26 | 1 | -9/+9 |
* | | | | | | Merge remote-tracking branch 'upstream/develop' into addTests | CJentzsch | 2015-02-26 | 3 | -2/+132 |
|\ \ \ \ \ \ | | |_|/ / / | |/| | | | | |||||
| * | | | | | LValue refactoring. | Christian | 2015-02-25 | 1 | -1/+1 |
| * | | | | | Merge pull request #1132 from LefterisJP/sol_DebuggingInformation | chriseth | 2015-02-25 | 3 | -1/+131 |
| |\ \ \ \ \ | |||||
| | * | | | | | Re-adding braces to if in test/Assembly.cpp | Lefteris Karapetsas | 2015-02-25 | 1 | -0/+4 |
| | * | | | | | Move SourceLocation to evmcore | Lefteris Karapetsas | 2015-02-25 | 1 | -1/+1 |
| | * | | | | | Tighter coupling for Assembly items retrieval | Lefteris Karapetsas | 2015-02-25 | 1 | -1/+1 |
| | * | | | | | LocationSetter in some extra places during Compiling | Lefteris Karapetsas | 2015-02-25 | 1 | -2/+3 |
| | * | | | | | Styling changes for SourceLocation and friends | Lefteris Karapetsas | 2015-02-25 | 1 | -5/+1 |
| | * | | | | | Simple Assembly Locations test | Lefteris Karapetsas | 2015-02-25 | 1 | -0/+128 |
| | * | | | | | Reset CompilerContext's visited nodes at compile start | Lefteris Karapetsas | 2015-02-25 | 1 | -0/+1 |
| | * | | | | | Moving Source Location libdevcore | Lefteris Karapetsas | 2015-02-25 | 1 | -1/+1 |
* | | | | | | | add more sdiv smod tests | CJentzsch | 2015-02-26 | 1 | -1/+141 |
* | | | | | | | tests for mem at 32,64 KB +- 1, 31,32,33 for mstore and mstore8 | CJentzsch | 2015-02-26 | 1 | -0/+1360 |
* | | | | | | | include invalid transaction rlp block test | CJentzsch | 2015-02-25 | 1 | -0/+5 |
* | | | | | | | add memory tests | CJentzsch | 2015-02-25 | 2 | -0/+142 |
* | | | | | | | add commandline flag for tt10MBtxTest | CJentzsch | 2015-02-25 | 1 | -1/+15 |
* | | | | | | | use 50000 bytes for CALLDATACOPY | CJentzsch | 2015-02-25 | 1 | -3/+3 |
* | | | | | | | add --all flag for time consuming tests | CJentzsch | 2015-02-25 | 1 | -3/+3 |
* | | | | | | | add quadratic complexity tests | CJentzsch | 2015-02-25 | 3 | -60/+321 |
* | | | | | | | add test for quadratic complexity | CJentzsch | 2015-02-25 | 4 | -1/+102 |
* | | | | | | | add wrong v value tx test | CJentzsch | 2015-02-25 | 2 | -6/+21 |
* | | | | | | | add create contract with existing address test | CJentzsch | 2015-02-25 | 2 | -464/+506 |
|/ / / / / / | |||||
* | | | | | | Merge pull request #1129 from imapp-pl/pr/old_tests | Gav Wood | 2015-02-25 | 4 | -1/+729 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Move old VM jump tests from EVM JIT to JSON file | Paweł Bylica | 2015-02-25 | 1 | -28/+280 |
| * | | | | | | Move old VM stack tests from EVM JIT to JSON file | Paweł Bylica | 2015-02-24 | 2 | -0/+141 |
| * | | | | | | Move old VM return tests from EVM JIT to JSON file | Paweł Bylica | 2015-02-24 | 1 | -0/+56 |
| * | | | | | | Move old VM memory tests from EVM JIT to JSON file | Paweł Bylica | 2015-02-24 | 1 | -0/+84 |
| * | | | | | | Move old VM environmental test from EVM JIT to JSON file | Paweł Bylica | 2015-02-24 | 1 | -1/+29 |
| * | | | | | | Move old VM arithmetic tests from EVM JIT to JSON file | Paweł Bylica | 2015-02-24 | 1 | -0/+167 |
| |/ / / / / | |||||
* | | | | | | Merge pull request #1110 from winsvega/develop | Gav Wood | 2015-02-25 | 1 | -30/+74 |
|\ \ \ \ \ \ | |/ / / / / |/| | | / / | | |_|/ / | |/| | | | |||||
| * | | | | Solidity Tests | winsvega | 2015-02-24 | 1 | -3/+3 |
| * | | | | Solidity Tests | winsvega | 2015-02-24 | 1 | -5/+4 |
| * | | | | Merge branch 'develop' of https://github.com/ethereum/cpp-ethereum into develop | winsvega | 2015-02-23 | 7 | -13/+176 |
| |\ \ \ \ | |||||
| * | | | | | Quadratic complexity test | winsvega | 2015-02-23 | 1 | -30/+75 |
* | | | | | | Merge pull request #1119 from chriseth/sol_arraysIndexAccess | chriseth | 2015-02-24 | 1 | -0/+101 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Out-of-bounds checking. | Christian | 2015-02-24 | 1 | -2/+47 |
| * | | | | | | Index and length access for dynamic arrays. | Christian | 2015-02-24 | 1 | -0/+29 |
| * | | | | | | Implementation of index access. | Christian | 2015-02-24 | 1 | -0/+27 |
* | | | | | | | fixed test buid | arkpar | 2015-02-24 | 1 | -1/+1 |
|/ / / / / / | |||||
* | | | | | | Merge pull request #1113 from CJentzsch/addTests | Gav Wood | 2015-02-24 | 2 | -82/+40 |
|\ \ \ \ \ \ | |||||
| * | | | | | | remove tests with impossible pre conditions | CJentzsch | 2015-02-23 | 2 | -82/+40 |
| | |_|_|/ / | |/| | | | | |||||
* | | | | | | Merge pull request #1100 from chriseth/sol_arrays | Gav Wood | 2015-02-23 | 2 | -0/+60 |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | |||||
| * | | | | | Allow conversion to dynamic arrays and update grammar. | Christian | 2015-02-22 | 1 | -0/+11 |
| * | | | | | Parsing of array types and basic implementation. | Christian | 2015-02-21 | 2 | -0/+49 |
| | |_|/ / | |/| | | | |||||
* | | | | | Merge remote-tracking branch 'upstream/develop' into addTests | CJentzsch | 2015-02-23 | 49 | -1824/+7736 |
|\ \ \ \ \ | | |_|/ / | |/| | | | |||||
| * | | | | Merge pull request #1109 from CJentzsch/TransactionBugFix | Gav Wood | 2015-02-23 | 2 | -3/+8 |
| |\ \ \ \ | |||||
| | * | | | | fix too-small-address-length bug in transaction | CJentzsch | 2015-02-23 | 2 | -3/+8 |
| | |/ / / | |||||
| * | | | | Merge pull request #1107 from chriseth/sol_inheritableIsInternal | Gav Wood | 2015-02-23 | 2 | -9/+9 |
| |\ \ \ \ | |||||
| | * | | | | Replaced "inheritable" by "internal". | Christian | 2015-02-23 | 2 | -9/+9 |
| | |/ / / | |||||
| * / / / | Stack height checks and fix. | Christian | 2015-02-23 | 1 | -1/+0 |
| |/ / / | |||||
| * | | | Inline member initialisation | Liana Husikyan | 2015-02-21 | 1 | -0/+55 |