Commit Graph

90 Commits (ec596e06a58f3c4c4bac0262ebfc57539c3e5fd1)

Author SHA1 Message Date
zhiqiangxu 71210b0630
all: simplify tests using t.TempDir() (#30150) 2 months ago
Halimao fe0c0b04fe
accounts/keystore: use t.TempDir in test (#30052) 3 months ago
Steven Wang b8cf1636d4
accounts: fix TestUpdateKeyfileContents (#29867) 4 months ago
Bin f8820f170c
accounts, cmd/geth, core: close opened files (#29598) 5 months ago
crazeteam fa5019de19
accounts/keystore: fix typos in comments (#29336) 6 months ago
Aaron Chen 723b1e36ad
all: fix mismatched names in comments (#29348) 6 months ago
Martin HS 14cc967d19
all: remove dependency on golang.org/exp (#29314) 6 months ago
Martin HS 14eb8967be
all: use min/max/clear from go1.21 (#29307) 6 months ago
Undefinedor a90fe84971
accounts: remove deprecated function NewPlaintextKeyStore (#29171) 7 months ago
Taeguk Kwon 09e0208029
accounts,signer: fix typos in comments (#28730) 9 months ago
Håvard Anda Estensen 2e13b01046
accounts: run tests in parallel (#28544) 10 months ago
Marius van der Wijden 146e8d999c
core, trie, rpc: speed up tests (#28461) 10 months ago
levisyin a73748258f
accounts, cmd: fix typos (#28526) 10 months ago
Martin Holst Swende 2391fbc676
tests/fuzzers: move fuzzers into native packages (#28467) 10 months ago
Delweng 5b9cbe30f8
cmd/clef: suppress fsnotify error if keydir not exists (#28160) 1 year ago
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