Skip to content

[dependency]: Bump symbol-sdk from 1.0.0 to 3.2.3 in /source/resources/examples/typescript#1116

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/source/resources/examples/typescript/main/symbol-sdk-3.2.3
Open

[dependency]: Bump symbol-sdk from 1.0.0 to 3.2.3 in /source/resources/examples/typescript#1116
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/source/resources/examples/typescript/main/symbol-sdk-3.2.3

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Dec 22, 2024

Warning

Dependabot will stop supporting npm v6!

Please upgrade to one of the following versions: v7, v8, v9, or v10.

Bumps symbol-sdk from 1.0.0 to 3.2.3.

Release notes

Sourced from symbol-sdk's releases.

Symbol Javascript SDK 3.2.3

Added

  • add toJson() to the generated model classes to get a JSON-safe representation of the model.
  • add extractSigningPayload() to facade to get signing payload which allows signing by hardware keys.
  • add cosignTransactionHash() to facade and account to allow cosigning of transaction hash.

Changed

  • export bytesToBigInt(), bytesToInt(), deepCompare(), intToBytes(), isHexString() and tryParseUint() from sdk via utils
  • (BREAKING NEM) NEM cosignature transaction multisig_transaction_hash field renamed to other_transaction_hash

Fixed

  • (NEM) add non-verifiable cosignature transaction to allow signing of the cosignature transaction.

Symbol Python SDK 3.2.3

Added

  • add to_json() to the generated model classes to get a JSON-safe representation of the model.
  • add extract_signing_payload() to facade to get signing payload which allows signing by hardware keys.
  • add cosign_transaction_hash() to facade and account to allow cosigning of transaction hash.

Changed

  • (BREAKING NEM) NEM cosignature transaction multisig_transaction_hash field renamed to other_transaction_hash

Fixed

  • (NEM) add non-verifiable cosignature transaction to allow signing of the cosignature transaction.

Symbol Javascript SDK 3.2.2

Added

  • generate basic TS-style documentation using typedoc to provide class-level documentation for SDK
  • add useful functions from the SDK V2 that are missing
    • create address alias from namespace id
    • extract namespaceID from address alias
    • create address from decoded address hex string (REST format)
  • add metadataGenerateKey() since there is no built-in way to convert a string to a metadata key.
  • add SymbolAccount class
    • add signTransaction() to the SymbolAccount to match facade functionality
    • add cosignTransaction() to the SymbolAccount to match facade functionality
    • to improve discoverability, add a helper function to SymbolAccount, which creates a MessageEncoder used to encrypt/encode messages
  • add SymbolPublicAccount
    • add properties for address and publicKey for better discoverability
  • add NemAccount class
    • add signTransaction() to the NemAccount to match facade functionality
    • to improve discoverability, add a helper function to NemAccount, which creates a MessageEncoder used to encrypt/encode messages
  • add NemPublicAccount class
    • add properties for address and publicKey for better discoverability
  • add a createPublicAccount() and createAccount() to the facade for both NEM and Symbol
  • add deserialize() function to TransactionFactory in SDK for better discoverability

Changed

  • improve typescript support by generating type-annotated descriptors that accept strongly typed arguments
  • calculating fee for aggregate transaction is not easy to configure via createTransactionFromTypedDescriptor. Add cosignatureCount optional parameter to SymbolFacade createTransactionFromTypedDescriptor

... (truncated)

Commits
  • 20f186c [sdk/python] fix: update Python minimum version requirement to 3.9.2
  • a52c562 [sdk]: 3.2.3 changelog and bump version for SDKs
  • f5e50b4 [sdk/python] fix: add a cosign_transaction_hash
  • cfbbefa [sdk/javascript] fix: add a cosignTransactionHash
  • 232e88c [dependency]: Combine dependabot PRs
  • b12753b [sdk/javascript] fix: disable polyfill in webpack
  • a8da1c3 [sdk/javascript] fix: update the rust edition to 2021
  • bf8f986 [dependency]: Combine dependabot PRs
  • f06ec75 [dependency]: Combine dependabot PRs
  • fd30ec0 [jenkins] fix: add Python 3.13 to build
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by symbol-npm, a new releaser for symbol-sdk since your current version.


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

github-actions[bot]
github-actions bot previously approved these changes Dec 22, 2024
@github-actions github-actions bot enabled auto-merge (squash) December 22, 2024 16:32
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/source/resources/examples/typescript/main/symbol-sdk-3.2.3 branch from 517cd18 to d354738 Compare December 29, 2024 16:39
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/source/resources/examples/typescript/main/symbol-sdk-3.2.3 branch from d354738 to 9057dac Compare January 5, 2025 17:06
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/source/resources/examples/typescript/main/symbol-sdk-3.2.3 branch from 9057dac to 6fe09cd Compare January 5, 2025 17:15
github-actions[bot]
github-actions bot previously approved these changes Jan 5, 2025
Bumps [symbol-sdk](https://github.com/symbol/symbol) from 1.0.0 to 3.2.3.
- [Release notes](https://github.com/symbol/symbol/releases)
- [Commits](symbol/symbol@catbuffer/parser/v1.0.0...sdk/python/v3.2.3)

---
updated-dependencies:
- dependency-name: symbol-sdk
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/source/resources/examples/typescript/main/symbol-sdk-3.2.3 branch from 6fe09cd to e2f0817 Compare January 12, 2025 17:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants