go-ethereum/signer/core/testdata
Taeguk Kwon bedf2856d1
signer/core: rename testdata files (#27063)
Sets a meaningful name on test-files
2023-04-17 10:36:47 -04:00
..
fuzzing
README.md
arrays-1.json
custom_arraytype.json
eip712.json
expfail_arraytype_overload.json
expfail_datamismatch_1.json
expfail_extradata.json signer/core: rename testdata files (#27063) 2023-04-17 10:36:47 -04:00
expfail_malformeddomainkeys.json
expfail_nonexistant_type.json
expfail_nonexistant_type2.json signer/core: rename testdata files (#27063) 2023-04-17 10:36:47 -04:00
expfail_toolargeuint.json
expfail_toolargeuint2.json
expfail_unconvertiblefloat.json
expfail_unconvertiblefloat2.json

README.md

EIP 712 tests

These tests are json files which are converted into eip-712 typed data. All files are expected to be proper json, and tests will fail if they are not. Files that begin with `expfail' are expected to not pass the hashstruct construction.