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

Releases: PolymathNetwork/polymath-core-deprecated

Polymath Core 'Broad Street' Release

25 Jan 16:26
1a6e7bd
Compare
Choose a tag to compare

Polymath Core v0.1.0 - Broad Street

Smart contracts deployment

Polymath Core smart contracts have been deployed to Ropsten here:

  • ST: 0x0

Polymath Core smart contracts have been deployed to Mainnet here:

  • ST: 0x0

What's new

  • KYC Providers don't need to pay a POLY fee anymore to participate in the network.
  • An issuer can create their own KYC provider if they don't want to use a 3rd party to validate investors. (Use this feature at your own risk) #47
  • Added blacklist feature for issuers to add investors that should no longer be able to participate in an STO or receive/transfer STs. #92

Improvements

  • Security Tokens can now be divisible. Issuers can specify how many decimals they want the ST to have. #20
  • Issuers can now add investors to the whitelist. Before, only the KYC Provider could do that. #30
  • Made state variables public to be accessible to Polymath.js library #37 #82
  • Added data validation to Security Token, Template and Security Token Registrar #44 #67
  • TransferFrom doesn't require that the sender is whitelisted anymore #45

Bug fixes

  • Added the correct events to SecurityToken.issueSecurityTokens() #51 #32
  • Fixed low, medium and high priority bugs: #31 #39 #42 #43 #53 #55 #62 #63
  • TotalSupply of Security Tokens are now transferred to the STO before the offering starts #38
  • startSTO and endSTO state variables have been decoupled from STO #40
  • Voting uses POLY instead of ST balance #52
  • Template should be finalized before it can be proposed #75