aboutsummaryrefslogtreecommitdiffstats
path: root/core/types/transaction_signing.go
Commit message (Expand)AuthorAgeFilesLines
* core: various changes on tps tuning (#46)Wei-Ning Huang2019-04-091-8/+7
* core: add global signature cache and improve concurrency (#42)Wei-Ning Huang2019-04-091-15/+84
* app: add cache to reuse same tx address which has already recovered (#26)BJ42019-04-091-1/+35
* Change import go github.com/dexon-foundation/dexonWei-Ning Huang2019-04-091-3/+3
* core/types: fix comment for func SignatureValues (#17921)Smilenator2018-10-161-1/+1
* core/types: fix typos (#17762)thumb84322018-09-301-2/+2
* params: fix golint warnings (#16853)kiel barry2018-06-051-1/+1
* ethclient, mobile: add TransactionSender (#15127)Felix Lange2017-10-011-117/+57
* core: fix typo in error message (#14763)ligi2017-07-061-1/+1
* consensus, core, core/vm, parems: review fixesJeffrey Wilcke2017-05-181-11/+0
* core/types: corrected abstract signing addressJeffrey Wilcke2017-05-181-1/+1
* consensus, core/*, params: metropolis preparation refactorJeffrey Wilcke2017-05-181-1/+17
* core/types: handle nil ChainId in NewEIP155SignerFelix Lange2017-03-231-0/+3
* all: unify big.Int zero checks, use common/math in more places (#3716)Felix Lange2017-02-281-1/+1
* types: bugfix invalid V derivation on tx json unmarshal (#3594)bas-vk2017-01-211-1/+1
* core/types: remove redundant SignECDSA wrappers, rename to SignTxFelix Lange2017-01-051-36/+4
* accounts, core, crypto, internal: use normalised V during signature handling ...Péter Szilágyi2017-01-051-37/+19
* core, core/types: refactored tx chain id checkingJeffrey Wilcke2016-11-141-2/+24
* core/types, params: EIP#155Jeffrey Wilcke2016-11-131-0/+340