Skip to content

Commit

Permalink
Integrate mintAndRegisterIpAndAttachPilTerms method in spg and skip i…
Browse files Browse the repository at this point in the history
…p account execute (#175)

* Extract test class about the MockERC20

* Extract spg module

* Make signature

* Adjust input and output type to ensure flexibility of input parameters and keep same type about smart contract in output

* Change Hex type into Address

* Call executeWithSig successfully

* Delete spg module

* Add registerIpAndAttachPilTerms method

* Add unit test about createIpAssetWithPilTerms method

* Add unit test about getIpAccountNonce

* Bump version to 1.0.0-rc.11

* Add registerDerivativeIp and the related tests

* Delete spg type

* Add registerIpAndAttachPilTerms and the related tests

* Add nftClient tests

* Cancel skip tests

* Skip ip account test

---------

Co-authored-by: bonnie <[email protected]>
  • Loading branch information
edisonz0718 and bonnie57 authored May 11, 2024
1 parent 058eb07 commit 6f1c4a2
Show file tree
Hide file tree
Showing 34 changed files with 1,705 additions and 462 deletions.
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.0.0-rc.10",
"version": "1.0.0-rc.11",
"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 6f1c4a2

Please sign in to comment.