aboutsummaryrefslogtreecommitdiffstats
path: root/tests/blocktest.go
Commit message (Collapse)AuthorAgeFilesLines
* Fixes for TransactionTestsGustav Simonsson2015-04-161-24/+22
| | | | | | | | | * Include tests which now has consistent HEX encodings * Comment out two failing tests: " "TransactionWithHihghNonce" due to wrong nonce size "TransactionWithSvalueHigh" due to wrong ECDSA s range * Cleanup conversion functions and fix expected encodings for tests validation fields
* Add TransactionTests wrapped as Go testsGustav Simonsson2015-04-101-3/+19
| | | | | | | | | * Add initial go wrapping for TransactionTests with some tests disabled in lieu of consistent HEX encodings and a few other pending bugfixes * TODO: Consider better way of perhaps modelling each test in the JSON files as a single Go test, instead of one Go test per JSON file
* Block header changed & console miner controlobscuren2015-04-061-1/+1
| | | | | | * miner control moved to `admin.miner` * miner option to set extra data * block extra now bytes
* 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