plugeth/signer/core
Natsu Kagami 90dedea40f
signer: EIP 712, parse bytes and bytesX as hex strings + correct padding (#21307)
* Handle hex strings for bytesX types

* Add tests for parseBytes

* Improve tests

* Return nil bytes if error is non-nil

* Right-pad instead of left-pad bytes

* More tests
2020-08-03 21:53:12 +02: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 tests, signer: remove staticcheck warnings (#20364) 2019-11-23 12:51:37 +01:00
api.go cmd/clef: add newaccount command (#20782) 2020-03-31 12:03:48 +02:00
auditlog.go all: update author list and licenses 2019-07-22 12:17:27 +03:00
cliui.go cmd/clef, signer/core: password input fixes (#20960) 2020-05-19 10:44:46 +02:00
signed_data_internal_test.go signer: EIP 712, parse bytes and bytesX as hex strings + correct padding (#21307) 2020-08-03 21:53:12 +02:00
signed_data_test.go signer/core: EIP-712 encoded data should not reject a Domain without a ChainId (#21306) 2020-08-03 15:30:32 +02:00
signed_data.go signer: EIP 712, parse bytes and bytesX as hex strings + correct padding (#21307) 2020-08-03 21:53:12 +02:00
stdioui.go tests, signer: remove staticcheck warnings (#20364) 2019-11-23 12:51:37 +01:00
types.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: update author list and licenses 2019-07-22 12:17:27 +03:00