Skip to content

Commit

Permalink
Fix two issues including getLicenseTerms and claimRevenue by EOA (#159)
Browse files Browse the repository at this point in the history
* Update integration test exclude ipAccount and dispute

* Update contract address about spg

* Extract getLicenseTermsByType method

* Add registerDerivativeIp and mintAndRegisterIpAndAttachPilTerms method

* Add getLicenseTerms methods

* Add claimRevenue by EOA

* Bump version to 1.0.0-rc.7

* Add validate address by calling getAddress

* Add unit tests about getLicenseTermByType

* Fix tests

---------

Co-authored-by: Ze <[email protected]>
  • Loading branch information
bonnie57 and edisonz0718 authored May 4, 2024
1 parent 6ab3b9f commit 52719cf
Show file tree
Hide file tree
Showing 23 changed files with 6,407 additions and 2,874 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.6",
"version": "1.0.0-rc.7",
"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 52719cf

Please sign in to comment.