-
Notifications
You must be signed in to change notification settings - Fork 19
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
MLS Validation Service for SCW #1098
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good!
Should we wait until xmtp/proto#211 / 212 is merged to merge this?
doing ./dev/gen_protos
on this branch gives a different history then the generated protos, is that something to worry about?
@insipx Correct, I'd like to merge the proto branch (xmtp/proto#211) before this makes it to main. |
* url parser * imlement SmartContractVerification for lots of chainids * explain unwraps * naming * imlement SmartContractVerification for lots of chainids (#1086) * imlement SmartContractVerification for lots of chainids * remove comment * move file parser (#1087) * move file parser * load in verifier * cleanup * cleanup * log malformatted url * chainurls.json * closure, dont expect * go gentle into that good night * default * lint * cleanup * Add block number (#1089) * block number optional * rename multi contract verifier * update permissions that changed for some reason * remove fake.com * scw verifier in bindings * MLS Validation Service for SCW (#1098) * wip * wip * patchwork * a few fixes * update to use scw verifier for inbox_ids * Fix build errors * fix signature * lint * remove debug * lint * revert gen protos script * restore tests too * feedback * cleanup, feedback * cleanup * cleanup * hash * Actually do the work, and take the hash from the proto * cleanup * more cleanup * not using error msg * use latest proto * wip * cleanup * nicer error * revert * unnecessary change * remove env logger * cleanup * false in place of none * lint * error message in the result --------- Co-authored-by: Dakota Brink <git@kota.is> Co-authored-by: Andrew Plaza <github@andrewplaza.dev> Co-authored-by: Andrew Plaza <github.tech@liquidthink.net> Co-authored-by: Dakota Brink <779390+codabrink@users.noreply.github.com>
With updated proto: xmtp/proto#211