Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixes for TransactionTests | Gustav Simonsson | 2015-04-16 | 1 | -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 tests | Gustav Simonsson | 2015-04-10 | 1 | -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 control | obscuren | 2015-04-06 | 1 | -1/+1 |
| | | | | | | * miner control moved to `admin.miner` * miner option to set extra data * block extra now bytes | ||||
* | Removed old (unused) argument | obscuren | 2015-04-02 | 1 | -1/+1 |
| | |||||
* | Blocktest fixed, Execution fixed | obscuren | 2015-04-01 | 1 | -7/+6 |
| | | | | | | * Added new CreateAccount method which properly overwrites previous accounts (excluding balance) * Fixed block tests (100% success) | ||||
* | removed legacy code | obscuren | 2015-03-24 | 1 | -2/+1 |
| | |||||
* | moved state and vm to core | obscuren | 2015-03-23 | 1 | -1/+1 |
| | |||||
* | Fix new types for blocktests and comment out non-working log level setter | Gustav Simonsson | 2015-03-23 | 1 | -4/+4 |
| | |||||
* | gofmt | Gustav Simonsson | 2015-03-23 | 1 | -4/+2 |
| | |||||
* | Add validation of post state accounts to block tests | Gustav Simonsson | 2015-03-23 | 1 | -4/+31 |
| | |||||
* | conversions | obscuren | 2015-03-18 | 1 | -5/+4 |
| | |||||
* | updated blockpool | obscuren | 2015-03-17 | 1 | -14/+41 |
| | |||||
* | Moved ethutil => common | obscuren | 2015-03-16 | 1 | -2/+2 |
| | |||||
* | merge | obscuren | 2015-03-15 | 1 | -1/+1 |
| | |||||
* | tests: add helper functions for block tests | Felix Lange | 2015-03-14 | 1 | -0/+240 |