Skip to content

Polymath Core 'Barter The Token' Release

Pre-release
Pre-release
Compare
Choose a tag to compare
@satyamakgec satyamakgec released this 03 Apr 17:46

Polymath Core v0.3.0 - Barter The Token

Added

  • Multiple events are added to ModuleRegistry contract and securityToken contract to facilitate the Logging of the operations.
  • ModuleRegistry now knows about the SecurityTokenRegistry by using the function setTokenRegistry and it only is called by the owner of the ModuleRegistry contract.
  • Modules now need to be verified with the help of verifyModule function in order for them to be used.
  • SecurityToken owner is free to add its own module factory into its securityToken (Use under your own risk).
  • New moduleFactory called ExchangeTransferManagerFactory is added to the list of the available modules in Polymath V1 system. ExchangeTransferManager can be used to define the logic for trades on Exchanges #39
  • Each module has its own budget in terms of POLY.

Changed

  • In early releases, token symbols were case-sensitive. From now on, token symbols are saved in uppercase and identified so. #34 #30 #31
  • expiryLimit default value gets changed to 7 days instead of the 90 days in TickerRegistry.
  • Cap is based on the number of securityToken sold instead of the quantity of the fundraised type.#37

Download the npm package from here