bsc/signer/core
lmittmann 2003d543e8 all: prefer new(big.Int) over big.NewInt(0) (#25087)
minor performance improvement: `big.NewInt(0).Xxx` -> `new(big.Int).Xxx`
2022-10-28 09:03:38 +08:00
..
apitypes fix: code compatibility fixes 2022-07-05 11:14:21 +08: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-10-28 09:03:38 +08: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: fix complex typed data sign (EIP712) (#24220) 2022-02-08 14:40:00 +01:00
signed_data.go cmd/ethkey: use accounts.TextHash (#25069) 2022-10-28 09:03:21 +08: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