plugeth/signer/core
lmittmann bc013bc42e
all: prefer new(big.Int) over big.NewInt(0) (#25087)
minor performance improvement: `big.NewInt(0).Xxx` -> `new(big.Int).Xxx`
2022-06-14 15:09:48 +03:00
..
apitypes signer/core: fix complex typed data sign (EIP712) (#24220) 2022-02-08 14:40:00 +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 all: prefer new(big.Int) over big.NewInt(0) (#25087) 2022-06-14 15:09:48 +03: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 all: update license headers and AUTHORS from git history (#24947) 2022-05-24 20:39:40 +02:00
signed_data_test.go all: replace non-trivial uses of package ioutil with os (#24886) 2022-05-17 14:27:04 +02:00
signed_data.go cmd/ethkey: use accounts.TextHash (#25069) 2022-06-14 13:47:11 +02:00
stdioui.go tests, signer: remove staticcheck warnings (#20364) 2019-11-23 12:51:37 +01:00
uiapi.go all: replace uses of ioutil with io and os (#24869) 2022-05-16 11:59:35 +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