-
Notifications
You must be signed in to change notification settings - Fork 14
chore: Save upgrade artifacts - arbitrum (runId:21206392301) #337
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
chore: Save upgrade artifacts - arbitrum (runId:21206392301) #337
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.
Pull request overview
This automated PR saves upgrade artifacts from the "Upgrade PoCo Facets" GitHub Actions workflow for the Arbitrum network (run ID: 21206392301). The changes update deployment addresses, modify ABIs, and reflect changes to the diamond proxy facets.
Changes:
- Updated deployment addresses for multiple facets (IexecRelayFacet, IexecPocoAccessorsFacet, IexecPoco2Facet, IexecPoco1Facet, IexecOrderManagementFacet, IexecEscrowTokenFacet)
- Removed several constant getter functions from ABIs (CONTRIBUTION_DEADLINE_RATIO, FINAL_DEADLINE_RATIO, GROUPMEMBER_PURPOSE, KITTY_ADDRESS, KITTY_MIN, KITTY_RATIO, REVEAL_DEADLINE_RATIO, WORKERPOOL_STAKE_RATIO, owner)
- Modified event parameter names in IexecPoco2Facet (taskId → taskid)
- Enhanced IexecEscrowTokenFacet with new error types, restructured events, and added ERC20 functions (approve, transfer, increaseAllowance, decreaseAllowance)
- Updated diamond proxy logs to reflect facet address changes
Reviewed changes
Copilot reviewed 11 out of 12 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| deployments/arbitrum/IexecRelayFacet.json | Address changed, ABI cleaned up (removed constant getters), bytecode updated |
| deployments/arbitrum/IexecPocoAccessorsFacet.json | Address changed, numDeployments incremented to 3, bytecode updated |
| deployments/arbitrum/IexecPoco2Facet.json | Address changed, event parameter names lowercased (taskId→taskid), ABI cleaned up, numDeployments incremented to 2 |
| deployments/arbitrum/IexecPoco1Facet.json | Address changed, numDeployments incremented to 3, bytecode updated |
| deployments/arbitrum/IexecOrderManagementFacet.json | Address changed, ABI cleaned up (removed constant getters), numDeployments incremented to 2 |
| deployments/arbitrum/IexecEscrowTokenFacet.json | Address changed, added error types and ERC20 functions, restructured events, numDeployments incremented to 2 |
| deployments/arbitrum/.diamond.log | Updated facet count and addresses to match new deployments |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| "indexed": true, | ||
| "internalType": "bytes32", | ||
| "name": "taskId", | ||
| "name": "taskid", |
Copilot
AI
Jan 21, 2026
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.
The event parameter name has been changed from "taskId" to "taskid" (lowercase). This is a breaking change that could affect event listeners and indexers that rely on the exact parameter name. Consider whether this naming change is intentional and ensure all dependent systems are updated accordingly.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #337 +/- ##
=======================================
Coverage 96.39% 96.39%
=======================================
Files 33 33
Lines 1137 1137
Branches 214 228 +14
=======================================
Hits 1096 1096
Misses 41 41 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
🤖 This is an automated pull request created by
Upgrade PoCo FacetsGitHub Actionsworkflow to save upgrade artifacts.
arbitrumNote: Verify deployment before merging this PR.
Note
Updates Arbitrum deployment artifacts after a diamond upgrade.
IexecERC20Facet; reassignsapprove,approveAndCall,increase/decreaseAllowance,transfer, andtransferFromtoIexecEscrowTokenFacet(ABI expanded with errorsCallerIsNotTheRequester,OperationFailed,UnsupportedOperationand eventsLock,Unlock,Reward,Seize)IexecAccessorsABILegacyFacet,IexecCategoryManagerFacet,IexecConfigurationExtraFacet,IexecConfigurationFacet,IexecOrderManagementFacet,IexecPoco1Facet,IexecEscrowTokenFacet).diamond.logWritten by Cursor Bugbot for commit bf31fd7. This will update automatically on new commits. Configure here.