Commit 708233e
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
File tree
61 files changed
+4519
-3046
lines changed- .github
- workflows
- packages
- core-sdk
- src
- abi
- resources
- types
- resources
- utils
- utils
- test
- integration
- utils
- unit
- resources
- utils
- wagmi-generator
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| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| 27 | + | |
27 | 28 | | |
28 | 29 | | |
29 | 30 | | |
| |||
34 | 35 | | |
35 | 36 | | |
36 | 37 | | |
| 38 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
0 commit comments