Content
@
0 reply
0 recast
2 reactions
Aditya Kulkarni
@adityapk
Bad news: To make EIP 712 signatures work in Go, you have to manually increment the 65th byte of the signature by 27 to make it work (!!) Good news: Github Co-pilot knows this, and auto completed `sig[64] += 27` at the end of my function without me prompting (or even knowing about this)
4 replies
1 recast
15 reactions
GIGAMΞSH
@gigamesh
I think the final puzzle in a contest Base hosted during ETHDenver was based on this quirk. At the time, chatgpt couldn’t solve it.
0 reply
0 recast
1 reaction