aboutsummaryrefslogtreecommitdiffstats
path: root/core/types/transaction_test.go
Commit message (Expand)AuthorAgeFilesLines
* internal/ethapi: add personal_sign and fix eth_sign to hash message (#2940)bas-vk2016-10-291-1/+1
* core/types, miner: switch over to the grouped tx setsPéter Szilágyi2016-09-021-1/+10
* core, eth, internal, miner: optimize txpool for quick opsPéter Szilágyi2016-09-021-3/+4
* core, core/types, miner: fix transaction nonce-price combo sortPéter Szilágyi2016-01-221-0/+57
* 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/types, xeth: separate tx hash and tx signature hashFelix Lange2015-07-061-3/+3
* core/types: make transactions immutableFelix Lange2015-06-301-20/+12
* crypto: return common.Address rather than raw bytesobscuren2015-06-051-3/+3
* Changed R S to big int and fixed testsobscuren2015-04-051-2/+2
* added tx tests and fixed block testsobscuren2015-03-261-0/+53
* core/types: don't use Address zero value for invalid addressesFelix Lange2015-03-171-2/+3
* core/types: fix Transaction.Hash and add support for encoding with package rlpFelix Lange2015-03-171-0/+56
* Renamed `chain` => `core`obscuren2014-12-041-0/+1