-
Notifications
You must be signed in to change notification settings - Fork 0
Add PredicateHolding Contract #42
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
base: main
Are you sure you want to change the base?
Conversation
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.
This is the final PR Bugbot will review for you during this billing cycle
Your free Bugbot reviews will reset on January 4
Details
Your team is on the Bugbot Free tier. On this plan, Bugbot will review limited PRs each billing cycle for each member of your team.
To receive Bugbot reviews on all of your PRs, visit the Cursor dashboard to activate Pro and start your 14-day free trial.
Adds a new contract to the inheritance examples called
PredicateHolding. This is for initial integration with the Predicate API when a full onchain integration is either not ready or not feasible.This PR also fixes a few bugs in the release workflow.
Note
Introduces a simple inheritance-based contract and strengthens artifact generation and publishing.
PredicateHolding.sol(inheritance pattern) storing Predicate config with owner-managedsetPolicyID/setRegistry; docs updated insrc/examples/README.md.release-artifacts.yml): determine workflow branch vs tag, checkout workflow branch to fetch script, cache script to/tmp, then checkout code at tag; useGH_TOKEN; simplify uploads with--clobberand stable asset paths (Contract/File), add stricter failure on zero uploads, and cleanup temp assets.scripts/extract-artifacts.js): supportsPredicateHoldingand proxy contract, generates Standard JSON input and separate compiler settings for verification, writes compiler metadata once, records per-contract source metadata, handles inheritance output paths, logs bytecode hash, and prints an artifact summary.Written by Cursor Bugbot for commit 40eb7b1. This will update automatically on new commits. Configure here.