docs(common): fixes openzeppelin examples and some basic mistakes ins…#2038
Merged
mergify[bot] merged 8 commits intomainfrom Mar 26, 2026
Merged
docs(common): fixes openzeppelin examples and some basic mistakes ins…#2038mergify[bot] merged 8 commits intomainfrom
mergify[bot] merged 8 commits intomainfrom
Conversation
…ide solidityguides
🧪 CI InsightsHere's what we observed from your CI run for 44455f2. 🟢 All jobs passed!But CI Insights is watching 👀 |
ankurdotb
requested changes
Mar 19, 2026
Contributor
|
@poppyseedDev Let me know when to look again at this? :) |
- Use cTOKEN prefix convention instead of wcTOKEN for wrapped tokens - Remove "experimental library" warning (live on mainnet) - Merge erc7984-tutorial.md into erc7984.md - Rename wrapper entry to "ERC-20 to Wrapped ERC-7984" in SUMMARY - Add OZ-style introductions and 1:1 ratio disclaimers to swap examples - Update README available guides to reflect changes
Contributor
Author
|
@Mergifyio queue |
Merge Queue Status
Required conditions to enter a queue
|
The 1:1 ERC-7984 to ERC-7984 swap example is non-sensical — real token swaps would go through a DEX contract like an AMM.
Add two-step process explanation (token transfer + confidential minting) as shown in the OZ confidential-contracts documentation.
ankurdotb
reviewed
Mar 26, 2026
Resolve merge conflict in SUMMARY.md keeping the renamed integration-guide.md from main and the Auctions section from this branch. Add Hardhat template and OZ confidential contracts repo links to erc7984.md as requested in PR review.
e06c313 to
1fbcb88
Compare
ankurdotb
approved these changes
Mar 26, 2026
0xalexbel
approved these changes
Mar 26, 2026
Merge Queue Status
This pull request spent 1 hour 54 minutes 9 seconds in the queue, including 1 hour 39 minutes 43 seconds running CI. Required conditions to merge
|
This was referenced Mar 26, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
…ide solidityguides