Skip to content
This repository was archived by the owner on Jul 6, 2022. It is now read-only.

Conversation

monitz87
Copy link
Contributor

@monitz87 monitz87 commented Sep 2, 2019

No description provided.

monitz87 and others added 30 commits August 1, 2019 17:30
the example must show the same result any time the user run it
change values for transfer status code to be more consistent
# [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))
# [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
shuffledex and others added 26 commits August 29, 2019 10:15
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
# [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))
# [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))
@monitz87 monitz87 merged commit a0ba43c into master Sep 2, 2019
@shivamagl95
Copy link
Contributor

🎉 This PR is included in version 2.0.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

@polymath-devops
Copy link

🎉 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.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants