-
Notifications
You must be signed in to change notification settings - Fork 39
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
feat: blockchain agnostic inputs #89
Conversation
Almost there. The algorithm is actually this:
|
These were implemented in the LibInput, right |
These should be implemented in |
I meant they were already implemented, right? |
Not quite. We won't be hashing the metadata and payload separately. Instead, we'll ABI-encode the metadata and payload, and then hash the whole thing. |
059582b
to
a682cd3
Compare
a682cd3
to
e45e4a2
Compare
e45e4a2
to
33398e5
Compare
33398e5
to
0002d32
Compare
|
We can make this PR have two commits.
|
6212430
to
14e3755
Compare
Ok, #136 has been merged. |
e8523ea
to
4471b6e
Compare
4471b6e
to
cb0e002
Compare
cb0e002
to
eabc674
Compare
eabc674
to
77e0df4
Compare
77e0df4
to
ae8dd05
Compare
ae8dd05
to
d0e8bc1
Compare
d0e8bc1
to
0f88032
Compare
Not sure if this draft is somewhat close to the expected solution? Please let me know if it's not :)