github PolymeshAssociation/polymesh-sdk v14.0.0-alpha.15

latest releases: v24.4.0-alpha.4, v24.4.0-alpha.3, v24.4.0-alpha.2...
pre-release23 months ago

14.0.0-alpha.15 (2022-05-30)

BREAKING CHANGES

  • ๐Ÿงจ Asset.investorCount throws if stat is not enabled

  • fix: ๐Ÿ› Remove polymeshApi Proxy in Context

polkadot.js began using a private accesor (e.g. #registry) internally.
This causes an error to be thrown when called by a proxied instance.
Context Proxy was used to guard against having no signer which is taken
care of by the singning manager, so this shouldn't cause any behavior to
change

  • feat: ๐ŸŽธ Bump supported version range to 5.0.x

  • chore: ๐Ÿค– use stored metadata to generate country code enum

  • chore: ๐Ÿค– remove country code generation from definitions script

  • feat: ๐ŸŽธ expose transaction index within block

Also fix compilation errors that arise in sandbox

  • fix: ๐Ÿ› disregard pallets without calls

  • fix: ๐Ÿ› use proper type for document URIs

Also fixed documentHash conversion util tests

  • feat: ๐ŸŽธ validate chain spec version when connecting

  • ๐Ÿงจ throw an error instead of a warning when the chain versions aren't
    within the expected ranges

  • refactor: ๐Ÿ’ก Eliminate RPC specific conversion functions

Modify the schema object to make its types compatible with the rest of
the api. This elminates snake case conversion functions to DRY the code
base

Update types to use PolymeshPrimitivesIdentityId instead of IdentityId

  • feat: ๐ŸŽธ log a warning for minor and patch version mismatch

Co-authored-by: Jeremias Diaz monitz87@gmail.com
Co-authored-by: Victor Vicente VictorVicente@users.noreply.github.com

Don't miss a new polymesh-sdk release

NewReleases is sending notifications on new releases.