forked from storyprotocol/sdk
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Dev #148
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
bonnie57
temporarily deployed
to
beta-sepolia
November 13, 2024 07:59 — with
GitHub Actions
Inactive
bonnie57
temporarily deployed
to
beta-sepolia
November 13, 2024 08:01 — with
GitHub Actions
Inactive
bonnie57
temporarily deployed
to
beta-sepolia
November 13, 2024 08:20 — with
GitHub Actions
Inactive
bonnie57
had a problem deploying
to
beta-sepolia
November 13, 2024 08:23 — with
GitHub Actions
Error
bonnie57
temporarily deployed
to
beta-sepolia
November 13, 2024 08:29 — with
GitHub Actions
Inactive
bonnie57
temporarily deployed
to
beta-sepolia
November 13, 2024 08:31 — with
GitHub Actions
Inactive
bonnie57
temporarily deployed
to
beta-sepolia
November 13, 2024 08:34 — with
GitHub Actions
Inactive
bonnie57
had a problem deploying
to
beta-sepolia
November 13, 2024 08:35 — with
GitHub Actions
Failure
bonnie57
had a problem deploying
to
beta-sepolia
November 13, 2024 08:47 — with
GitHub Actions
Error
bonnie57
had a problem deploying
to
beta-sepolia
November 13, 2024 08:47 — with
GitHub Actions
Error
bonnie57
had a problem deploying
to
beta-sepolia
November 13, 2024 08:48 — with
GitHub Actions
Failure
bonnie57
temporarily deployed
to
beta-sepolia
November 13, 2024 08:52 — with
GitHub Actions
Inactive
bonnie57
had a problem deploying
to
beta-sepolia
November 13, 2024 08:53 — with
GitHub Actions
Failure
bonnie57
temporarily deployed
to
beta-sepolia
November 13, 2024 09:08 — with
GitHub Actions
Inactive
bonnie57
temporarily deployed
to
beta-sepolia
November 13, 2024 09:08 — with
GitHub Actions
Inactive
bonnie57
force-pushed
the
dev
branch
2 times, most recently
from
November 14, 2024 03:06
98fa22c
to
0e41eb3
Compare
bonnie57
had a problem deploying
to
beta-sepolia
November 14, 2024 03:07 — with
GitHub Actions
Failure
bonnie57
had a problem deploying
to
beta-sepolia
November 14, 2024 03:16 — with
GitHub Actions
Failure
bonnie57
had a problem deploying
to
beta-sepolia
November 14, 2024 03:22 — with
GitHub Actions
Failure
bonnie57
temporarily deployed
to
beta-sepolia
November 14, 2024 05:41 — with
GitHub Actions
Inactive
* make isRegistered public * make isRegistered public
* Add batchMintAndRegisterIpAssetWithPilTerms method * Add batchRegisterDerivative method * Enhance batchMintAndRegisterIpAssetWithPilTerms including unit tests and annotation * Add batchMintAndRegisterIpAndMakeDerivative method * Add batch register method * Fix issue about Invalid signature * Refactor code * Add unit tests * Fix unit test * Export getSignature method * Add batchRegisterWithIpMetadata method * Enhance code * Refactor multicall about protocol core * Remove integration test in command * Refactor getDeadline method * Bump up sdk to 1.2.0-rc.2
Merged
bonnie57
added a commit
that referenced
this pull request
Nov 14, 2024
* Dev (#148) * Feat/make isRegistered public (storyprotocol#311) * make isRegistered public * make isRegistered public * [feat] add codeowners for pr review (storyprotocol#316) * Implement multicall (storyprotocol#314) * Add batchMintAndRegisterIpAssetWithPilTerms method * Add batchRegisterDerivative method * Enhance batchMintAndRegisterIpAssetWithPilTerms including unit tests and annotation * Add batchMintAndRegisterIpAndMakeDerivative method * Add batch register method * Fix issue about Invalid signature * Refactor code * Add unit tests * Fix unit test * Export getSignature method * Add batchRegisterWithIpMetadata method * Enhance code * Refactor multicall about protocol core * Remove integration test in command * Refactor getDeadline method * Bump up sdk to 1.2.0-rc.2 * fix:Update --------- Co-authored-by: Don <100505855+DonFungible@users.noreply.github.com> Co-authored-by: Andy Wu <bwu2sfu@gmail.com> * Revert "Dev (#148)" This reverts commit e174d27. --------- Co-authored-by: Don <100505855+DonFungible@users.noreply.github.com> Co-authored-by: Andy Wu <bwu2sfu@gmail.com>
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
Example:
This pr adds user login function, includes:
Test Plan
Example:
Related Issue
Example: Issue #123
Notes