Official Go implementation of the Ethereum protocol
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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.
8 years ago
..
abi
accounts, core, crypto, internal: use normalised V during signature handling ( #3455 )
8 years ago
testdata
accounts: left pad keybytes-to-encrypt, add 30/31 byte keys tests
8 years ago
account_manager.go
accounts, core, crypto, internal: use normalised V during signature handling ( #3455 )
8 years ago
accounts_test.go
eth: add new RPC method (personal.) SignAndSendTransaction
9 years ago
addrcache.go
accounts: don't use common.Address for address field
8 years ago
addrcache_test.go
accounts: cache key addresses
9 years ago
key.go
accounts: improve API and add documentation
9 years ago
key_store_passphrase.go
mobile: initial wrappers for mobile support
8 years ago
key_store_passphrase_test.go
accounts: cache key addresses
9 years ago
key_store_plain.go
all: update license information
9 years ago
key_store_test.go
accounts: left pad keybytes-to-encrypt, add 30/31 byte keys tests
8 years ago
presale.go
accounts: add ErrDecrypt
9 years ago
watch.go
accounts: disable file system watcher on windows
8 years ago
watch_fallback.go
accounts: disable file system watcher on windows
8 years ago