aboutsummaryrefslogtreecommitdiffstats
path: root/tests/blocktest.go
Commit message (Collapse)AuthorAgeFilesLines
* Removed old (unused) argumentobscuren2015-04-021-1/+1
|
* Blocktest fixed, Execution fixedobscuren2015-04-011-7/+6
| | | | | | * Added new CreateAccount method which properly overwrites previous accounts (excluding balance) * Fixed block tests (100% success)
* removed legacy codeobscuren2015-03-241-2/+1
|
* moved state and vm to coreobscuren2015-03-231-1/+1
|
* Fix new types for blocktests and comment out non-working log level setterGustav Simonsson2015-03-231-4/+4
|
* gofmtGustav Simonsson2015-03-231-4/+2
|
* Add validation of post state accounts to block testsGustav Simonsson2015-03-231-4/+31
|
* conversionsobscuren2015-03-181-5/+4
|
* updated blockpoolobscuren2015-03-171-14/+41
|
* Moved ethutil => commonobscuren2015-03-161-2/+2
|
* mergeobscuren2015-03-151-1/+1
|
* tests: add helper functions for block testsFelix Lange2015-03-141-0/+240