Conversation
* Updated demo to aeneid * Fixed metadata camelcase bug * Updated readme to aeneid * manual upload of new ver to pypi
* Added mintandremintAndRegisterIp() and integration test * Updated ip asset integration test to use classes * Fixed missing child_ip bug for deriv integration test
IPAccount Permission function issue fixed
* Added owner() read fn to IPAccount module * Updated helper fns and parameter comments * remove extra execute()
* Updated payroyaltyonbehalf and integration test * Updated integration test for payroyalty * updated claimableRevenue() * Added claimAllRevenue * Added mockerc20 client for transfer * Updated parse revenue token claimed fn
* chore(*): update codeowner * add Seb
* Updated payroyaltyonbehalf and integration test * Updated integration test for payroyalty * updated claimableRevenue() * Added claimAllRevenue * Added mockerc20 client for transfer * Updated parse revenue token claimed fn * [FEATURE] Added mintAndRegisterIp() (#42) * Added mintandremintAndRegisterIp() and integration test * Updated ip asset integration test to use classes * Fixed missing child_ip bug for deriv integration test * push to remote branch * Fixed autotransfer for claimAllRevenue()
* Fixes * Update test_integration_royalty.py * Fixes and code cleaning * Update pytest.ini * Update RoyaltyPolicyLRP.json * Update test_integration_royalty.py * Update tests * Update test_integration_royalty.py * Code cleaning and fixing * More cleaning and fixing * Update test_integration_royalty.py * Update setup_for_integration.py
* Auto generated dispute module classes and arbitration policy uba * Added dispute module and integration test * Separating dispute and ip id for integration test * fixed raiseDispute() bug
* Dispute integration tests * Update test_integration_dispute.py
* Added wip autogenerated python class * Added value txn option and wallet address for test setup * Added WIP module & getWalletBalance() * Added integration test for deposit, transfer, & withdraw
* Added deposit to swap into in raise_dispute() * Updated Dispute module to use camel case for better consistency
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
This PR sets the version for the new Pypi package and updates the imports in the
inifile to include the new modules.