aboutsummaryrefslogtreecommitdiffstats
path: root/core/types
Commit message (Expand)AuthorAgeFilesLines
* Mergeobscuren2015-01-061-42/+35
* added nil checkobscuren2015-01-021-22/+0
* Refactored tx pool and added extra fields to blockobscuren2015-01-022-2/+7
* Fixed chain test & added new chainobscuren2014-12-301-0/+1
* Switched to new trieobscuren2014-12-242-6/+6
* Chain importerobscuren2014-12-232-29/+35
* Refactored block & Transactionobscuren2014-12-233-385/+249
* Merge branch 'develop' into poc8obscuren2014-12-201-9/+10
|\
| * Transaction was generating incorrect hash because of var changesobscuren2014-12-191-9/+10
* | Merge branch 'badsig' of https://github.com/ebuchman/go-ethereum into ebuchma...obscuren2014-12-191-4/+4
* | mergeobscuren2014-12-191-48/+46
|\|
| * Gas corrections and vm fixesobscuren2014-12-191-9/+0
| * Moved methods to messagesobscuren2014-12-181-21/+2
| * Created generic message (easy for testing)obscuren2014-12-181-31/+57
* | Merge fixesobscuren2014-12-181-5/+0
|/
* Locks, refactor, testsobscuren2014-12-182-1/+6
* Moved powobscuren2014-12-101-0/+3
* Fixed issue in VM where LOG didn't pop anything of the stackobscuren2014-12-052-7/+18
* Log is now interfaceobscuren2014-12-041-2/+2
* Renamed State => StateDBobscuren2014-12-042-3/+3
* Renamed `chain` => `core`obscuren2014-12-048-0/+825