This repository was archived by the owner on Jul 6, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
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
fix: 🐛 Fixing GPM example
# [2.0.0-beta.13](https://github.com/PolymathNetwork/polymath-contract-wrappers/compare/v2.0.0-beta.12@beta...v2.0.0-beta.13@beta) (2019-08-02) ### Bug Fixes * 🐛 Fixing GPM example ([3bf7086](3bf7086))
the example must show the same result any time the user run it
…ract-wrappers into GTMexample
change values for transfer status code to be more consistent
…ontract-wrappers into assertionsCTM
Dividends and STO examples 3.0
# [2.0.0-beta.14](https://github.com/PolymathNetwork/polymath-contract-wrappers/compare/v2.0.0-beta.13@beta...v2.0.0-beta.14@beta) (2019-08-02) ### Bug Fixes * cappedSTO example addModule code ([1ee5289](1ee5289)) * cappedSTO example issues full overhaul with token purchase ([5620da9](5620da9)) * dividendCheckpoint assertion with caller and dividendContract ([85668f2](85668f2)) * erc20Dividend bug and example ([57603ea](57603ea)) * erc20Dividend example conform to new wrappers ([759b9a1](759b9a1)) * erc20Dividend wrapper tests div address argument ([fb9e5a2](fb9e5a2)) * etherDividend example overhaul ([041082d](041082d)) * examples sto, dividends review issues ([e3d9242](e3d9242)) * remove absoluteValue from dividend code ([766238a](766238a)) * usdTieredSTO example overhaul and working ([774b270](774b270))
GTM example
# [2.0.0-beta.15](https://github.com/PolymathNetwork/polymath-contract-wrappers/compare/v2.0.0-beta.14@beta...v2.0.0-beta.15@beta) (2019-08-02) ### Bug Fixes * 🐛 GTM example works again ([7f2c2f2](7f2c2f2)) * 🐛 make dates relatives to the current date ([768c22e](768c22e))
comparison now with the right configuration to check lower and upper bounds. semver has been added and used
…ntract-wrappers into errorHandler
feat: 🎸 error handle implemented with PolymathError class
# Conflicts: # src/contract_wrappers/modules/checkpoint/dividend_checkpoint_wrapper.ts # src/contract_wrappers/modules/sto/sto_wrapper.ts # src/contract_wrappers/modules/sto/usd_tiered_sto_wrapper.ts # src/contract_wrappers/registries/security_token_registry_wrapper.ts
Update comments
# [2.0.0-beta.36](https://github.com/PolymathNetwork/polymath-contract-wrappers/compare/v2.0.0-beta.35@beta...v2.0.0-beta.36@beta) (2019-09-02) ### Bug Fixes * 🐛 add more descriptive ErrorCodes ([3757c97](3757c97)) * 🐛 add return types for some functions ([e6c8883](e6c8883)) * 🐛 build broken from starttime change in sto wrapper ([3ec7540](3ec7540)) * 🐛 dividendCheckpoint improvements ([a936903](a936903)) * 🐛 dividendCheckpoint start and end type to number type ([609c1fa](609c1fa)) * 🐛 ErrorClass implementation for STR wrapper ([9ffbcf1](9ffbcf1)) * 🐛 ErrorCode implementation in poly token and ST wrapper ([29b825b](29b825b)) * 🐛 fix typo errors requested by feedback ([d38bc2d](d38bc2d)) * 🐛 implement ErrorClass in VEW ([a08335e](a08335e)) * 🐛 implement ErrorCode class for feature, module and poly ([d3239a9](d3239a9)) * 🐛 implement ErrorCode class on VRT ([9379d20](9379d20)) * 🐛 implement ErrorCode in PTM ([a54056c](a54056c)) * 🐛 implement ErrorCode type for backlist transfer manager ([5aad2dc](5aad2dc)) * 🐛 implement ErrorCode type for capped sto wrapper ([22f991b](22f991b)) * 🐛 implement ErrorCode type for CTM and GTM wrapper ([d3e3ce1](d3e3ce1)) * 🐛 implement ErrorCode type for dividend checkpoint wrapper ([5bebc6b](5bebc6b)) * 🐛 implement ErrorCode type for erc20 dividend checkpoint ([e0e1189](e0e1189)) * 🐛 implement ErrorCode type for ether dividend checkpoint ([cec6223](cec6223)) * 🐛 implement ErrorCode type for GPM ([fe5056c](fe5056c)) * 🐛 implement ErrorCode type for module factory module ([06a3b43](06a3b43)) * 🐛 implement ErrorCode type for module wrapper ([f4f5aa3](f4f5aa3)) * 🐛 implement ErrorCode type for sto and usd tieres sto ([e9b23ec](e9b23ec)) * 🐛 implement ErrorCode type in LTM ([5b70082](5b70082)) * 🐛 implement ErrorCode type on MATM ([ad747f4](ad747f4)) * 🐛 improve error type definitions and error messages ([5794ca6](5794ca6)) * 🐛 improve throw error with PolymathError class ([b79cc61](b79cc61)) * 🐛 PR fixes across the project ([f691e62](f691e62)) * 🐛 PR review issues in comments ([24ba8cc](24ba8cc)) * 🐛 remove [@dev](https://github.com/dev) test in comments ([5863b7f](5863b7f)) * 🐛 securityToken and other wrappers comments ([5287a3b](5287a3b)) * 🐛 VEW comments ([b4233aa](b4233aa)) ### Features * 🎸 adding more comments to generalTM and countTM. fix test ([09b4f20](09b4f20)) * 🎸 adjust comments and prettier for dividends/erc20 ([1424308](1424308)) * 🎸 comments improvements for generalPermissionManager ([7377aa9](7377aa9)) * 🎸 error handle implemented with PolymathError class ([0b4ba33](0b4ba33)) * 🎸 finish adding comments and small fixes to rest of proj ([99039e5](99039e5)) * 🎸 fix comments in sto wrapper, fix some return types/test ([9426f28](9426f28)) * 🎸 fix comments inside of percentageTM ([034a17d](034a17d)) * 🎸 manualApprovalTM comments. remove lint warning ([00fe0d5](00fe0d5)) * 🎸 volumeRestrictionTM comments refactoring and test ([6cad10f](6cad10f))
isValidModule method
# [2.0.0-beta.37](https://github.com/PolymathNetwork/polymath-contract-wrappers/compare/v2.0.0-beta.36@beta...v2.0.0-beta.37@beta) (2019-09-02) ### Bug Fixes * 🐛 manual merge from develop and improve comments ([02cf3e8](02cf3e8)) * 🐛 replace default error by polymatherror ([dd700ee](dd700ee)) ### Features * 🎸 add method to validate if an address is a valid module ([7df0edd](7df0edd))
# [2.0.0-beta.38](https://github.com/PolymathNetwork/polymath-contract-wrappers/compare/v2.0.0-beta.37@beta...v2.0.0-beta.38@beta) (2019-09-02) ### Bug Fixes * 🐛 minor fix ([ddfc560](ddfc560))
…t-wrappers into develop
🎉 This PR is included in version 2.0.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
🎉 This PR is included in version 3.0.0-beta.51 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
No description provided.