You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Added `buyTokensView` and `getTokensMintedByTier` to USDTSTO.
10
10
* Added `getSTODetails` to USDTSTO.
11
11
* Added an Array of Tiers that will hold data about every tier in USDTSTO.
12
12
* Added `buyWithETHRateLimited`, `buyWithPOLYRateLimited` and `buyWithUSDRateLimited` to USDTSTO.
13
13
* Added `getTokensSoldByTier` to return sold (not minted during finalisation) tokens in each tier to USDTSTO.
14
14
* Removed individual mappings for tier data removed in UDSTSTO.
15
15
16
-
##Changed
16
+
## Manual Approval TransferManager
17
+
* Removed `0x0` check for the `_from` address to `ManualApprovalTransferManager`. This allows for the Issuer/Transfer Agent to approve a one-off mint of tokens that otherwise would not be possible.
18
+
* Changed the version of `ManualApprovalTransferManagerFactory` from `1.0.0` to `2.0.1`.
19
+
* Deployed 2.0.1 `ManualApprovalTransferManagerFactory` to address 0x6af2afad53cb334e62b90ddbdcf3a086f654c298
20
+
21
+
## Changed
17
22
*`getAllModulesAndPermsFromTypes()` does not take securityToken address as a parameter anymore.
@@ -53,13 +59,13 @@ All notable changes to this project will be documented in this file.
53
59
* All permissions are denied if no permission manager is active.
54
60
* Generalize the STO varaible names and added them in `ISTO.sol` to use the common standard in all STOs.
55
61
* Generalize the event when any new token get registered with the polymath ecosystem. `LogNewSecurityToken` should emit _ticker, _name, _securityTokenAddress, _owner, _addedAt, _registrant respectively. #230
56
-
* Change the function name of `withdraPoly` to `withdrawERC20` and make the function generalize to extract tokens from the ST contract. parmeters are contract address and the value need to extract from the securityToken.
62
+
* Change the function name of `withdraPoly` to `withdrawERC20` and make the function generalize to extract tokens from the ST contract. parmeters are contract address and the value need to extract from the securityToken.
57
63
58
64
## Removed
59
65
* Removed investors list pruning
60
66
* Remove `swarmHash` from the `registerTicker(), addCustomTicker(), generateSecurityToken(), addCustomSecurityToken()` functions of TickerRegistry.sol and SecurityTokenRegistry.sol. #230
61
67
* Remove `Log` prefix from all the event present in the ecosystem.
62
-
* Removed `addTagByModuleType` & `removeTagsByModuleType` from MR.
68
+
* Removed `addTagByModuleType` & `removeTagsByModuleType` from MR.
| General Transfer Manager Factory: |[0xdc95598ef2bbfdb66d02d5f3eea98ea39fbc8b26](https://etherscan.io/address/0xdc95598ef2bbfdb66d02d5f3eea98ea39fbc8b26)|
214
+
| General Permission Manager Factory: |[0xf0aa1856360277c60052d6095c5b787b01388cdd](https://etherscan.io/address/0xf0aa1856360277c60052d6095c5b787b01388cdd)|
| General Transfer Manager Factory: |[0xfe7e2bb6c200d5222c82d0f8fecca5f8fe4ab8ce](https://kovan.etherscan.io/address/0xfe7e2bb6c200d5222c82d0f8fecca5f8fe4ab8ce)|
246
+
| General Permission Manager Factory: |[0xde5eaa8d73f43fc5e7badb203f03ecae2b29bd92](https://kovan.etherscan.io/address/0xde5eaa8d73f43fc5e7badb203f03ecae2b29bd92)|
0 commit comments