-
Notifications
You must be signed in to change notification settings - Fork 3
feat: major rename - pandora->warm storage, proof sets->data sets, roots->pieces #129
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: master
Are you sure you want to change the base?
Conversation
Claude finished @rvagg's task —— View job PR Review: Major Rename (pandora→warm storage, proof sets→data sets, roots→pieces) ✅I've conducted a comprehensive review of this major rename PR. Here are my findings: Review Checklist
|
@claude address the inconsistencies above and get this to build and pass tests. |
Claude finished @rvagg's task —— View job Addressing rename inconsistencies and fixing build/test issues ✅ Task List
Summary of Changes MadeFirst commit (
Second commit (
All Critical Issues Resolved ✅
The codebase is now consistent with the major rename from "pandora→warm storage, proof sets→data sets, roots→pieces" and should build and test successfully. |
This is a bug that was introduced in #111 where we changed "proofset" to "proofSet" everywhere but Curio is specific in what it sends and we just overwrote that. Ooops. We need to handle "proofsetCreated" but I'm also allowing for "proofSetCreated" here to give us room to fix that. This may become irrelevant with #129
🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]> Co-Authored-By: Rod Vagg <[email protected]>
🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Rod Vagg <[email protected]>
This is a bug that was introduced in #111 where we changed "proofset" to "proofSet" everywhere but Curio is specific in what it sends and we just overwrote that. Ooops. We need to handle "proofsetCreated" but I'm also allowing for "proofSetCreated" here to give us room to fix that. This may become irrelevant with #129
Yeah, ok, that was quite a bit more that needed to be done .. sorry buddy |
Ref: #105
This is quite a traumatic break but best do it early. This can't land until we have new contracts deployed.