eip712-codegen icon indicating copy to clipboard operation
eip712-codegen copied to clipboard

Fix casing

Open xinbenlv opened this issue 2 years ago • 2 comments

Fixes https://github.com/danfinlay/eip712-codegen/issues/13

xinbenlv avatar Oct 05 '23 18:10 xinbenlv

Old Output:

npx eip712-codegen --input sampleTypes.js --entryPoints ReplayProtection > tmp/OldReplayProtection.so

New Output:

npm run build
node cli.js --input sampleTypes.js --entryPoints ReplayProtection > tmp/NewReplayProtection.sol

Both output are shared at https://gist.github.com/xinbenlv/55fe92093f53964233891bc19067a21e

image

xinbenlv avatar Oct 05 '23 18:10 xinbenlv

Would you mind adding a test to prove the issue and that the change fixes it?

danfinlay avatar Oct 05 '23 22:10 danfinlay