Péter Szilágyi
46eea4d105
accounts, eth/downloader: use "err" instead of "error" in logs
8 years ago
Péter Szilágyi
23a5d64fd0
accounts, cmd: port packages over to the new logging system
8 years ago
Péter Szilágyi
d4fd06c3dc
all: blidly swap out glog to our log15, logs need rework
8 years ago
Felix Lange
9b0af51386
crypto: add btcec fallback for sign/recover without cgo ( #3680 )
...
* vendor: add github.com/btcsuite/btcd/btcec
* crypto: add btcec fallback for sign/recover without cgo
This commit adds a non-cgo fallback implementation of secp256k1
operations.
* crypto, core/vm: remove wrappers for sha256, ripemd160
8 years ago
Péter Szilágyi
e99c788155
accounts: ledger and HD review fixes
...
- Handle a data race where a Ledger drops between list and open
- Prolong Ledger tx confirmation window to 30 days from 1 minute
- Simplify Ledger chainid-signature calculation and validation
- Simplify Ledger USB APDU request chunking algorithm
- Silence keystore account cache notifications for manual actions
- Only enable self derivations if wallet open succeeds
8 years ago
Péter Szilágyi
205ea95802
accounts, cmd, internal, node: implement HD wallet self-derivation
8 years ago
Péter Szilágyi
c5215fdd48
accounts, cmd, internal, mobile, node: canonical account URLs
8 years ago
Péter Szilágyi
fad5eb0a87
accounts, cmd, eth, internal, miner, node: wallets and HD APIs
8 years ago
Péter Szilágyi
833e4d1319
accounts, cmd, eth, internal, mobile, node: split account backends
8 years ago