Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
CHoRiDeN
pushed a commit
to CHoRiDeN/intelligent-raffle
that referenced
this pull request
Jul 24, 2025
docs: make readme more clear and comment out unused llm call in the contract
albert-mr
added a commit
that referenced
this pull request
May 20, 2026
) * feat(scripts): harden factory deploy with auto env write and verify The factory deploy script now writes the new address into root .env.local (preserving other keys), runs a post-deploy read call to confirm the factory is live, prints a clean summary block, and distinguishes Studio-default RPC from other targets when no PRIVATE_KEY is set. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com> * fix(wizard): unblock wallet-signed deploy on hosted Studio - genlayer-config: switch from dynamic env access to direct process.env.NEXT_PUBLIC_* references so Next.js inlines values into the client bundle. Without this, the wizard sees the factory address as undefined and aborts with "Factory address is not configured". - use-genlayer: wait for ACCEPTED (not FINALIZED) on the parent factory call, then poll getTriggeredTransactionIds with 2s backoff for up to 60s so Studio has time to expose the spawned oracle deploy hash without forcing a multi-minute appeal-window wait. - use-genlayer: drop the unsupported filter arg from sim_getTransactionsForAddress; hosted Studio rejects two-arg calls with "Too many parameters provided". - use-genlayer: load cached oracles in useEffect to avoid the SSR/CSR hydration mismatch on the explorer Metric counts. - next-env.d.ts: pick up the Next.js 16 routes.d.ts path move. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com> --------- Co-authored-by: Claude Opus 4.7 <noreply@anthropic.com>
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.
No description provided.