Commit Graph

75 Commits (636c64caa9682257d5193295a3bcb816716e185b)

Author SHA1 Message Date
Péter Szilágyi be65b47645
all: update golang/x/ext and fix slice sorting fallout (#27909) 1 year ago
ucwong d14c07d91e
accounts: use atomic type (#27857) 1 year ago
Dan Laine 311b742c84
accounts/keystore: use slices package for sorting (#27485) 1 year ago
KAI 5c51ef8527
accounts/keystore: handle error for invalid key in DecryptKey (#27432) 1 year ago
Delweng 9358b62fcb
accounts: replace noarg fmt.Errorf with errors.New (#27331) 1 year ago
Martin Holst Swende 4d3525610e
all: remove deprecated uses of math.rand (#26710) 2 years ago
Jolly Zhao f58ebd9696
all: use github.com/deckarep/golang-set/v2 (generic set) (#26159) 2 years ago
Martin Holst Swende e34e540e4c
accounts/keystore: replace inotify with fsnotify (#26176) 2 years ago
Martin Holst Swende eaf095ccd4
accounts/keystore: faster tests (#25827) 2 years ago
Justin Traglia 2c5648d891
all: fix some typos (#25551) 2 years ago
Delweng b196ad1c16
all: add whitespace linter (#25312) 2 years ago
Martin Holst Swende a907d7e81a
all: more linters (#24783) 2 years ago
Håvard Anda Estensen 4b309c7006
all: replace non-trivial uses of package ioutil with os (#24886) 2 years ago
Håvard Anda Estensen 07508ac0e9
all: replace uses of ioutil with io and os (#24869) 2 years ago
Eng Zer Jun 8d066f1f42
all: use T.TempDir to create temporary test directories (#24633) 2 years ago
Martin Holst Swende 1b34283810
ethclient, accounts/keystore: fix flaky tests (#23599) 3 years ago
Felix Lange 8a134014b4
all: add go:build lines (#23468) 3 years ago
Marius van der Wijden 3822b09904
accounts/keystore: use github.com/google/uuid (#22217) 4 years ago
lightclient bbfb1e4008
all: add support for EIP-2718, EIP-2930 transactions (#21502) 4 years ago
Alex Prut ef84da8481
all: remove unneeded parentheses (#21921) 4 years ago
Pascal Dierich 566cb4c5f0
accounts/keystore: add missing function doc for SignText (#21914) 4 years ago
Alex Prut 810f9e057d
all: remove redundant conversions and import names (#21903) 4 years ago
Marius van der Wijden 1fed223483
accounts/keystore: fix flaky test (#21703) 4 years ago
mr_franklin c37e68e7c1
all: replace RWMutex with Mutex in places where RLock is not used (#21622) 4 years ago
Pau d5c267fd30
accounts/keystore: fix typo in error message (#21200) 4 years ago
Péter Szilágyi b1b75f0089
accounts/keystore, cmd/faucet: return old account to allow unlock 4 years ago
Péter Szilágyi 469b8739eb
acounts/keystore, cmd/faucet: fix faucet double import, fix twitter url 4 years ago
Marius van der Wijden 38aab0aa83
accounts/keystore: fix double import race (#20915) 4 years ago
Guillaume Ballet 8c1e8de839
accounts/keystore: fix staticcheck warnings (#20373) 5 years ago
SjonHortensius 36994e4e0b all: replace passPHRASE with passWORD in user interactions (#19932) 5 years ago
Martin Holst Swende 2046d66fe5
accounts/keystore: fix #19707, avoid keyword as variable name 5 years ago
Jeremy Schlatter a184ab7a61 accounts/keystore: enable fallback for darwin,!cgo (#19614) 5 years ago
Kurkó Mihály 107c67d74e accounts, cmd, internal, signer: add note about backing up the keystore (#19432) 5 years ago
Péter Szilágyi ae7344d799
accounts: switch Ledger derivation path to canonical one 6 years ago
Matthew Halpern 15eee47ebf accounts: prefer nil slices over zero-length slices (#19079) 6 years ago
Guillaume Ballet 9c7e65c435 accounts: fix typos from the `SignData` merge (#19119) 6 years ago
Paul Berg 572baae10a signer, clef: implement EIP191/712 (#17789) 6 years ago
Martin Holst Swende 43e8efe895
accounts, eth, clique, signer: support for external signer API (#18079) 6 years ago
Jeremy Schlatter aca588a8e4 accounts/keystore: small code simplification (#18394) 6 years ago
Jeremy Schlatter 072c95fb74 accounts/keystore: fix comment typo (#18395) 6 years ago
Wenbiao Zheng 32d35c9c08 accounts/keystore: delete the redundant keystore in filename (#17930) 6 years ago
Martin Holst Swende d5c7a6056a
cmd/clef: encrypt the master seed on disk (#17704) 6 years ago
Martin Holst Swende 6f004c46d5 accounts/keystore: double-check keystore file after creation (#17348) 6 years ago
Roc Yu 70176cda0e accounts/keystore: rename skipKeyFile to nonKeyFile to better reveal the function purpose (#17290) 6 years ago
Péter Szilágyi d9575e92fc crypto/secp256k1: remove external LGPL dependencies (#17239) 6 years ago
Ralph Caraveo III 5d30be412b all: switch out defunct set library to different one (#16873) 6 years ago
Wenbiao Zheng c95e4a80d1 accounts/keystore: assign schema as const instead of var (#16985) 6 years ago
GagziW 541f299fbb accounts: changed if-else blocks to conform with golint (#16654) 6 years ago
Armin afc2039f22 accounts/keystore: Improved error message 7 years ago
Martin Holst Swende bedf6f40af cmd/geth: make geth account new faster with many keys (#15529) 7 years ago