plugeth/accounts
lmittmann bc013bc42e
all: prefer new(big.Int) over big.NewInt(0) (#25087)
minor performance improvement: `big.NewInt(0).Xxx` -> `new(big.Int).Xxx`
2022-06-14 15:09:48 +03:00
..
abi all: prefer new(big.Int) over big.NewInt(0) (#25087) 2022-06-14 15:09:48 +03:00
external all: more linters (#24783) 2022-06-13 16:24:45 +02:00
keystore all: more linters (#24783) 2022-06-13 16:24:45 +02:00
scwallet all: replace uses of ioutil with io and os (#24869) 2022-05-16 11:59:35 +02:00
usbwallet accouts/scwallet: typo fix (#24207) 2022-01-07 16:45:53 +02:00
accounts_test.go all: update author list and licenses 2019-07-22 12:17:27 +03:00
accounts.go accounts: correct spelling mistake (#24323) 2022-02-01 11:36:39 +02:00
errors.go accounts: fix typo in comments (#24805) 2022-05-03 08:49:41 +02:00
hd_test.go accounts, signer: fix Ledger Live account derivation path (clef) (#21757) 2020-11-29 13:43:15 +01:00
hd.go accounts: fix typo in comments (#24805) 2022-05-03 08:49:41 +02:00
manager.go node: remove dependency on wallet backend packages (#23019) 2021-08-25 22:34:22 +02:00
sort.go accounts, console: frendly card errors, support pin unblock 2019-04-08 13:19:37 +02:00
url_test.go accounts: increase parseURL test coverage (#25033) 2022-06-07 12:46:27 +02:00
url.go all: make logs a bit easier on the eye to digest (#22665) 2021-04-15 20:35:00 +03:00