Skip to content

Commit 708233e

Browse files
bonnie57bpolaniaDracoLiAndyBoWu
authored
Bump up version to 1.3.0.rc.1 (#434)
* Dispute Integration tests fixed and expanded * PR Comments Addressed * Update package.json * PR - All comments addressed * Comments addressed * Update pnpm-lock.yaml * Update pnpm-lock.yaml * Update pnpm-lock.yaml * Enhance contractCallWithFees with erc20 (#423) * Add more methods from smart contracts * Add tagIfRelatedIpInfringed method * Add transfer,transferFrom method in wip module * Add unit for transfer and transferFrom methods * Update blockCreated including aeneid and mainnet * Rename HandleTxOptionsResponse to TransactionResponse * Implement auto approve about payRoyaltyOnBehalf method * Enhance tagIfRelatedIpInfringed method * Refactor code about contractCallWithFees * Fix tests including unit and integration tests * Enhance tagIfRelatedIpInfringed method * Export the related types * Modify typo * Resolve dispute conflict and enhance the module integration test * Refactor via comments * Add todo to wait for confirmation * Separate ERC20Options and WIPOptions * Update the doc * Update the doc about livenss unit * Refactor via commits * Refactor via comments * Refactor via comments * Update dispute.test.ts * Add default value for DerivativeData and LicenseConfig Add default value for LicenseConfig Update the doc about multiple line Update the doc Update event with link Update zero address Modify licenseConfig logic Refactor via comments Enhance LicenseTermsData type Make licensingConfig required in the setLicensingConfig method Update default show style * Update dispute.test.ts * Update dispute.test.ts * Add default value for DerivativeData * Add default value for LicenseConfig * Update the doc about multiple line * Modify licenseConfig logic * Enhance LicenseTermsData type * Add Auto Wrapping Support including registerDerivative and mintAndRegisterIp * Add mintFeeToken and mintFee in nftClient * Move feeUtils test into utils test * Throw error more specify when call getRevenueShare method * Refactor via comments * Add uri value for each PIL Flavor by default * Reset package.json * Make allowDuplicates optional * Bind link with v1.3.1 * Bump up version to 1.3.0-rc.1 * Update dispute.test.ts * feat: update generateIpMetadata and generateCreatorsMetadata to IPA Metadata Standard * fix generateCreatorMetadata changes * Add setIpMetadata method in ipAccount * Remove useless ipAccount reference * Update pr-internal.yml * feat: Add dispute assertion to dispute client * Refactor via comments * add disputeAssertion docs * Refactor claimAllRevenue via generated method * Clean up useless code * Add batchClaimAllRevenue method in the royalty module * Refactor unwrap wip token * Add unit test for royalty module * Refactor code * Refactor via comment * Disable transfer and unwrap when call claimAllRevenue method * Fix unit tests * Modify unwrapWipTokens method with single call * Refactor via comments * Fix test * Refactor via comments * Throw error when unwrapWipTokens have multiple wip * Export neccessary address including Lap, Lrp, Wip * Fix type property * Update claim all revenue description without transfer wip to ip * Remove wip address for exporting * resolves #440; export license config and license terms data * feat: add bonnie as reviewer * fix ipAsset ip metadata unit test * Fix issue about derivativesAllowed and derivativesAttribution (#442) * Fix issue about derivativesAllowed and derivativesAttribution Skip the dispute assertion * Update dispute assert test --------- Co-authored-by: bpolania <boris.polania@gmail.com> Co-authored-by: Draco <draco@dracoli.com> Co-authored-by: Andy Wu <bwu2sfu@gmail.com>
1 parent 0dac6ae commit 708233e

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

61 files changed

+4519
-3046
lines changed

.github/CODEOWNERS

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

.github/workflows/pr-internal.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ jobs:
2424
secrets:
2525
WALLET_PRIVATE_KEY: ${{ secrets.WALLET_PRIVATE_KEY }}
2626
TEST_WALLET_ADDRESS: ${{ secrets.TEST_WALLET_ADDRESS }}
27+
JUDGE_PRIVATE_KEY: ${{ secrets.JUDGE_PRIVATE_KEY }}
2728

2829
push_build_and_test:
2930
if: github.event_name == 'push'
@@ -34,3 +35,4 @@ jobs:
3435
secrets:
3536
WALLET_PRIVATE_KEY: ${{ secrets.WALLET_PRIVATE_KEY }}
3637
TEST_WALLET_ADDRESS: ${{ secrets.TEST_WALLET_ADDRESS }}
38+
JUDGE_PRIVATE_KEY: ${{ secrets.JUDGE_PRIVATE_KEY }}

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.3.0-beta.3",
3+
"version": "1.3.0.rc.1",
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)