Skip to content

Commit

Permalink
Bump up sdk version to 1.2.0-rc.2 (#317)
Browse files Browse the repository at this point in the history
* 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]>
  • Loading branch information
3 people authored Nov 13, 2024
1 parent 7a1ee60 commit b5a3b5c
Show file tree
Hide file tree
Showing 20 changed files with 1,765 additions and 241 deletions.
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -1 +1 @@
* @DonFungible @edisonz0718 @jacob-tucker @AndyBoWu
* @LeoHChen @DonFungible @edisonz0718 @jacob-tucker @AndyBoWu
2 changes: 1 addition & 1 deletion packages/core-sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@story-protocol/core-sdk",
"version": "1.2.0-rc.1",
"version": "1.2.0-rc.2",
"description": "Story Protocol Core SDK",
"main": "dist/story-protocol-core-sdk.cjs.js",
"module": "dist/story-protocol-core-sdk.esm.js",
Expand Down
Loading

0 comments on commit b5a3b5c

Please sign in to comment.