-
Notifications
You must be signed in to change notification settings - Fork 17
[UPDATE] Added mainnet support #39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Conversation
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
DracoLi
approved these changes
Feb 28, 2025
aandrewchung
added a commit
that referenced
this pull request
Mar 10, 2025
aandrewchung
added a commit
that referenced
this pull request
Mar 17, 2025
bpolania
added a commit
that referenced
this pull request
Mar 26, 2025
commit 91651cc Author: Andrew Chung <58543094+aandrewchung@users.noreply.github.com> Date: Thu Mar 27 02:48:54 2025 +0900 [UPDATE] Fix raiseDispute() Bond Bug (#52) * Added deposit to swap into in raise_dispute() * Updated Dispute module to use camel case for better consistency commit 06708b1 Author: Andrew Chung <58543094+aandrewchung@users.noreply.github.com> Date: Thu Mar 27 02:09:46 2025 +0900 [FEATURE] Added WIP Module (#51) * 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 commit 70f771c Author: Boris Polania <boris.polania@gmail.com> Date: Mon Mar 24 09:28:19 2025 -0700 Dispute integration tests (#50) * Dispute integration tests * Update test_integration_dispute.py commit c1c2447 Author: Andrew Chung <58543094+aandrewchung@users.noreply.github.com> Date: Sat Mar 22 02:09:31 2025 +0900 [Feature] Added Dispute Module (#49) * 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 commit 47e774b Author: Boris Polania <boris.polania@gmail.com> Date: Thu Mar 20 09:45:09 2025 -0700 Royalty Integration Tests (#46) * 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 commit fd485c8 Author: Andrew Chung <58543094+aandrewchung@users.noreply.github.com> Date: Thu Mar 20 02:16:20 2025 +0900 [UPDATE] Update Royalty Module to POC 1.3 (#47) * 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() commit fe220ba Author: Ze <edisonz0718@gmail.com> Date: Tue Mar 18 20:30:25 2025 -0700 chore(*): update code owner (#48) * chore(*): update codeowner * add Seb commit 0d478d1 Author: Andrew Chung <58543094+aandrewchung@users.noreply.github.com> Date: Tue Mar 18 03:46:37 2025 +0900 [UPDATE] Royalty Module (#45) * 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 commit 2a06637 Author: Andrew Chung <58543094+aandrewchung@users.noreply.github.com> Date: Mon Mar 17 16:00:44 2025 +0900 [UPDATE] Added owner() fn and updated readability for consistency (#44) * Added owner() read fn to IPAccount module * Updated helper fns and parameter comments * remove extra execute() commit 88ab970 Author: Boris Polania <boris.polania@gmail.com> Date: Fri Mar 14 14:21:21 2025 -0700 Update test_integration_ip_account.py (#43) IPAccount Permission function issue fixed commit d83347a Author: Andrew Chung <58543094+aandrewchung@users.noreply.github.com> Date: Thu Mar 13 20:32:42 2025 +0900 [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 commit 3cdf32d Author: Andrew Chung <58543094+aandrewchung@users.noreply.github.com> Date: Fri Feb 28 22:51:11 2025 +0900 [UPDATE] Added mainnet support (#39) commit 0c65c3b Author: Andrew Chung <58543094+aandrewchung@users.noreply.github.com> Date: Wed Feb 26 02:59:28 2025 +0900 [UPDATE] New Release & Register() Metadata Bug Fix (#38) * Updated demo to aeneid * Fixed metadata camelcase bug * Updated readme to aeneid * manual upload of new ver to pypi
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
Added mainnet support
Test Plan
n/a
Related Issue
n/a
Notes
n/a