Felix Lange
1e97148249
all: fix inconsistent receiver name and add lint rule for it ( #29974 )
...
* .golangci.yml: enable check for consistent receiver name
* beacon/light/sync: fix receiver name
* core/txpool/blobpool: fix receiver name
* core/types: fix receiver name
* internal/ethapi: use consistent receiver name 'api' for handler object
* signer/core/apitypes: fix receiver name
* signer/core: use consistent receiver name 'api' for handler object
* log: fix receiver name
5 months ago
Taeguk Kwon
09e0208029
accounts,signer: fix typos in comments ( #28730 )
11 months ago
Delweng
dd25a4f5ab
les, signer, light: replace noarg fmt.Errorf with errors.New ( #27336 )
...
Signed-off-by: jsvisa <delweng@gmail.com>
1 year ago
rjl493456442
94457cce07
cmd, miner, signer: avoid panic if keystore is not available ( #27039 )
...
* cmd, miner, singer: avoid panic if keystore is not available
* cmd/geth: print warning instead of panic
2 years ago
Håvard Anda Estensen
07508ac0e9
all: replace uses of ioutil with io and os ( #24869 )
3 years ago
Martin Michlmayr
4f2784b38f
all: fix typos in comments ( #21118 )
5 years ago
Martin Holst Swende
c56f4fa808
cmd/clef: add newaccount command ( #20782 )
...
* cmd/clef: add newaccount command
* cmd/clef: document clef_New, update API versioning
* Update cmd/clef/intapi_changelog.md
Co-Authored-By: ligi <ligi@ligi.de>
* Update signer/core/uiapi.go
Co-Authored-By: ligi <ligi@ligi.de>
Co-authored-by: ligi <ligi@ligi.de>
5 years ago
Guillaume Ballet
5d21667587
tests, signer: remove staticcheck warnings ( #20364 )
5 years ago
Péter Szilágyi
1a83114c74
all: update author list and licenses
5 years ago
Martin Holst Swende
b5d471a739
clef: bidirectional communication with UI ( #19018 )
...
* clef: initial implementation of bidirectional RPC communication for the UI
* signer: fix tests to pass + formatting
* clef: fix unused import + formatting
* signer: gosimple nitpicks
6 years ago