-
Notifications
You must be signed in to change notification settings - Fork 48
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
Implement multicall #314
Merged
Merged
Implement multicall #314
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
requested review from
DonFungible,
edisonz0718,
jacob-tucker and
AndyBoWu
as code owners
November 8, 2024 06:08
bonnie57
had a problem deploying
to
beta-sepolia
November 8, 2024 06:08 — with
GitHub Actions
Failure
bonnie57
had a problem deploying
to
beta-sepolia
November 11, 2024 03:25 — with
GitHub Actions
Failure
bonnie57
had a problem deploying
to
beta-sepolia
November 11, 2024 03:29 — with
GitHub Actions
Failure
bonnie57
temporarily deployed
to
beta-sepolia
November 11, 2024 03:31 — with
GitHub Actions
Inactive
bonnie57
temporarily deployed
to
beta-sepolia
November 11, 2024 05:41 — with
GitHub Actions
Inactive
bonnie57
force-pushed
the
bonnie/SDK-23
branch
from
November 12, 2024 05:51
a5b23ff
to
bf765e5
Compare
bonnie57
temporarily deployed
to
beta-sepolia
November 12, 2024 05:51 — with
GitHub Actions
Inactive
bonnie57
temporarily deployed
to
beta-sepolia
November 12, 2024 06:02 — with
GitHub Actions
Inactive
DonFungible
reviewed
Nov 12, 2024
bonnie57
had a problem deploying
to
beta-sepolia
November 12, 2024 10:01 — with
GitHub Actions
Failure
bonnie57
had a problem deploying
to
beta-sepolia
November 12, 2024 10:16 — with
GitHub Actions
Failure
bonnie57
temporarily deployed
to
beta-sepolia
November 12, 2024 10:20 — with
GitHub Actions
Inactive
DonFungible
approved these changes
Nov 12, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
bonnie57
temporarily deployed
to
beta-sepolia
November 13, 2024 06:42 — with
GitHub Actions
Inactive
bonnie57
added a commit
to bonnie57/sdk
that referenced
this pull request
Nov 13, 2024
* 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
bonnie57
added a commit
to bonnie57/sdk
that referenced
this pull request
Nov 13, 2024
* 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
bonnie57
added a commit
to bonnie57/sdk
that referenced
this pull request
Nov 13, 2024
* 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
bonnie57
added a commit
to bonnie57/sdk
that referenced
this pull request
Nov 13, 2024
* 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
bonnie57
added a commit
to bonnie57/sdk
that referenced
this pull request
Nov 13, 2024
* 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
bonnie57
added a commit
to bonnie57/sdk
that referenced
this pull request
Nov 13, 2024
* 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
DonFungible
added a commit
that referenced
this pull request
Nov 13, 2024
* Feat/make isRegistered public (#311) * make isRegistered public * make isRegistered public * [feat] add codeowners for pr review (#316) * Implement multicall (#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 --------- Co-authored-by: Don <[email protected]> Co-authored-by: Andy Wu <[email protected]>
bonnie57
added a commit
to bonnie57/sdk
that referenced
this pull request
Nov 14, 2024
* 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
bonnie57
added a commit
to bonnie57/sdk
that referenced
this pull request
Nov 14, 2024
* 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
bonnie57
added a commit
to bonnie57/sdk
that referenced
this pull request
Nov 14, 2024
* 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
bonnie57
added a commit
to bonnie57/sdk
that referenced
this pull request
Nov 14, 2024
* 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
bonnie57
added a commit
to bonnie57/sdk
that referenced
this pull request
Nov 14, 2024
* 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
bonnie57
added a commit
to bonnie57/sdk
that referenced
this pull request
Nov 14, 2024
* 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
bonnie57
added a commit
to bonnie57/sdk
that referenced
this pull request
Nov 14, 2024
* 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 <[email protected]> Co-authored-by: Andy Wu <[email protected]>
bonnie57
added a commit
to bonnie57/sdk
that referenced
this pull request
Nov 14, 2024
* 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
bonnie57
added a commit
to bonnie57/sdk
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 <[email protected]> Co-authored-by: Andy Wu <[email protected]> * Revert "Dev (#148)" This reverts commit e174d27. --------- Co-authored-by: Don <[email protected]> Co-authored-by: Andy Wu <[email protected]>
bonnie57
added a commit
to bonnie57/sdk
that referenced
this pull request
Nov 14, 2024
* 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 <[email protected]> Co-authored-by: Andy Wu <[email protected]>
bonnie57
added a commit
to bonnie57/sdk
that referenced
this pull request
Nov 14, 2024
* 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
bonnie57
added a commit
to bonnie57/sdk
that referenced
this pull request
Nov 14, 2024
* 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 * feat(lang): add Polish language --------- Co-authored-by: Don <[email protected]> Co-authored-by: Andy Wu <[email protected]>
bonnie57
added a commit
to bonnie57/sdk
that referenced
this pull request
Nov 14, 2024
* 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
bonnie57
added a commit
that referenced
this pull request
Dec 3, 2024
* Feat/make isRegistered public (#311) * make isRegistered public * make isRegistered public * [feat] add codeowners for pr review (#316) * Implement multicall (#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 --------- Co-authored-by: Don <[email protected]> Co-authored-by: Andy Wu <[email protected]>
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
Methods included:
Also export
getSignature
method, refactor how to calculate the deadline, and bump the version to 1.2.0-rc.2.Test Plan