ethereum / eth-account

Account abstraction library for web3.py
http://eth-account.readthedocs.io/
MIT License
269 stars 156 forks source link

Fix errors in eip712 signing (backport#175) #189

Closed mmsqe closed 2 years ago

mmsqe commented 2 years ago

backport https://github.com/ethereum/eth-account/pull/175 to v0.5.x

Co-authored-by: Wai Keen Woon doubleukay@doubleukay.com Co-authored-by: pacrob paul@pacrob.com Co-authored-by: Felipe Selmo fselmo2@gmail.com

How was it fixed?

Summary of approach.

To-Do

Cute Animal Picture

![put a cute animal picture link inside the parentheses]()

pacrob commented 2 years ago

We had talked about whether to backport this or not. I think we decided not to because it was determined to be breaking how things had worked for a while, even if those things weren't working "correctly" in some cases. Open for discussion, though.

v7 is coming soon and will have all the updates.

mmsqe commented 2 years ago

We had talked about whether to backport this or not. I think we decided not to because it was determined to be breaking how things had worked for a while, even if those things weren't working "correctly" in some cases. Open for discussion, though.

v7 is coming soon and will have all the updates.

Got it thanks.