polymesh-sdk icon indicating copy to clipboard operation
polymesh-sdk copied to clipboard

Feature rich and user friendly typescript package to interact with the Polymesh blockchain

Results 17 polymesh-sdk issues
Sort by recently updated
recently updated
newest added

### Description ### Breaking Changes ### JIRA Link ### Checklist - [ ] Updated the Readme.md (if required) ?

### Description Remove legacy v6 code and drop support for 6.x chain. ### BREAKING CHANGE: ๐Ÿงจ SDK no longer supports chain 6.x ### JIRA Link DA-1307 ### Checklist - [...

Bumps [dset](https://github.com/lukeed/dset) from 3.1.3 to 3.1.4. Commits 05b1ec0 3.1.4 16d6154 fix: prevent proto assignment via implicit string See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=dset&package-manager=npm_and_yarn&previous-version=3.1.3&new-version=3.1.4)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any...

dependencies
javascript

### Description allow users to pass in only the inner payload in `network.submitTransaction` ### Breaking Changes None ### JIRA Link [DA-1451](https://polymesh.atlassian.net/browse/DA-1451) ### Checklist - [ ] Updated the Readme.md (if...

### Description - allows specifying customClaimTypeId when adding/modifying TrustedClaimIssuer for an Asset ### Breaking Changes - return of `asset.compliance.trustedClaimIssuers.get()` will be an object in case of CustomClaim of shape {...

### Description - for discussion - adds comments comparing permissions used on chain vs those that we check for with getAuthorization for procedures on chain there are multiple ways how...

### Description - Adds missing ResultSet interface to paginated queries. - marks Network.getEventsByIndexedArgs deprecated - updates comment doc to indicate paginated method ### Breaking Changes - changes data structure returned...