aboutsummaryrefslogtreecommitdiffstats
path: root/core/types
Commit message (Collapse)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
| | | | | | * chain manager sets td on block + td output w/ String * added tx pool tests for removing/adding/validating * tx pool now uses a set for txs instead of list.List
* 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
| | | | * Includes new rlp decoder
* Merge branch 'develop' into poc8obscuren2014-12-201-9/+10
|\ | | | | | | | | Conflicts: cmd/ethereum/flags.go
| * Transaction was generating incorrect hash because of var changesobscuren2014-12-191-9/+10
| |
* | Merge branch 'badsig' of https://github.com/ebuchman/go-ethereum into ↵obscuren2014-12-191-4/+4
| | | | | | | | | | | | | | ebuchman-badsig Conflicts: core/transaction_pool.go
* | 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
| | | | | | * Added additional chain tests * Added proper mutex' on chain * Removed ethereum dependencies
* 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