feat: redeploy hoodi - #24
Merged
Merged
Conversation
F4ever
approved these changes
Aug 10, 2026
There was a problem hiding this comment.
Pull request overview
This PR updates the Hoodi deployment artifacts and documentation to reflect a redeployed DelegationFactory after the breaking ABI change in #23, and records additional bytecode hash metadata for verification.
Changes:
- Update the documented Hoodi
DelegationFactoryaddress in the README. - Replace Hoodi deployment artifacts (
deploy-hoodi.json,transactions.json) with the new factory deployment record and include creation-code hashes in the deploy artifact.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| README.md | Updates the Hoodi factory address in the “Deployed Instances” table. |
| artifacts/hoodi/transactions.json | Updates the recorded deployment transaction/receipt metadata for the redeployed factory. |
| artifacts/hoodi/deploy-hoodi.json | Updates the factory address and adds recorded creation-code hashes + new git ref for verification. |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
| "pending": [], | ||
| "returns": {}, | ||
| "timestamp": 1786103616, | ||
| "timestamp": 1786378152153, |
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Description
Updates the Hoodi deployment after the breaking ABI change in #23 (revokeNomination removal). The factory was redeployed from a clean checkout of main (5b75d76) with the new artifact-binding workflow from STC-824.
Changes:
Related Issue/Task
How Has This Been Tested?
just check-deployment artifacts/hoodi/deploy-hoodi.jsonpasses - recorded hashes and on-chain factory bytecode match the checkout; instance state checked via cast (owner, delegate, cooldown, not terminated)Checklist