plugeth/accounts/abi/bind
Péter Szilágyi 08eea0f0e4 accounts, core, crypto, internal: use normalised V during signature handling (#3455)
To address increasing complexity in code that handles signatures, this PR
discards all notion of "different" signature types at the library level. Both
the crypto and accounts package is reduced to only be able to produce plain
canonical secp256k1 signatures. This makes the crpyto APIs much cleaner,
simpler and harder to abuse.
2017-01-05 11:35:23 +01:00
..
backends core, core/vm: implemented a generic environment (#3348) 2016-12-06 02:16:03 +01:00
auth.go accounts, core, crypto, internal: use normalised V during signature handling (#3455) 2017-01-05 11:35:23 +01:00
backend.go all: update license information 2016-11-09 02:51:34 +01:00
base.go core/types, params: EIP#155 2016-11-13 14:55:30 +01:00
bind_test.go mobile: initial wrappers for mobile support 2016-11-14 17:56:58 +02:00
bind.go accounts/abi/bind, mobile: review fixes and android tests 2016-11-14 18:00:14 +02:00
template.go accounts/abi/bind, mobile: review fixes and android tests 2016-11-14 18:00:14 +02:00
util_test.go core/types, params: EIP#155 2016-11-13 14:55:30 +01:00
util.go accounts/abi/bind: add utilities for waiting on transactions 2016-08-22 23:20:13 +02:00