aboutsummaryrefslogtreecommitdiffstats
path: root/core/types/transaction.go
Commit message (Expand)AuthorAgeFilesLines
* core, core/types: readd transactions after chain re-orgJeffrey Wilcke2015-09-221-1/+23
* core, core/vm, core/state: remove unused functionsGustav Simonsson2015-09-111-4/+0
* miner, core: sort txs by price, nonceJeffrey Wilcke2015-08-051-0/+19
* improved error detection and handling for NewTransactionFromBytesBas van Kervel2015-07-291-9/+0
* all: fix license headers one more timeFelix Lange2015-07-241-1/+1
* all: update license headers to distiguish GPL/LGPLFelix Lange2015-07-231-4/+4
* all: update license informationFelix Lange2015-07-071-0/+16
* core, miner: removed vm errors from consensus err checkingJeffrey Wilcke2015-07-061-1/+3
* core/types, xeth: separate tx hash and tx signature hashFelix Lange2015-07-061-5/+13
* core/types: cache computed transaction valuesFelix Lange2015-06-301-5/+28
* core/types: make transactions immutableFelix Lange2015-06-301-119/+127
* core/types: add Transaction.SizeFelix Lange2015-06-091-0/+7
* Add EC signature validations before call to libsecp256k1Gustav Simonsson2015-06-021-16/+15
* core/types: add rlp tag "nil" for Transaction.RecipientFelix Lange2015-04-171-1/+1
* Use logger.Error instead of 0 with glogGustav Simonsson2015-04-071-1/+2
* Forward and log EC recover err and remove dup pubkey len checkGustav Simonsson2015-04-071-1/+7
* Changed R S to big int and fixed testsobscuren2015-04-051-2/+18
* Changed R & S to *big.Intobscuren2015-04-051-6/+6
* added tx tests and fixed block testsobscuren2015-03-261-2/+4
* Fixed incorrect recipient derivedobscuren2015-03-211-1/+1
* core/types: use package rlp instead of common.DecodeFelix Lange2015-03-181-29/+26
* core/types: don't use Address zero value for invalid addressesFelix Lange2015-03-171-25/+34
* core/types: fix Transaction.Hash and add support for encoding with package rlpFelix Lange2015-03-171-6/+19
* core/types: use common.{Hash,Address} in for transactionsFelix Lange2015-03-171-65/+24
* Moved ethutil => commonobscuren2015-03-161-9/+9
* Changed V to byte. Closes #456obscuren2015-03-121-4/+4
* Integrate eth_accounts and eth_transact to use new account managerGustav Simonsson2015-03-061-0/+8
* 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