aboutsummaryrefslogtreecommitdiffstats
path: root/core/types/transaction_test.go
Commit message (Expand)AuthorAgeFilesLines
* Rebrand as tangerine-network/go-tangerineWei-Ning Huang2019-09-171-3/+3
* Change import go github.com/dexon-foundation/dexonWei-Ning Huang2019-06-121-3/+3
* core/types: make tx signature values optional in JSON (#17742)reinerRubin2018-09-301-3/+9
* core: improve test for TransactionPriceNonceSort (#16413)kimmylin2018-05-291-22/+7
* all: switch gas limits from big.Int to uint64Péter Szilágyi2018-01-031-5/+5
* core/types: fix test for TransactionsByPriceAndNonceJim McDonald2017-10-111-6/+6
* ethclient, mobile: add TransactionSender (#15127)Felix Lange2017-10-011-2/+3
* core/types, miner: avoid tx sender miscaching (#14773)Mark2017-09-081-1/+1
* accounts/keystore, crypto: enforce 256 bit keys on importPéter Szilágyi2017-05-231-1/+1
* core/types: add unittest for tx json serialization (#3609)bas-vk2017-01-271-1/+43
* core/types: remove redundant SignECDSA wrappers, rename to SignTxFelix Lange2017-01-051-1/+1
* accounts, core, crypto, internal: use normalised V during signature handling ...Péter Szilágyi2017-01-051-1/+1
* core/types, params: EIP#155Jeffrey Wilcke2016-11-131-11/+17
* 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