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

latest releases: v26.2.0-alpha.4, v26.2.0-alpha.3, v26.2.0-alpha.2...
pre-release2 years ago

14.0.0-alpha.1 (2022-03-04)

Bug Fixes

  • 🐛 Allow modifyClaims to modify claim with cdd_id 0x00 (72d26fd)
  • 🐛 bump version (ebe849e)
  • 🐛 code smell (550967d)
  • 🐛 Fix broken tests (61ab6d8)
  • 🐛 Fix test cases (ca41f84)
  • 🐛 modify regex that was only considering abstract (df6d306)
  • 🐛 Remove unnecessary type assertion (code smell) (374d9ce)
  • 🐛 Remove unused import (f9068a4)
  • 🐛 Reorder params (14c43c0)
  • 🐛 stop requiring transaction perms when joining identity (d5e309d)

chore

  • 🤖 Add SubsidyWithAllowance interface (117d139)
  • move currentIdentity methods to root (c2e639d)
  • remove order parameter from identity.getTrustingTokens (7c9e62f)
  • rename details to description in CreateVenueParams (d630f61)

Code Refactoring

  • 💡 Rename CADefaults to CADefaultConfig (d60f19c)

Documentation

  • ✏️ Update JSDocs and error messages (ef0bf7f)

Features

  • 🎸 [WIP] move currentidentity methods to root (7d78ea1)

  • 🎸 Add createSecurityToken procedure (6e4e944)

  • 🎸 Add modify procedure to Requirements (c72974c)

  • 🎸 Add subsidizeAccount procedure (bac9864)

  • 🎸 Add Subsidy.getAllowance method (b1a10d0)

  • 🎸 Add Subsidy entity with quit procedure (1331c7e)

  • 🎸 Add trustedFor method in DefaultTrustedClaimIssuer (#675) (fca5537)

  • 🎸 Add authorization request validations (14b639b)

  • 🎸 Add Authorization Validations (939a80d)

  • 🎸 Add Claim typeguards (#668) (dd86024)

  • 🎸 Add identities namespace (#659) (2fe2593)

  • 🎸 Add Instruction methods to Settlements namespace (05b2ce6)

  • 🎸 Add modify allowance procedures to Subsidy (a716d8e)

  • 🎸 Add reserved to AccountBalance (ebdd5bf)

  • 🎸 Add RotatePrimaryKeyToSecondary Authorization (78d4055)

  • 🎸 Add RotatePrimaryToSecondary consume method (63a69dd)

  • 🎸 Add Venue existance check for Venue operations (112e6b0)

  • 🎸 allow both number and Requirement as params to remove (8afcf1b)

  • 🎸 Allow DID string for set compliance requirements (eac3dbc)

  • 🎸 allow exported TransactionQueue type to have generics (3c6248f)

  • 🎸 Allow non entities for modifying CA checkpoints (2a22aae)

  • 🎸 Allow non entities when creating Distributions (2c814f8)

  • 🎸 allow passing DID instead of identity for claim issuers (1e27c0d)

  • 🎸 allow void procedure methods to be called with opts (9fd4371)

  • 🎸 Assert Relayer accounts have Identities (ba3d114)

  • 🎸 Assert Venue exists when adding an Instruction (d71991f)

  • 🎸 Change totalSupply->initialSupply on asset creation (16e2d0b)

  • 🎸 Check for Portfolio existance in getName function (#672) (daa784c)

  • 🎸 Create an asset namespace (66b30f4)

  • 🎸 Create an asset namespace (#655) (a2a8f62)

  • 🎸 Creates Account Management namespace (85373c9)

  • 🎸 Don't expose reserved in Balance (3371879)

  • 🎸 error code no data change (a4972a3)

  • 🎸 export typeguards for every Entity (8e07207)

  • 🎸 Make currentFundingRound return null when empty (898d829)

  • 🎸 make requireInvestorUniqueness non-optional (3aa3464)

  • 🎸 Move createPortfolio to Identities namespace (60c72a0)

  • 🎸 Move createVenue into settlements namespace (#656) (5e1fab3)

  • 🎸 Refactor setComplianceRequirements to use a single call (a253643)

  • 🎸 Remove delete procedure from NumberedPortfolio (078c496)

  • 🎸 Remove sdk.currentIdentity namespace (47e27f2)

  • 🎸 Rename "keys" to "account" for consistency (fe76961)

  • 🎸 Rename references to key into Account (7320fa9)

  • 🎸 Rename SecurityToken to Asset (2889e42)

  • 🎸 Rename SecurityToken to Asset (d96d1cb)

  • 🎸 Rename Sto to Offering (0919bcf)

  • 🎸 Replace number with BigNumber (8137a91)

  • 🎸 Return type change for getPrimaryKey (6d5fca9)

  • 🎸 standardize error codes (596661a)

  • 🎸 Throw Polymesh error when createType errors (ff8e6ad)

  • 🎸 Update protocol fee logic (75836e9)

  • 🎸 Use nonce: -1 for signAndSend (#682) (8920e63)

  • 🎸 use polymesh-local for type generation (56eacf8)

  • 🎸 validate Authorization exists (bff30fc)

  • allow setting a CA's checkpoint to null (845ebc2)

  • improve procedure authorization data (135f3c9)

  • return trusted claim issuers separately (1d9db0f)

  • standardize block data in input and output (67fa54f)

  • support batching different transactions (570256f)

  • use Entities as properties of other Entities (8298005)

  • Merge pull request #673 from PolymathNetwork/feat/MSDK-728 (725ba40), closes #673

  • Merge pull request #665 from PolymathNetwork/feat/MSDK-760 (feefe0c), closes #665

  • Msdk 779 network namespace (#654) (3dcd448), closes #654

  • Msdk 723 return authorizations (#650) (a86f517), closes #650

Performance Improvements

  • ⚡️ avoid hash queries where not necessary (f914312)

BREAKING CHANGES

  • 🧨 Account.getSubsidy now returns SubsidyWithAllowance | null
  • 🧨 Portfolio getName can throw if Portfolio does not exist

Co-authored-by: Victor Vicente VictorVicente@users.noreply.github.com

  • 🧨 DefaultTrustedClaimIssuer.trustedFor has been converted to an async
    method returning claim types for which Claim Issuer is trusted.
  • 🧨
  • TrustedClaimIssuer interface allows null value for trustedFor for specifying all claim types.
  • TrustedClaimIssuers.get now returns TrustedClaimIssuer<true>[]
  • 🧨 Allow null value for trustedFor parameter in
    ModifyTokenTrustedClaimIssuersAddSetParams.claimIssuers to specify all
    claim types for an identity
  • 🧨 Portfolios.create has been removed in favour of
    Identities.createPortfolio
  • 🧨 Context.getSubsidy and Account.getSubsidy now return
    SubsidyWithAllowance | null instead of Omit<Subsidy, 'beneficiary'> | null
  • 🧨 isSingleClaimCondition and isMultiClaimCondition moved from
    src/types/index.ts to src/utils/typeguards.ts
  • 🧨 Moved isPortfolioCustodianRole, isVenueOwnerRole, isCddProviderRole,
    isTickerOwnerRole, isIdentityRole from src/types/index.ts to
    src/utils/typeguards.ts
  • 🧨 InvestorUniqueness, InvestorUniqunessV2, CddClaim converted from type to
    interface
  • 🧨 - SecondaryKey interface has been renamed to PermissionedAccount
  • identity.getPrimaryAccount now returns interface of type PermissionedAccount instead of Account
  • 🧨 Sto -> Offering
  • 🧨 Portfolios.create has been removed in favour of
    Identities.createPortfolio
  • 🧨 Updated all instances of number to BigNumber
  • 🧨 Removes sdk.currentIdentity
  • 🧨 Renamed methods
  • 🧨 Moved methods
  • 🧨 Moves Identity methods
  • 🧨 Moved asset methods
  • 🧨 createVenue moved from currentIdentity to settlements
  • 🧨
  • SecondaryKey interface has been renamed to SigningKey
  • identity.getPrimaryKey now returns interface of type SigningKey instead of Account
    • throw an error on the addInstructions procedure if the instruction array is empty
  • throw an error when running a transaction queue if the caller is being subsidized and one or
    more transactions in the queue can’t be subsidized
  • remove the tag and args properties from PolymeshTransactionBatch. The corresponding data
    about transactions in the batch is now returned by the transactions getter
  • stop splitting batch transaction arguments into smaller chunks when they are too large. This is
    part of a move away from Transaction Queues. Passing large inputs will now result in an error
    on the chain side in some cases. This will be caught and handled before sending in a future
    version
  • remove transaction argument grouping. Before, transactions that took variable sized input
    (such as addDocuments) would attempt to split the argument list if too large
  • 🧨 Move account management methods
  • 🧨 transferTickerOwnership and transferTokenOwnership now return
    AuthorizationRequests instead of Ticker/Token Entities
  • 🧨 Moved methods
  • 🧨 currentFundingRound now returns null for empty funding round, thus
    changing the return type Promise<string | null>
  • 🧨 delete procedure from NumberedPortfolio is removed in favour of
    Portfolios.delete procedure
  • 🧨 TickerReservation.createToken now takes initialSupply instead of
    totalSupply parameter for specifying amount of tokens that will be
    minted on creation
  • 🧨 token.compliance.requirements.remove now takes an object with a
    requirement: number | Requirement property, instead of id: BigNumber. The value still represents the requirement ID
  • token.compliance.requirements.get now returns a ComplianceRequirements object, which contains the requirements as well as the default trusted claim issuers. Conditions without specific claim issuers will have the trustedClaimIssuers` array as undefined
  • 🧨 rename CorporateActionDefaults to CorporateActionDefaultConfig,
    setDefaults to setDefaultConfig, getDefaults to getDefaultConfig
    within the CorporateActions entity.
  • 🧨 make CreateSecurityTokenParams.requireInvestorUniqueness non optional.
    This affects TickerReservation.createToken
  • modify the following interfaces, adding a blockHash: string property:
    ExtrinsicData, DistributionPayment, EventIdentifier, HistoricSettlement
  • change the ProcedureAuthorizationStatus type. The permissions/roles related
    properties will be changed from boolean to CheckPermissionsResult and CheckRolesResult.
    This affects the return type of checkAuthorization in ProcedureMethod
    • replace ticker: string with token: SecurityToken in: Checkpoint, CheckpointSchedule,
      CorporateAction, DividendDistribution, Sto, CustomPermissionGroup,
      KnownPermissionGroup, DefaultTrustedClaimIssuer
  • change the return type of CustomPermissionGroup.toJson. id: BigNumber is now id: string
    • move reserveTicker from root to currentIdentity namespace
  • move removeSecondaryKeys from Identity class to currentIdentity
  • move revokePermissions from Identity class to currentIdentity
  • move modifyPermissions from Identity class to currentIdentity
  • move inviteAccount from Identity class to currentIdentity
  • move createVenue from Identity class to currentIdentity
  • move freezeSecondaryKeys from Identity class to currentIdentity
  • move unfreezeSecondaryKeys from Identity class to currentIdentity
  • change the type of ModifyCheckpointParams.checkpoint to
    Checkpoint | CheckpointSchedule | Date | null
  • 🧨 move isEntity and isPolymeshError from /types to /utils
  • 🧨 remove required undefined as first argument of procedures when passing
    options
  • 🧨 change the code property of most errors thrown by the SDK to better
    reflect their meaning. Also changed a few error messages
    • remove order parameter in getTrustingTokens method.
    • rename details to description in CreateVenueParams interface.

Don't miss a new polymesh-sdk release

NewReleases is sending notifications on new releases.