Releases: PolymathNetwork/polymath-sdk
Releases · PolymathNetwork/polymath-sdk
v2.0.1-beta.70@beta
2.0.1-beta.70 (2019-12-09)
Bug Fixes
- auto merge (4d30354)
- improve code and fix test to cover 100% (1ec51ba)
- resolver function as an array (68f0e4d)
Features
- add Toggle Freeze Transfers procedure (e227ed7)
v2.0.1-beta.69@beta
v2.0.1-beta.68@beta
2.0.1-beta.68 (2019-12-06)
Bug Fixes
- adapt procedure to resolver array change (366e0ca)
Features
- fully cover dividend features (c0329fe)
v2.0.1-beta.67@beta
v2.0.1-beta.66@beta
2.0.1-beta.66 (2019-12-05)
Bug Fixes
- change procedure arg names (43d8985)
- fix cappedSto invest typing and remove useless line (07e5d92)
- fix tests and compilation issues (6ca5f2c)
- use correct BigNumber library (750ace1)
- use correct casing for import path (b98d546)
Code Refactoring
Features
- add all missing TieredSto properties and some for CappedSto (fef668b)
- add finalize capabilities to STO entities (a24cf76)
- add invest function to TieredSto (d280707)
- add support for capped sto investments (38dd0a7)
- add validations and fix typings (15c59db)
- change Sto interface (3a755df)
- create procedure to allow/disallow beneficial investment (3ceb5ab)
- create procedure to modify tiered STO data (e0a8701)
- implement pre-mint support (9fefd73)
- rename CappedSto to SimpleSto (e3844b4)
BREAKING CHANGES
- rename CappedSto to SimpleSto
- Removed
investmentsin favor of agetInvestmentsfunction. Changed
investorAmounttoinvestorCount - rename STO entity properties for consistency
- entity
UsdTieredStorernamed toTieredSto, enumStoType.UsdTieredchanged to
StoType.Tiered