Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[dependency]: Bump symbol-sdk from 2.0.5 to 3.2.3 #298

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps symbol-sdk from 2.0.5 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

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)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 22, 2024
@github-actions github-actions bot enabled auto-merge (squash) December 22, 2024 10:14
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/dev/symbol-sdk-3.2.3 branch from cc76823 to 6b7b444 Compare December 22, 2024 10:23
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/dev/symbol-sdk-3.2.3 branch from 6b7b444 to af54359 Compare December 22, 2024 10:26
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/dev/symbol-sdk-3.2.3 branch from af54359 to 96d6d4f Compare December 22, 2024 10:29
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/dev/symbol-sdk-3.2.3 branch from 96d6d4f to 17e2829 Compare December 29, 2024 10:30
github-actions[bot]
github-actions bot previously approved these changes Dec 29, 2024
Bumps [symbol-sdk](https://github.com/symbol/symbol) from 2.0.5 to 3.2.3.
- [Release notes](https://github.com/symbol/symbol/releases)
- [Commits](https://github.com/symbol/symbol/commits/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] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/dev/symbol-sdk-3.2.3 branch from 17e2829 to 734cdbb Compare December 29, 2024 10:34
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