Skip to content

Commit b5a3b5c

Browse files
bonnie57DonFungibleAndyBoWu
authored
Bump up sdk version to 1.2.0-rc.2 (#317)
* 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]>
1 parent 7a1ee60 commit b5a3b5c

File tree

20 files changed

+1765
-241
lines changed

20 files changed

+1765
-241
lines changed

.github/CODEOWNERS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
* @DonFungible @edisonz0718 @jacob-tucker @AndyBoWu
1+
* @LeoHChen @DonFungible @edisonz0718 @jacob-tucker @AndyBoWu

packages/core-sdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@story-protocol/core-sdk",
3-
"version": "1.2.0-rc.1",
3+
"version": "1.2.0-rc.2",
44
"description": "Story Protocol Core SDK",
55
"main": "dist/story-protocol-core-sdk.cjs.js",
66
"module": "dist/story-protocol-core-sdk.esm.js",

0 commit comments

Comments
 (0)