forked from Cookie-Jar-DAO/cookie-jar-v3
-
-
Notifications
You must be signed in to change notification settings - Fork 0
release: v3.2.0 — NFT gating hardening, Unicode validation, CI fixes #28
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
Merged
Merged
Changes from all commits
Commits
Show all changes
19 commits
Select commit
Hold shift + click to select a range
96a5f7f
chore: Migrate project from pnpm to bun for dependency management and…
Oba-One dc667c2
chore: Update package.json scripts and improve client type generation…
Oba-One fa96f6c
fix(contracts): NFT gating audit fixes and production polish
Oba-One a55a220
fix(client): NFT gating UI polish, config updates, and test fixes
Oba-One d750241
fix(ci): resolve contract test, type check, and Vercel deployment fai…
Oba-One 577b724
fix(ci): add OZ v5 ERC777 compatibility shims for Superfluid
Oba-One e85470f
fix: address CodeRabbit review feedback across 11 files
Oba-One 3873392
fix(client): use as const for tuple inference in useReadContract args
Oba-One 655a9ca
fix(contracts): delegate purpose validation to CookieJarValidation li…
Oba-One a6a1991
chore: bump version to 3.2.0 and update release notes
Oba-One d0e43dc
refactor(client): overhaul gating selection UX, accessibility, and ho…
Oba-One a9fa7b1
feat: enforce v2 poap event gating and chain support
Oba-One d955e2b
Merge pull request #29 from greenpill-dev-guild/enhancement/gating-se…
Oba-One eca53d3
fix: address review feedback across client and contracts
Oba-One 857b409
fix: address review feedback across client and contracts
Oba-One e4dc6e1
fix(client): add missing testing-library dom peer dep
Oba-One cde3c3a
merge old PR branch history
Oba-One c60b912
Merge pull request #31 from greenpill-dev-guild/codex/review-feedback…
Oba-One 1c2ff29
chore(deploy): update deployment artifacts and network scripts
Oba-One File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
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.
🧩 Analysis chain
🏁 Script executed:
Repository: greenpill-dev-guild/cookie-jar
Length of output: 428
🏁 Script executed:
Repository: greenpill-dev-guild/cookie-jar
Length of output: 2888
Add missing bun scripts to package.json:
dev:ethereum,dev:base, andtest:coverageare documented but missing from package.json.The documentation claims developers can run
bun dev:ethereum,bun dev:base, andbun test:coverage, but these scripts don't exist in package.json. Define these scripts in package.json or remove them from the documentation. The commandsdev,test,lint,type-check, andbuildare correctly configured.🤖 Prompt for AI Agents