plugeth/internal/ethapi
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
..
api.go accounts, core, crypto, internal: use normalised V during signature handling (#3455) 2017-01-05 11:35:23 +01:00
backend.go core: bugfix state change race condition in txpool (#3412) 2016-12-10 23:54:58 +01:00
solc.go common/compiler: simplify solc wrapper 2016-08-17 17:39:04 +02:00
tracer_test.go core, core/vm: implemented a generic environment (#3348) 2016-12-06 02:16:03 +01:00
tracer.go core, core/vm: implemented a generic environment (#3348) 2016-12-06 02:16:03 +01:00