Skip to content

Releases: PolymathNetwork/polymath-sdk

v2.0.1-beta.80@beta

17 Dec 15:37

Choose a tag to compare

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

17 Dec 14:48

Choose a tag to compare

2.0.1-beta.79 (2019-12-17)

Bug Fixes

  • fix typo in procedure type enum (d346e77)

Features

  • refine handling of custom currencies in Tiered STO (c31ce47)
  • return default oracle addresses (6a7dbe4)

v2.0.1-beta.78@beta

12 Dec 17:37

Choose a tag to compare

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

  • add disableController procedure, tests to controller entity (cf31033)
  • add freezeIssuance procedure, test (3f794c0)
  • add signature request verification (bfb9256)
  • update package with new contract wrappers (d612b85)

v2.0.1-beta.77@beta

11 Dec 18:49

Choose a tag to compare

2.0.1-beta.77 (2019-12-11)

Bug Fixes

  • add code comments and improve some lines (707a59a)
  • add getWallet method reference (c2d342e)
  • rename interface and remove Context import (80838fd)
  • rename interface in wallet factory (8f9790a)

Features

  • add wallet entity and wallet factory (b46c318)

v2.0.1-beta.76@beta

11 Dec 16:30

Choose a tag to compare

2.0.1-beta.76 (2019-12-11)

Bug Fixes

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.offerings is now securityToken.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 the DividendType enum
  • subdivide restrictions namespace into count and percentage and distributed
    the methods between them
  • shareholders.mintTokens renamed to issuance.issueTokens

v2.0.1-beta.75@beta

11 Dec 13:20

Choose a tag to compare

2.0.1-beta.75 (2019-12-11)

Features

  • make PolymathRegistryAddress an optional arg in connect method (1728816)

v2.0.1-beta.74@beta

10 Dec 22:03

Choose a tag to compare

2.0.1-beta.74 (2019-12-10)

Bug Fixes

  • controller redeem issue (6531de5)
  • review comments (b12a55e)
  • review comments in controller/redeem (1ff6f32)

Features

  • add controller redeem procedure with tests (5be2a98)
  • refresh st factory when there is a redemption (939a504)

v2.0.1-beta.73@beta

10 Dec 18:36

Choose a tag to compare

2.0.1-beta.73 (2019-12-10)

Bug Fixes

  • issue with test description (78bbb1b)

v2.0.1-beta.72@beta

10 Dec 18:13

Choose a tag to compare

2.0.1-beta.72 (2019-12-10)

Bug Fixes

Features

  • add transfer security tokens feature (063d0ec)

v2.0.1-beta.71@beta

09 Dec 23:07

Choose a tag to compare

2.0.1-beta.71 (2019-12-09)

Bug Fixes

  • remove unnecessary comment (ad5eb64)