chore: update sourcify migration issue #508 #530
Open
theekrystallee wants to merge 4 commits into
Open
Conversation
Update all smart contract verification documentation for the migration from Hedera's self-hosted Sourcify instance (verify.hashscan.io / server-verify.hashscan.io) to the canonical sourcify.dev v2 service. Legacy hosts continue to forward requests, but tooling and scripts should now point at sourcify.dev directly. - Rewrite the Smart Contract Verification API page around Sourcify v2 endpoints; delete the v1 OpenAPI yaml and its 19 nav entries in docs.json - Update core-concepts page: remove Hedera-specific Sourcify section, add manual-HashScan-disabled note, point readers at sourcify.dev / Foundry / Hardhat - Replace HashScan in-app verification walkthrough with a sourcify.dev walkthrough; keep the bundled-metadata trick repointed at sourcify.dev - Hardhat guide: swap the hashscan-verify plugin for @nomicfoundation/hardhat-verify configured for Sourcify; reframe Step 5 as programmatic verification with Hardhat - Foundry guides (deploy, localnet/testnet, ERC-721 part 1): update --verifier-url to https://sourcify.dev/server; reframe deploy guide Step 6 as programmatic verification with forge verify-contract; add Localnet unsupported note to the localnet/testnet guide - hedera-contract-builder: replace stray verify.hashscan.io link Signed-off-by: Luke Forrest <luke.forrest@swirldslabs.com>
Verification on Hedera is no longer beta now that Hedera Mainnet and Testnet are natively supported on sourcify.dev. Rename the core-concepts page from verifying-smart-contracts-beta to verifying-smart-contracts and add a permanent redirect so existing bookmarks keep working. - Rename hedera/core-concepts/smart-contracts/verifying-smart-contracts-beta.mdx and the matching images directory; image filenames are left as-is - Update nav entry in docs.json and add a redirect from the old slug - Update Card hrefs in core-concepts.mdx and core-concepts/smart-contracts.mdx - Update 6 in-page links (with section anchors) in how-to-verify-a-smart-contract-on-hashscan.mdx Signed-off-by: Luke Forrest <luke.forrest@swirldslabs.com>
…tion-issue-508-luke
…ve playground for v2 Signed-off-by: krystal <56278409+theekrystallee@users.noreply.github.com>
Contributor
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
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.
Description:
Related issue(s):
Fixes #508
Notes for reviewer:
Checklist