Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Updated tests | obscuren | 2015-02-04 | 7 | -3/+133 |
* | Updated tests | obscuren | 2015-02-03 | 38 | -157/+6367 |
* | Removed some VMEnv & Added VmType() to vm.Environment | obscuren | 2015-02-01 | 1 | -0/+1 |
* | JitVM: the EVM JIT bridge | Paweł Bylica | 2015-01-23 | 1 | -9/+9 |
* | updated tests | obscuren | 2015-01-22 | 18 | -35/+502 |
* | updated tests | obscuren | 2015-01-15 | 13 | -0/+2167175 |
* | Updated tests | obscuren | 2015-01-14 | 16 | -0/+565 |
* | Fixed consensus issue | obscuren | 2015-01-13 | 1 | -1/+0 |
* | updated tests | obscuren | 2015-01-13 | 7 | -108/+248 |
* | remove pre compiled for tests | obscuren | 2015-01-13 | 2 | -6/+10 |
* | updated tests | obscuren | 2015-01-13 | 2 | -7/+10 |
* | updated tests | obscuren | 2015-01-12 | 6 | -0/+295 |
* | updated tests | obscuren | 2015-01-12 | 7 | -1/+240 |
* | updated tests | obscuren | 2015-01-12 | 6 | -15/+177 |
* | Moved the TD method from block processor. | obscuren | 2015-01-10 | 1 | -1/+1 |
* | updated tests | obscuren | 2015-01-10 | 49 | -73/+5575 |
* | Moved ptrie => trie. Removed old trie | obscuren | 2015-01-08 | 1 | -3/+3 |
* | Refactored ethutil.Config.Db out | obscuren | 2015-01-07 | 2 | -5/+6 |
* | Updated tests | obscuren | 2015-01-07 | 3 | -34/+416 |
* | Updated tests | obscuren | 2015-01-06 | 234 | -10477/+11 |
* | Changed prev_hash to block_hash, state transition now uses vm env | obscuren | 2015-01-04 | 1 | -3/+4 |
* | Changed JUMP(I) behaviour. | obscuren | 2015-01-03 | 1 | -1/+7 |
* | Squashed commit of the following: | obscuren | 2015-01-03 | 6 | -395/+4295 |
* | Closure => Context | obscuren | 2015-01-02 | 1 | -3/+3 |
* | Additional comments and added name to error output | obscuren | 2014-12-31 | 1 | -5/+3 |
* | Merge branch 'develop' into poc8 | obscuren | 2014-12-31 | 1 | -5/+11 |
|\ | |||||
| * | Fixed gas check for vm test | obscuren | 2014-12-31 | 1 | -5/+11 |
* | | Merge branch 'develop' into poc8 | obscuren | 2014-12-31 | 1 | -46/+0 |
|\| | |||||
| * | Additional checking on gas | obscuren | 2014-12-31 | 1 | -46/+0 |
* | | Merge branch 'develop' into poc8 | obscuren | 2014-12-30 | 237 | -14/+10825 |
|\| | |||||
| * | updated tests | obscuren | 2014-12-30 | 237 | -14/+10825 |
* | | fixed trie | obscuren | 2014-12-30 | 1 | -3/+3 |
|/ | |||||
* | Cleaned up objects | obscuren | 2014-12-19 | 1 | -2/+1 |
* | Fixed tests | obscuren | 2014-12-19 | 1 | -4/+0 |
* | updated tests | obscuren | 2014-12-19 | 1 | -4/+4 |
* | Fixed refund model | obscuren | 2014-12-19 | 1 | -4/+4 |
* | updated tests | obscuren | 2014-12-19 | 2 | -1/+277 |
* | Gas corrections and vm fixes | obscuren | 2014-12-19 | 2 | -6/+57 |
* | updated tests | obscuren | 2014-12-18 | 5 | -148/+1547 |
* | updated tests | obscuren | 2014-12-13 | 4 | -6255/+7294 |
* | Squashed commit of the following: | obscuren | 2014-12-12 | 4 | -31/+75 |
* | changed to unsigned integers | obscuren | 2014-12-10 | 1 | -7/+19 |
* | updated tests | obscuren | 2014-12-10 | 14 | -783/+8344 |
* | Log is now interface | obscuren | 2014-12-04 | 1 | -1/+1 |
* | Renamed State => StateDB | obscuren | 2014-12-04 | 1 | -6/+6 |
* | Renames for chain, updated VM, moved methods | obscuren | 2014-12-04 | 2 | -4/+4 |
* | Moved execution from vm to chain. | obscuren | 2014-12-04 | 2 | -152/+58 |
* | merge | obscuren | 2014-12-03 | 2 | -14/+43 |
|\ | |||||
| * | Fixed mem error in vm. Fixed logs tests | obscuren | 2014-12-03 | 2 | -14/+43 |
* | | merge errors fixed | obscuren | 2014-12-02 | 19 | -335/+9560 |
|\| | |||||
| * | Check for known block err and ignore | obscuren | 2014-12-02 | 1 | -2/+0 |
| * | updated tests | obscuren | 2014-12-02 | 4 | -0/+120 |
| * | Added state tests | obscuren | 2014-12-02 | 2 | -5/+79 |
| * | Fixed EXP gas | obscuren | 2014-12-02 | 1 | -13/+1 |
| * | Make an attempt to pay for the gas prior to expanding the mem. | obscuren | 2014-12-02 | 1 | -1/+4 |
| * | Updated tests | obscuren | 2014-12-02 | 16 | -335/+9242 |
* | | try to get full coverage report on travis | Taylor Gerring | 2014-11-15 | 1 | -132/+133 |
|/ | |||||
* | Fixes for the log method | obscuren | 2014-11-12 | 1 | -1/+1 |
* | Removed all implicit logging. Fixed gas issues and jump errors | obscuren | 2014-11-12 | 12 | -204/+3848 |
* | Moved ethtest to cmd | obscuren | 2014-11-10 | 3 | -3344/+0 |
* | Fixed VM and added static analysis for EVM jumps | obscuren | 2014-11-05 | 1 | -1/+5 |
* | Squashed commit of the following: | obscuren | 2014-11-05 | 20 | -2954/+2155 |
* | added db | obscuren | 2014-11-04 | 1 | -0/+1 |
* | chain, tests/helper, vm: make tests compile | Felix Lange | 2014-11-01 | 1 | -1/+1 |
* | all: fix rename breakage | Felix Lange | 2014-11-01 | 5 | -31/+31 |
* | Implemented LOG. Closes #159 | obscuren | 2014-10-27 | 1 | -0/+1 |
* | Merge eth-go repository into go-ethereum | Felix Lange | 2014-10-23 | 6 | -13/+13 |
* | Chnged to use GetOp instead & added error + checking | obscuren | 2014-10-23 | 1 | -1/+2 |
* | Update to HEAD tests | obscuren | 2014-10-23 | 11 | -314/+5 |
* | Updated the VM & VM tests | obscuren | 2014-10-23 | 3 | -4/+4 |
* | Updated tests-subtree | obscuren | 2014-10-22 | 14 | -2/+446 |
* | added a transfer method to vm env | obscuren | 2014-10-22 | 2 | -6/+5 |
* | Renamed block_chain to chain_manager | obscuren | 2014-10-20 | 1 | -5/+4 |
* | moved | obscuren | 2014-10-19 | 22 | -9/+9 |
* | Added tests as subtree | obscuren | 2014-10-19 | 22 | -20/+13365 |
* | Readers | obscuren | 2014-10-19 | 3 | -27/+44 |
* | Reflect changed to eth/vm | obscuren | 2014-10-18 | 2 | -4/+4 |
* | tests/vm: fix syntax | Felix Lange | 2014-10-17 | 1 | -5/+0 |
* | ethvm, tests/*: use log level constants | Felix Lange | 2014-10-17 | 2 | -1/+5 |
* | arith test | obscuren | 2014-10-17 | 1 | -0/+3239 |
* | Quick dirty peer update | obscuren | 2014-10-17 | 1 | -1/+1 |
* | added eth tester | obscuren | 2014-10-17 | 2 | -0/+104 |
* | Fixed most of the tests | obscuren | 2014-10-17 | 3 | -23/+49 |
* | Updated tests | obscuren | 2014-10-16 | 2 | -15/+34 |
* | Fixed remote Arithmetic tests | obscuren | 2014-10-15 | 4 | -19/+32 |
* | Working on test suite | obscuren | 2014-10-15 | 7 | -0/+228 |