-
Notifications
You must be signed in to change notification settings - Fork 476
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
Update ERC-7007: Move to Review #209
Conversation
* Update erc-7007.md to add opML compatibility * Update erc-7007.md param name * Create IOpmlLib.sol * Update and rename ERC7007.sol to ERC7007_zkml.sol * Update IOpmlLib.sol * Update IOpmlLib.sol * Update IOpmlLib.sol * Create ERC7007_opml.sol * Update ERC7007_opml.sol * Update IOpmlLib.sol
* misc: improve abstract & motivation * fix: Spec intro & Model Publication wording * fix: Rewrite part of motivation * corrected some small typos * rewrote the last two paragraphs in Motivation --------- Co-authored-by: drCathieSo.eth <socathie@users.noreply.github.com>
✅ All reviewers have approved. |
* Update erc-7007.md: Fix wordings * update license * Update description and motivation -> rationale --------- Co-authored-by: drCathieSo.eth <socathie@users.noreply.github.com>
* Add workflow diagram * Add workflow description
Co-authored-by: Sam Wilson <57262657+SamWilsn@users.noreply.github.com>
The commit 45fb7bf (as a parent of 46c3cea) contains errors. |
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.
All Reviewers Have Approved; Performing Automatic Merge...
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.
All Reviewers Have Approved; Performing Automatic Merge...
This was air-dropped in my Coinbase wallet during onchainsummer 2023 as an ERC-20 token in the gnosis network. The status of the token or nft at the time was undeveloped. It couldn't negotiate its own value to transfer, and it couldn't be minted. I tried reaching out to base (the host of onchainsummer), and they ignored me. Coinbase, finally after 13 months, took the wallets down. I believe it was fraudulent to. It was booby trapped on other coding apps. I was told to put it on hold, I never heard anything about it. |
We have updated our interface to support both validity (zkML) and fraud (opML) proofs. Added Rationale section. Also incorporated comments from Ethereum Magicians into Security Considerations.