| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | add memory tests | CJentzsch | 2015-02-25 | 1 | -0/+246 |
| * | use 50000 bytes for CALLDATACOPY | CJentzsch | 2015-02-25 | 1 | -6/+6 |
| * | add quadratic complexity tests | CJentzsch | 2015-02-25 | 3 | -4/+7643 |
| * | remove impossible tests, add create hash collision test | CJentzsch | 2015-02-24 | 3 | -152/+177 |
| * | Format clean up | martin becze | 2015-02-23 | 1 | -2/+2 |
| * | undo gasMemCostChange, add some state tests | CJentzsch | 2015-02-21 | 3 | -70/+455 |
| * | memGasCost checks | CJentzsch | 2015-02-20 | 2 | -15/+137 |
| * | more transaction tests | CJentzsch | 2015-02-16 | 1 | -0/+871 |
| * | new tests | winsvega | 2015-02-13 | 1 | -0/+83 |
| * | failing tests from random simulation as state tests and transaction tests | CJentzsch | 2015-02-06 | 2 | -3/+158 |
| * | python fail | CJentzsch | 2015-02-04 | 1 | -0/+76 |
| * | RefundOverflowTest | CJentzsch | 2015-02-03 | 1 | -0/+40 |
| * | delete wrong tests | CJentzsch | 2015-01-30 | 1 | -416/+0 |
| * | Transaction Tests | winsvega | 2015-01-24 | 1 | -15/+707 |
| * | make money with transaction gas overflow | CJentzsch | 2015-01-23 | 1 | -0/+40 |
| * | correct CREATE with zero sized init code | CJentzsch | 2015-01-11 | 1 | -12/+36 |
| * | more dynamic jump tests | CJentzsch | 2015-01-08 | 1 | -7/+161 |
| * | jumpdests tests, OOG at max call depth, ... | CJentzsch | 2015-01-07 | 1 | -0/+321 |
| * | check address input greater then 2**160 | CJentzsch | 2015-01-07 | 1 | -45/+605 |
| * | added BlockHash tests | CJentzsch | 2015-01-07 | 1 | -0/+190 |
| * | zeroMemExpansionTests | CJentzsch | 2015-01-06 | 1 | -0/+150 |
| * | protocol update about call depth | CJentzsch | 2015-01-06 | 2 | -11/+11 |
| * | new jumpdest interpretation | CJentzsch | 2015-01-03 | 1 | -18/+10 |
| * | retuning gas prices of recursive bombs to test limits | CJentzsch | 2015-01-02 | 1 | -7/+7 |
| * | more init code, systemoperations and transaction tests | CJentzsch | 2015-01-02 | 3 | -290/+603 |
| * | added balance tests | wanderer | 2014-12-30 | 1 | -1/+187 |
| * | added stackOverFlow test to initCode | wanderer | 2014-12-23 | 1 | -1/+55 |
| * | CALLCODE <-> RETURN | CJentzsch | 2014-12-20 | 1 | -10/+10 |
| * | more refund tests | CJentzsch | 2014-12-19 | 1 | -0/+271 |
| * | transaction tests and refund tests | CJentzsch | 2014-12-18 | 3 | -1/+530 |
| * | added stInitCodeTest.json | CJentzsch | 2014-12-14 | 1 | -0/+870 |
| * | update recursive create | CJentzsch | 2014-12-13 | 1 | -6192/+7229 |
| * | Fix return tests. | Gav Wood | 2014-12-13 | 1 | -7/+7 |
| * | update gas prices | CJentzsch | 2014-12-12 | 2 | -30/+28 |
| * | Log as array | CJentzsch | 2014-12-08 | 5 | -248/+3628 |
| * | state log tests | CJentzsch | 2014-12-05 | 3 | -0/+3833 |
| * | protocol update (CALLCODE <-> RETURN), topics in log are arrays not sets | CJentzsch | 2014-12-03 | 1 | -22/+22 |
| * | update state tests with logs | CJentzsch | 2014-12-02 | 4 | -0/+120 |
| * | update gas costs | CJentzsch | 2014-12-02 | 2 | -16/+16 |
| * | MakeMoney test | Christoph Jentzsch | 2014-11-20 | 1 | -0/+75 |
| * | Merge remote-tracking branch 'origin/develop' into develop | Christoph Jentzsch | 2014-11-18 | 1 | -0/+6194 |
| |\ | |||||
| | * | Merge pull request #39 from wanderer/develop | Christoph Jentzsch | 2014-11-18 | 1 | -0/+6194 |
| | |\ | |||||
| | | * | spelling fix | wanderer | 2014-11-18 | 1 | -1/+1 |
| | | * | added test for max call depth on creation | wanderer | 2014-11-16 | 1 | -0/+6194 |
| * | | | fix ecrecover2 | Christoph Jentzsch | 2014-11-18 | 1 | -3/+70 |
| |/ / | |||||
| * / | Fix CallRecursiveBomb2 | Christoph Jentzsch | 2014-11-14 | 1 | -3/+3 |
| |/ | |||||
| * | minor change in CallSha256_1_nonzeroValue test | Christoph Jentzsch | 2014-11-12 | 1 | -4/+4 |
| * | Added CallSha256_1_nonzeroValue test | Christoph Jentzsch | 2014-11-12 | 1 | -0/+68 |
| * | Store return value of call to precompiled contracts | Christoph Jentzsch | 2014-11-12 | 1 | -90/+106 |
| * | Fix gas cost for OOG calls | Christoph Jentzsch | 2014-11-12 | 1 | -6/+6 |
| * | Updated precompiled contracts test | Christoph Jentzsch | 2014-11-07 | 2 | -12/+1217 |
| * | Added precompiledContracts tests | Christoph Jentzsch | 2014-11-06 | 1 | -0/+203 |
| * | Update gas cost for PoC7 | Christoph Jentzsch | 2014-11-06 | 1 | -111/+111 |
| * | added state systemOperationsTest | Christoph Jentzsch | 2014-11-05 | 1 | -0/+2330 |
| * | Update tests to latest protocol changes (PoC7) | Christoph Jentzsch | 2014-11-04 | 1 | -2/+2 |
| * | Added example state test | Christoph Jentzsch | 2014-11-03 | 1 | -0/+62 |
