payton / django-siwe-auth

A complete Django authentication system overhall for Web3 utilizing Sign-In with Ethereum.
MIT License
26 stars 6 forks source link

Error on goerli test network #26

Closed pconerly closed 2 years ago

pconerly commented 2 years ago

I'm getting an error when I point at the goerli test network, which uses POA.

It's the same error as in this SO: https://stackoverflow.com/questions/70812529/the-field-extradata-is-97-bytes-but-should-be-32-it-is-quite-likely-that-you-a

And I think the fix would be the same, but I don't know (and haven't extensively tested) if geth_poa_middleware still works with the proof of work networks

pconerly commented 2 years ago

This bug also happens on ropsten

payton commented 2 years ago

Resolved in #29 Thanks @pconerly!