-
Notifications
You must be signed in to change notification settings - Fork 526
Remove Pack from explore #6781
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
Remove Pack from explore #6781
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
How to use the Graphite Merge QueueAdd either label to this PR to merge it via the merge queue:
You must have a Graphite account in order to use the merge queue. Sign up using this link. An organization admin has enabled the Graphite Merge Queue in this repository. Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue. |
size-limit report 📦
|
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.
should we split this into multiple PRs?
- disable pack in dashboard
- remove pack from SDK (needs AT LEAST a minor version, should REALISTICALLY be a major version)
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.
would not remove the pack code entirely.
we still have the Chainlink version which still works and uses the same SDK code
Or I can just remove the deploy functions from export for now? @joaquim-verges |
21b71e1
to
cd5402d
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #6781 +/- ##
=======================================
Coverage 55.18% 55.18%
=======================================
Files 896 896
Lines 56951 56951
Branches 3946 3946
=======================================
Hits 31430 31430
Misses 25425 25425
Partials 96 96
🚀 New features to boost your workflow:
|
PR-Codex overview
This PR removes the
thirdweb.eth/Pack
entry from theGAMING
constant in theexplore.ts
file, indicating a potential update in the gaming-related assets available for exploration.Detailed summary
thirdweb.eth/Pack
from theGAMING
constant array inapps/dashboard/src/data/explore.ts
.