-
Notifications
You must be signed in to change notification settings - Fork 92
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Arrays currently unimplemented for EIP-712 #127
Comments
Hi, can you give me an example that fails? |
I can't share too much info, but the sign_typed_data method is not up to date with the V4 standard, as outlined here: https://docs.metamask.io/guide/signing-data.html#sign-typed-data-v4 Specifically I'm hitting this error in eip712.rb
It's not a huge problem, I've found a JS workaround for my use-case. But it would be nice if I could keep it all within the Ruby app. |
I'm asking because I only add So, if this is not too much to ask, I would like to see some test data (you can randomize the content), so that I can write a test case so that I can implement the feature completely. 🙏🏼 |
@q9f 🙏 |
I don't have a test case for this. If you can show me an array that raises the |
still looking for testdata |
This requires packed abi encoding: #103 |
I'm also excited for this one. I'm currently unable to sign OpenSea orders because the request requires multiple Consideration and Offer items. Here is sample data, if you're still looking for some:
|
Thanks. It will take some time to fix as we need to write a packed ABI encoder for Ruby first. |
Hi! I'm running into this problem as well. Just curious if a fix is still in progress. Thanks! Love the gem! |
fyi: happy to help (but unfortunately i already spend hundreds of free hours without ever getting anything back - surprise, surprise - not sustainable. if there's a sponsor with modest pay i am happy to continue - see here -> https://github.com/rubycocos/blockchain/tree/master/abicoder . note: as always - i am the gem guy / nutcase, that is, trying to modularize - to make testing and (re)use easier. |
@geraldb I also spend hundreds of free hours without ever getting anything back, and I'm sure we both are not the only two open-source maintainers who suffer this fate. This is not a job fair, so please move on unless you'd like to contribute to this issue for free (as we all do). There is no funding available for this gem. |
Hi, is there a plan to implement arrays as per signTypedData_v4?
The text was updated successfully, but these errors were encountered: