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
* 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.
10
+
* Changed the version of `ManualApprovalTransferManagerFactory` from `1.0.0` to `2.0.1`.
@@ -39,13 +47,13 @@ All notable changes to this project will be documented in this file.
39
47
* All permissions are denied if no permission manager is active.
40
48
* Generalize the STO varaible names and added them in `ISTO.sol` to use the common standard in all STOs.
41
49
* Generalize the event when any new token get registered with the polymath ecosystem. `LogNewSecurityToken` should emit _ticker, _name, _securityTokenAddress, _owner, _addedAt, _registrant respectively. #230
42
-
* 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.
50
+
* 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.
43
51
44
52
## Removed
45
53
* Removed investors list pruning
46
54
* Remove `swarmHash` from the `registerTicker(), addCustomTicker(), generateSecurityToken(), addCustomSecurityToken()` functions of TickerRegistry.sol and SecurityTokenRegistry.sol. #230
47
55
* Remove `Log` prefix from all the event present in the ecosystem.
48
-
* Removed `addTagByModuleType` & `removeTagsByModuleType` from MR.
56
+
* Removed `addTagByModuleType` & `removeTagsByModuleType` from MR.
0 commit comments