aboutsummaryrefslogtreecommitdiffstats
path: root/core/types/transaction_signing.go
Commit message (Expand)AuthorAgeFilesLines
* 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