Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix wrong solidity in tests (not hf related) | Dimitry | 2016-11-02 | 1 | -153/+152 |
* | fix wrong block number in state tests | Dimitry | 2016-10-19 | 1 | -1/+1 |
* | update annoying gasLimit | Dimitry | 2016-07-27 | 1 | -2/+2 |
* | State CallCode/DelegateCode in Init | Dimitry | 2016-01-20 | 1 | -16/+8 |
* | sendEther post death | CJentzsch | 2015-11-18 | 1 | -0/+55 |
* | Blockchain, State, VM Tests update from latests fillers | Dimitry | 2015-10-13 | 1 | -55/+0 |
* | Add test for sending ether post suicide | Gustav Simonsson | 2015-08-28 | 1 | -0/+55 |
* | add extcodecopy stack test | CJentzsch | 2015-07-28 | 1 | -0/+76 |
* | suicide coinbase | CJentzsch | 2015-07-07 | 1 | -0/+48 |
* | retune gas costs for recursive bombs | CJentzsch | 2015-06-05 | 1 | -68/+14414 |
* | update state tests to new hex style | CJentzsch | 2015-04-28 | 1 | -21/+21 |
* | update HEX encoding | CJentzsch | 2015-04-20 | 1 | -430/+430 |
* | update | CJentzsch | 2015-04-18 | 1 | -308/+308 |
* | 0x -> 0x0 for numbers | CJentzsch | 2015-04-18 | 1 | -183/+183 |
* | All fields as HEX | winsvega | 2015-04-10 | 1 | -1307/+1307 |
* | update tests | CJentzsch | 2015-03-24 | 1 | -267/+314 |
* | Pv59 changes | CJentzsch | 2015-03-24 | 1 | -366/+312 |
* | update gasLimit | CJentzsch | 2015-03-18 | 1 | -178/+266 |
* | add test for callcode to 0 | CJentzsch | 2015-03-14 | 1 | -66/+55 |
* | check value when doing callcode | CJentzsch | 2015-03-11 | 1 | -7/+85 |
* | add dajavi memory tests - OOG because of quadratic memory costs | CJentzsch | 2015-03-08 | 1 | -24/+24 |
* | increase gasLimit on stateTests | CJentzsch | 2015-03-05 | 1 | -139/+328 |
* | update state tests | CJentzsch | 2015-03-04 | 1 | -0/+155 |
* | again | CJentzsch | 2015-03-03 | 1 | -59/+0 |
* | update state root hash | CJentzsch | 2015-03-03 | 1 | -28/+87 |
* | update | CJentzsch | 2015-03-03 | 1 | -59/+59 |
* | State test refill. | Gav Wood | 2015-03-03 | 1 | -61/+61 |
* | update state root - DEBUG | CJentzsch | 2015-03-03 | 1 | -55/+55 |
* | update state root | CJentzsch | 2015-03-03 | 1 | -28/+28 |
* | update state root hash | CJentzsch | 2015-03-03 | 1 | -28/+28 |
* | update memory teste | CJentzsch | 2015-03-03 | 1 | -3/+3 |
* | update state tests to PoC9 | CJentzsch | 2015-03-03 | 1 | -28/+28 |
* | update stSystemOperationsTest.json | CJentzsch | 2015-03-03 | 1 | -3/+4 |
* | add stateRoot to state tests | CJentzsch | 2015-03-03 | 1 | -0/+1080 |
* | vmGasCostchanges | CJentzsch | 2015-03-02 | 1 | -4793/+47 |
* | update to new quadratic memory cost rule | CJentzsch | 2015-02-26 | 1 | -2/+2 |
* | add quadratic complexity tests | CJentzsch | 2015-02-25 | 1 | -0/+77 |
* | remove impossible tests, add create hash collision test | CJentzsch | 2015-02-24 | 1 | -0/+76 |
* | failing tests from random simulation as state tests and transaction tests | CJentzsch | 2015-02-06 | 1 | -1/+69 |
* | python fail | CJentzsch | 2015-02-04 | 1 | -0/+76 |
* | 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 |
* | zeroMemExpansionTests | CJentzsch | 2015-01-06 | 1 | -0/+150 |
* | protocol update about call depth | CJentzsch | 2015-01-06 | 1 | -9/+9 |
* | 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 | 1 | -173/+173 |
* | added balance tests | wanderer | 2014-12-30 | 1 | -1/+187 |
* | transaction tests and refund tests | CJentzsch | 2014-12-18 | 1 | -1/+1 |
* | Fix return tests. | Gav Wood | 2014-12-13 | 1 | -7/+7 |
* | update gas prices | CJentzsch | 2014-12-12 | 1 | -8/+8 |
* | Log as array | CJentzsch | 2014-12-08 | 1 | -73/+3420 |
* | state log tests | CJentzsch | 2014-12-05 | 1 | -0/+83 |
* | 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 | 1 | -0/+70 |
* | update gas costs | CJentzsch | 2014-12-02 | 1 | -2/+2 |
* | Fix CallRecursiveBomb2 | Christoph Jentzsch | 2014-11-14 | 1 | -3/+3 |
* | Update gas cost for PoC7 | Christoph Jentzsch | 2014-11-06 | 1 | -111/+111 |
* | added state systemOperationsTest | Christoph Jentzsch | 2014-11-05 | 1 | -0/+2330 |