Releases: PolymathNetwork/polymath-sdk
Releases · PolymathNetwork/polymath-sdk
v2.0.1-beta.80@beta
2.0.1-beta.80 (2019-12-17)
Bug Fixes
- entity tests for version change (ee52431)
- entity tests were broken from recent changes (fb9d3cf)
- get rid of unused imports (4b32021)
- modify tiered sto mistake (012ec9a)
- multiple resolvers for create chkpoint (61ae16e)
- polymath error instead of plain error (ed49a2a)
- review comments addressed (ef552c0)
- test not passing (c54a44a)
- there is a seperate test for refresh refactor (83734c5)
Features
- add issuance allowed and transfer frozen (3107b40)
- freeze and unfreeze transfers in st entity (5435c1a)
- get more St data and populate entity (63347f3)
- refresh security token factory in code (ca5a3e9)
- refresh st factory with mint tokens (c219017)
- try adding refresh to mint token functionality (ab003ee)
- use enum version in the sdk, not bn array for version (8f0e914)
BREAKING CHANGES
- security token now has many more variables
v2.0.1-beta.79@beta
v2.0.1-beta.78@beta
2.0.1-beta.78 (2019-12-12)
Bug Fixes
- address review comments across controller and freezeIssuance (b2152ef)
- controller redeem issue (947bdcf)
- expected error messages (0d797da)
- freeze issuance with addSignatureRequest (3c2caad)
- improve error message (fa8ead4)
- oversight with build, needed new tiered sto params (9bfb852)
- the controller and basic procedure to use addSignatureRequest (2cdc465)
- update package and update sto (3faa10f)
Features
v2.0.1-beta.77@beta
v2.0.1-beta.76@beta
2.0.1-beta.76 (2019-12-11)
Bug Fixes
- fix compilation errors (8a128cc)
Code Refactoring
- move offerings namespace into issuance namespace (3139ee5)
Features
- add the documents namespace (2226628)
- remove eth dividends (022c3b7)
- rename minting operations (73d6785)
- separate transfer restrictions into namespaces (d0ef9e9)
BREAKING CHANGES
securityToken.offeringsis nowsecurityToken.issuance.offerings- support only ERC20 dividends in the dividends namespace, remove the dividend
manager entities and getter. Features and permissions related to dividends don't specify the type
anymore. Remove theDividendTypeenum - subdivide
restrictionsnamespace intocountandpercentageand distributed
the methods between them shareholders.mintTokensrenamed toissuance.issueTokens
v2.0.1-beta.75@beta
2.0.1-beta.75 (2019-12-11)
Features
- make PolymathRegistryAddress an optional arg in connect method (1728816)
v2.0.1-beta.74@beta
v2.0.1-beta.73@beta
v2.0.1-beta.72@beta
2.0.1-beta.72 (2019-12-10)
Bug Fixes
- typo error (189b952)
Features
- add transfer security tokens feature (063d0ec)