-
Notifications
You must be signed in to change notification settings - Fork 31
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
Tweaks and cleanup #99
Comments
[Moved to main ticket] |
@ryscheng some of these items here should be resolved before releasing to main, assuming that deployment will stay there for a while. What would be a proper deadline for resolving these? |
I might need some more context on the issues, let's discuss at our next meeting? |
@ryscheng can we close this out and/or split into more specific issues? |
@bitbeckers can you share a status update on this issue? |
@ryscheng can we close this out ? :) |
I think we can close this. Contract work is done and the SDK has been developed a lot since then. No breaking issues here, just nice to haves. |
Issue for cataloging tweaks, cleanup, and verynicetohaves to balance between storing points of attention and managing the amount of issues.
1. Contract optimisations
See:
#50
✅ Not an issue. We need to start at one because that loop splits token values and we leave the original value [0] untouched untill the other changes are complete.
2. Next build of SDK
Known issue: graphprotocol/graph-client#303
3. SDK dependencies
Following issue graphprotocol/graph-client#306
We dumped the dependencies is an now also need to remove what isn't needed
✅ Network-Goods/hypercerts-sdk#26
4. TODOs in Protocol and SDK
There are a bunch of TODOs in the protocol and SDK repo
The Protocol TODOs sometimes are breaking changes like removing unused storage vars
The SDK TODOs sometimes are very nice to haves like proper error handling
5. Harmonise Foundry tests
Test were rapidly set up with specific helper per suite, but a lot of helpers overlap. It's cleaner, more consistent and more efficient to build a common Helpers file
The text was updated successfully, but these errors were encountered: