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
2024-06-12 10:45:42 +03:00
Taeguk Kwon
09e0208029
accounts,signer: fix typos in comments ( #28730 )
2023-12-28 11:46:51 +01:00
Delweng
dd25a4f5ab
les, signer, light: replace noarg fmt.Errorf with errors.New ( #27336 )
...
Signed-off-by: jsvisa <delweng@gmail.com>
2023-05-25 02:51:13 -04:00
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
2023-04-03 05:08:06 -04:00
Håvard Anda Estensen
07508ac0e9
all: replace uses of ioutil with io and os ( #24869 )
2022-05-16 11:59:35 +02:00
Martin Michlmayr
4f2784b38f
all: fix typos in comments ( #21118 )
2020-05-25 10:21:28 +02:00
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>
2020-03-31 12:03:48 +02:00
Guillaume Ballet
5d21667587
tests, signer: remove staticcheck warnings ( #20364 )
2019-11-23 12:51:37 +01:00
Péter Szilágyi
1a83114c74
all: update author list and licenses
2019-07-22 12:17:27 +03:00
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
2019-02-12 17:38:46 +01:00