You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Creating the PR as draft since I get a building error: @parcel/core: Failed to resolve '@wagmi/core/codegen' from ./node_modules/wagmi/dist/esm/exports/codegen.js @parcel/resolver-default: Cannot load file './codegen' from module '@wagmi/core'
PR-Codex overview
This PR updates dependencies, removes unused files, changes file paths, and updates SVG dimensions.
Detailed summary
Updated dependencies and removed unused files
Changed file paths for SVG imports
Updated SVG dimensions for various icons
The following files were skipped due to too many changes: web/.env.devnet-neo.public, web/.env.mainnet-neo.public, web/src/components/DisputeView/CardLabels/RewardsAndFundLabel.tsx, web/scripts/gitInfo.js, web/src/components/Verdict/VerdictBanner.tsx, web/src/pages/Courts/CourtDetails/StakePanel/index.tsx, web/src/layout/Header/navbar/Debug.tsx, web/src/pages/Home/TopJurors/JurorCard/Rewards.tsx, web/netlify/functions/authUser.ts, web/src/components/PlusMinusField.tsx, web/src/hooks/useSortitionModulePhase.ts, web/netlify/functions/update-settings.ts, web/src/components/EnsureChain.tsx, web/src/utils/validateAddressOrEns.ts, kleros-sdk/src/sdk.ts, web/src/components/Verdict/DisputeTimeline.tsx, web/src/pages/Cases/CaseDetails/Tabs.tsx, web/src/components/DisputePreview/Alias.tsx, web/src/components/HeroImage.tsx, web/vite.config.js, web/src/pages/Dashboard/JurorInfo/index.tsx, web/src/hooks/queries/useAppealCost.ts, web/src/hooks/queries/useDisputeKitClassicMultipliers.ts, web/src/pages/Dashboard/Courts/index.tsx, web/src/utils/getDisputeRequestParamsFromTxn.ts, web/src/hooks/queries/usePolicyRegistryEvent.ts, web/src/assets/svgs/icons/redistributed-pnk.svg, web/src/hooks/queries/useEvidenceGroup.ts, web/src/pages/DisputeTemplateView/index.tsx, web/src/app.tsx, web/src/pages/Courts/CourtDetails/StakePanel/JurorStakeDisplay.tsx, web/src/hooks/useIsCrossChainDispute.ts, web/wagmi.config.ts, web/src/consts/chains.ts, web/src/hooks/queries/usePopulatedDisputeData.ts, web/src/components/ConnectWallet/AccountDisplay.tsx, web/src/utils/getGraphqlUrl.ts, web/src/components/Popup/Description/StakeWithdraw.tsx, web/src/pages/Cases/CaseDetails/Voting/Classic/Vote.tsx, web/src/pages/Resolver/Parameters/Jurors.tsx, web/src/components/Verdict/FinalDecision.tsx, web/src/components/EnsureAuth.tsx, web/src/pages/Courts/CourtDetails/StakePanel/InputDisplay.tsx, web/src/hooks/useVotingContext.tsx, web/src/pages/Resolver/Parameters/NotablePersons/PersonFields.tsx, web/src/pages/Cases/CaseDetails/Voting/Classic/Commit.tsx, web/src/pages/Cases/CaseDetails/Voting/Classic/Reveal.tsx, web/src/assets/svgs/icons/book.svg, web/src/consts/processEnvConsts.ts, web/src/components/ConnectWallet/index.tsx, web/src/consts/index.ts, web/src/pages/Resolver/NavigationButtons/SubmitDisputeButton.tsx, web/src/pages/Cases/CaseDetails/Appeal/Classic/Fund.tsx, web/src/components/ClaimPnkButton.tsx, web/src/pages/Cases/CaseDetails/Evidence/SubmitEvidenceModal.tsx, web/src/context/Web3Provider.tsx, web/package.json, web/src/pages/Courts/CourtDetails/StakePanel/StakeWithdrawButton.tsx, yarn.lock
✨ Ask PR-Codex anything about this PR by commenting with /codex {your question}
Update from @alcercu:
We need check the proper way to implement a replacement of the (now deprecated) watch: true option for queries. Basically triggering query revalidation every X blocks on the queries with values that change often (balances, stakes, etc.)
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.
Creating the PR as draft since I get a building error:
@parcel/core: Failed to resolve '@wagmi/core/codegen' from ./node_modules/wagmi/dist/esm/exports/codegen.js
@parcel/resolver-default: Cannot load file './codegen' from module '@wagmi/core'
PR-Codex overview
This PR updates dependencies, removes unused files, changes file paths, and updates SVG dimensions.
Detailed summary