aboutsummaryrefslogtreecommitdiffstats
path: root/tests/helper
Commit message (Collapse)AuthorAgeFilesLines
* Fixed tests to reflect log changesobscuren2015-04-091-1/+1
|
* Removed old (unused) argumentobscuren2015-04-021-1/+1
|
* Cleaned up changesobscuren2015-03-241-2/+2
|
* Modified according to poc 9 changesobscuren2015-03-241-1/+1
| | | | * Refund of value
* fix ethtest loggingzelig2015-03-241-1/+1
|
* moved state and vm to coreobscuren2015-03-231-2/+2
|
* Fixed VM & Tests w/ conversionobscuren2015-03-171-2/+2
|
* fixed toobscuren2015-03-171-41/+49
|
* Moved ethutil => commonobscuren2015-03-162-19/+19
|
* Removed some of that gas pre pay magicobscuren2015-03-131-2/+1
|
* cmd/evm, core, ethdb, state, tests/helper: remove ReadConfig callsFelix Lange2015-03-101-3/+0
|
* Fixed error for invalid transactionobscuren2015-03-031-0/+4
|
* Fixed test helperobscuren2015-03-031-0/+2
|
* quad memobscuren2015-03-031-1/+22
|
* Updated testsobscuren2015-02-031-1/+0
|
* Removed some VMEnv & Added VmType() to vm.Environmentobscuren2015-02-011-0/+1
|
* remove pre compiled for testsobscuren2015-01-131-0/+5
|
* updated testsobscuren2015-01-131-1/+10
|
* updated testsobscuren2015-01-121-1/+7
|
* updated testsobscuren2015-01-121-1/+1
|
* Moved ptrie => trie. Removed old trieobscuren2015-01-081-3/+3
|
* Refactored ethutil.Config.Db outobscuren2015-01-071-1/+0
|
* Changed prev_hash to block_hash, state transition now uses vm envobscuren2015-01-041-3/+4
| | | | | | | * PREVHASH => BLOCKHASH( N ) * State transition object uses VMEnv as it's query interface * Updated vm.Enviroment has GetHash( n ) for BLOCKHASH instruction * Added GetHash to xeth, core, utils & test environments
* Closure => Contextobscuren2015-01-021-3/+3
|
* fixed trieobscuren2014-12-301-3/+3
|
* Cleaned up objectsobscuren2014-12-191-2/+1
|
* Gas corrections and vm fixesobscuren2014-12-191-5/+32
|
* Log is now interfaceobscuren2014-12-041-1/+1
|
* Renamed State => StateDBobscuren2014-12-041-6/+6
|
* Renames for chain, updated VM, moved methodsobscuren2014-12-041-3/+3
| | | | | | * Renamed a couple more chain => core * Updated VM `pc` to be uint64 rather than big int * XEth interface cleanup
* Moved execution from vm to chain.obscuren2014-12-041-14/+56
| | | | | | | | This moves call and create to the specified environments. Vms are no longer re-used. Vm uses environment's Call(Code) and Create in order to execute new contracts or transfer value between accounts. State transition now uses the same mechanism described above.
* Fixed mem error in vm. Fixed logs testsobscuren2014-12-031-6/+11
|
* Added state testsobscuren2014-12-021-0/+15
|
* Fixes for the log methodobscuren2014-11-121-1/+1
|
* added dbobscuren2014-11-041-0/+1
|
* chain, tests/helper, vm: make tests compileFelix Lange2014-11-011-1/+1
| | | | They were broken by df5603de0a34e80a1, when vm.Log became ethstate.Log.
* all: fix rename breakageFelix Lange2014-11-013-23/+23
|
* Implemented LOG. Closes #159obscuren2014-10-271-0/+1
|
* Merge eth-go repository into go-ethereumFelix Lange2014-10-234-7/+7
| | | | mist, etheruem have been moved to cmd/
* Updated the VM & VM testsobscuren2014-10-231-3/+2
| | | | | | * Stack Error shouldn't revert to previous state * Updated VM Test tool * Added Transfer method to VM Env
* added a transfer method to vm envobscuren2014-10-221-1/+4
|
* Readersobscuren2014-10-192-25/+42
|
* Reflect changed to eth/vmobscuren2014-10-181-3/+3
|
* ethvm, tests/*: use log level constantsFelix Lange2014-10-171-1/+1
|
* Quick dirty peer updateobscuren2014-10-171-1/+1
|
* Fixed most of the testsobscuren2014-10-172-7/+14
|
* Updated testsobscuren2014-10-161-12/+9
|
* Fixed remote Arithmetic testsobscuren2014-10-153-12/+12
|
* Working on test suiteobscuren2014-10-155-0/+147