polymath-core
Advanced tools
Changelog
v1.4.0
1.4.0 13-08-18
fundRaiseType
to specify the fundraise type (ETH / POLY)changePolyRegisterationFee
to changePolyRegistrationFee
. Event name is modified too from LogChangePolyRegisterationFee
to LogChangePolyRegistrationFee
expiredTimestamp
introduced and change the variable name timestamp
to registeredTimestamp
in Tickerregistry.sol #192.=======
Changelog
v1.3.0
1.3.0 25-07-18
finishedIssuerMinting / finishedSTOMinting
. The former permanently forbids the issuer from minting tokens. The latter permanently forbids STO modules from minting tokens.Transfer
event in the getTokens function call of PolyTokenFaucet.sol
._valid
flag in the event of LogModifyWhitelist
in PercentageTransferManager.sol
Changelog
v1.2.1
1.2.1 27-06-18
finishMintingIssuer()
,finishMintingSTO()
.modifyWhitelistMulti
added in PercentageTransferManager
contract.##Changed
_locked
parameter.finishMinting()
function from the SecurityToken
contract.Changelog
v1.2.0
1.2.0 22-05-18
mintingFinished
flag. Issuer can stop minting by calling the finishMinting()
function._canBuyFromSTO
has been added to modifyWhitelist function.LogGenerateModuleFromFactory
emitted at the level of ModuleFactory to log the creation of the module using the respective module factory.250 POLY
for registering ticker or security token with registry contracts, fee can be changed using changePolyRegistrationFee
.registerTicker
, generateSecurityToken
, registerModule
, addCustomSecurityToken
.getDividendIndex()
is introduced in ERC20DividendCheckpoint
& EtherDividendCheckpoint
contract.setupCost
of cappedSTOFactory
from 0 POLY
to 20K POLY
._owner
in the addCustomSecurityToken()
._addModule
in SecurityToken.sol to get MR address from STR contract.ExchangeTransferManagerFactory
and ExchangeTransferManager
is removed from repository.