plugeth/signer/core
Felix Lange 5bcbb2980b
rpc: add PeerInfo (#24255)
This replaces the sketchy and undocumented string context keys for HTTP requests
with a defined interface. Using string keys with context is discouraged because
they may clash with keys created by other packages.

We added these keys to make connection metadata available in the signer, so this
change also updates signer/core to use the new PeerInfo API.
2022-01-20 12:45:07 +01:00
..
apitypes signer/core: move EIP-712 types to package apitypes (#24029) 2021-12-05 14:31:41 +01:00
testdata core/signer, clef: improve ui-test flow, fix errors in uint handling (#19584) 2019-06-03 16:56:05 +02:00
api_test.go signer/core: move API JSON types to separate package (#23275) 2021-07-29 16:06:44 +02:00
api.go rpc: add PeerInfo (#24255) 2022-01-20 12:45:07 +01:00
auditlog.go signer/core: move EIP-712 types to package apitypes (#24029) 2021-12-05 14:31:41 +01:00
cliui.go cmd/clef, signer: support for eip-1559 txs in clef (#22966) 2021-06-09 13:48:47 +02:00
gnosis_safe.go signer, core: support chainId for GnosisSafeTx (#24231) 2022-01-18 13:31:25 +01:00
signed_data_test.go signer, core: support chainId for GnosisSafeTx (#24231) 2022-01-18 13:31:25 +01:00
signed_data.go signer/core: move EIP-712 types to package apitypes (#24029) 2021-12-05 14:31:41 +01:00
stdioui.go tests, signer: remove staticcheck warnings (#20364) 2019-11-23 12:51:37 +01:00
uiapi.go all: fix typos in comments (#21118) 2020-05-25 10:21:28 +02:00
validation_test.go all: update author list and licenses 2019-07-22 12:17:27 +03:00
validation.go all: fix some go-critic linter warnings (#23709) 2021-10-13 17:31:02 +02:00