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
Deploys the upgraded Time-Based Incentive (TBI) system on Worldchain (chain 480), introducing new contract implementations for the incentive campaign and manager components.
Changes
New Contract Deployments:
Deploys TimeBasedIncentiveCampaign implementation contract at 0xe20e335C56B5bC03AaDfe81529F0FD3136E15F91
Deploys TimeBasedIncentiveManager implementation contract at 0xa0f08989ea0E5677e643CbdA7c772E42B386c9BF
Proxy Upgrades:
Upgrades the existing TimeBasedIncentiveManager proxy to use the new manager implementation
Registers the new campaign implementation with the manager proxy via setCampaignImplementation()
Deployment Artifacts:
Captures broadcast records with transaction hashes, receipts, and gas metrics for chain 480
Updates deployment manifest to reflect new contract addresses while maintaining alphabetical ordering
Rationale
This upgrade delivers the V2 iteration of the Time-Based Incentive system, likely incorporating improvements, bug fixes, or enhanced functionality. The deployment follows a standard proxy upgrade pattern, allowing the system to retain its existing state and address while benefiting from the new implementation logic.
Summary by CodeRabbit
New Features
Deployed TimeBasedIncentiveCampaign and TimeBasedIncentiveManager contracts on chain 480
Completed contract initialization and upgrade procedures for the campaign system
Chores
Updated deployment configuration with new contract addresses
Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.
💥 An error occurred when fetching the changed packages and changesets in this PR
Some errors occurred when validating the changesets config:
The package or glob expression "@boostxyz/test" is specified in the `ignore` option but it is not found in the project. You may have misspelled the package name or provided an invalid glob expression. Note that glob expressions must be defined according to https://www.npmjs.com/package/micromatch.
Auto reviews are disabled on base/target branches other than the default branch.
Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.
You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.
Use the checkbox below for a quick retry:
✅ Review completed - (🔄 Check again to review again)
✨ Finishing Touches🧪 Generate unit tests (beta)
Create PR with unit tests
Post copyable unit tests in a comment
Commit unit tests in branch matthew/tbiV2-world-upgrade
Comment @coderabbitai help to get the list of available commands and usage tips.
By using the [ADHOC] title prefix, you are bypassing best practice protections.
⚠️
Are you sure you want to be submitting a change without including a changeset? If you're just changing docs or tests, you probably don't need to. See the publishing section of the README for more info.
By using the [ADHOC] title prefix, you are bypassing best practice protections.
⚠️
Are you sure you want to be submitting a change without including a changeset? If you're just changing docs or tests, you probably don't need to. See the publishing section of the README for more info.
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
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.
Deploys the upgraded Time-Based Incentive (TBI) system on Worldchain (chain 480), introducing new contract implementations for the incentive campaign and manager components.
Changes
New Contract Deployments:
TimeBasedIncentiveCampaignimplementation contract at0xe20e335C56B5bC03AaDfe81529F0FD3136E15F91TimeBasedIncentiveManagerimplementation contract at0xa0f08989ea0E5677e643CbdA7c772E42B386c9BFProxy Upgrades:
TimeBasedIncentiveManagerproxy to use the new manager implementationsetCampaignImplementation()Deployment Artifacts:
Rationale
This upgrade delivers the V2 iteration of the Time-Based Incentive system, likely incorporating improvements, bug fixes, or enhanced functionality. The deployment follows a standard proxy upgrade pattern, allowing the system to retain its existing state and address while benefiting from the new implementation logic.
Summary by CodeRabbit
New Features
Chores