Skip to content

v14.0.0-alpha.15

Pre-release
Pre-release
Compare
Choose a tag to compare
@monitz87 monitz87 released this 30 May 20:49
· 1236 commits to alpha since this release
2450467

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