aboutsummaryrefslogtreecommitdiffstats
path: root/core/types/transaction.go
Commit message (Expand)AuthorAgeFilesLines
* Moved `obscuren` secp256k1-goobscuren2015-01-221-1/+1
* Refactored tx pool and added extra fields to blockobscuren2015-01-021-0/+5
* Chain importerobscuren2014-12-231-14/+14
* Refactored block & Transactionobscuren2014-12-231-62/+59
* 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
|/
* 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
* Renamed State => StateDBobscuren2014-12-041-1/+1
* Renamed `chain` => `core`obscuren2014-12-041-0/+225