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 _polyAddress from Module constructor
* removed _polyAddress from ModuleFactory constructor
* fixed tests
* reverted changes for MockOracle in tests
* updated deploy(), constructor docs
* removed polyToken from function params in createInstance.js
* added updateFromRegistry to SecurityTokenRegistry
* removed polyToken parameter for initialize()
* fixed tests
* updated setInPolymathRegistry
* removed updatePolyTokenAddress
* get rid of getPolyToken function
* removed updateFromRegistry()
* updated CHANGELOG.md
* Update CHANGELOG.md
* addition of an external function
* Fixed typo
* Remove duplicate code and optimise a bit
* Added new function `addModuleWithLabel()` which takes an extra param `_label` that used for giving the customize label to the module for display purpose. #428
10
-
* Fixed `addModule` function to be backwards compatible and call the new `addModuleWithLabel` function with an empty label.
8
+
## Added
9
+
* Added new function `addModuleWithLabel()` which takes an extra param `_label` that used for giving the customize label to the module for display purpose. #428
10
+
11
+
## Fixed
12
+
* Fixed `addModule` function to be backwards compatible and call the new `addModuleWithLabel` function with an empty label.
11
13
* Fixed event `ModuleAdded` to also emit `_label`.
12
-
* Fixed function `getModule` to also return the respective module label.
14
+
* Fixed function `getModule` to also return the respective module label.
15
+
* Replaced `updatePolyTokenAddress()` function with `updateFromRegistry()` in `SecurityTokenRegistry`.
16
+
17
+
## Removed
18
+
* Removed `_polyAddress` parameter from constructors of all modules and module factories.
19
+
* Removed `_polyToken` parameter from `initialize` function in `SecurityTokenRegistry`.
0 commit comments