forked from storyprotocol/protocol-core
-
Notifications
You must be signed in to change notification settings - Fork 122
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
Port Private Fork Changes #391
Merged
kingster-will
merged 78 commits into
storyprotocol:main
from
kingster-will:chore/merge-back-seciryt-fix
Jan 31, 2025
Merged
Port Private Fork Changes #391
kingster-will
merged 78 commits into
storyprotocol:main
from
kingster-will:chore/merge-back-seciryt-fix
Jan 31, 2025
Conversation
This file contains 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
adjust UMA setup in deployment script
simplify and add unit tests lint and remove unused code enhance to calculate pending on demand rename var name and add more comments add more comments.
* update hardhat tests * Update hardhat_e2e.yml * add set ipa metadata test * update e2e test workflow
lint fix solhint disable quotes fix format fix
… be whitelisted (storyprotocol#16) lint fix rename error prettier quote altering fix
* add the p1 tests * add tests for permission and register derivative * Deploy oov3 sandbox (storyprotocol#31) * update workflow * update workflow * test * test * test * test * test * update workflow * add dispute tests * Update dispute.test.ts * Update hardhat_e2e.yml * Update dispute.test.ts --------- Co-authored-by: Jacqueline Zhang <131138188+jacqueline-57b@users.noreply.github.com> Co-authored-by: Jacqueline Zhang <jacqueline@57blocks.com>
…ent is higher than zero (storyprotocol#60)
* fix 3 failures 1. Shall not add IP to group if IP does not share the same licensing terms as the group 2. Dispute - Set tags to the derivative IP assets if the parent infringed 3. Dispute - Set tags to the derivative IP assets if the parent has not infringed
…tocol#78)" (storyprotocol#81) This reverts commit e141a74839e9c4144b94fb924a0e445bc70f4c0c.
* add guardian role config to deploy script * add grand role delay * fix action delays * add guardian role validation * additional guardian role validation * update upgraderExecDelay to 1 day
sebsadface
approved these changes
Jan 31, 2025
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
This PR ports changes made in a private fork back to the main repository.