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-python from 3.2.0 to 3.2.2 #39

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 Jun 2, 2024

Bumps symbol-sdk-python from 3.2.0 to 3.2.2.

Release notes

Sourced from symbol-sdk-python's releases.

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

Fixed

  • NetworkTimestamp.timestamp is BigInt but models.Timestamp (NEM) is a Number that leads to a mismatch during creation. Add logic to BaseValue to automatically coerce input of Number|BigInt to the desired underlying type when possible.

Symbol Python SDK 3.2.2

Added

  • generate sphinx documentation to provide class-level documentation for SDK
  • add useful functions from the SDK V2 that are missing
    • create address alias from namespace id
    • extract namespace ID from address alias
    • create address from decoded address hex string (REST format)
  • add metadata_generate_key() since there is no built-in way to convert a string to a metadata key.
  • add SymbolAccount class
    • add sign_transaction() to the SymbolAccount to match facade functionality
    • add cosign_transaction() to the SymbolAccount to match facade functionality
    • to improve discoverability, add a helper function(message_encoder) to SymbolAccount, which creates a MessageEncoder used to encrypt/encode messages
  • add SymbolPublicAccount class
    • add properties for address and publicKey for better discoverability
  • add NemAccount class
    • add sign_transaction() to the NemAccount to match facade functionality
    • to improve discoverability, add a helper function(message_encoder) 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 create_public_account() and create_account() to the facade for both NEM and Symbol
  • add deserialize() function to TransactionFactory in SDK for better discoverability

... (truncated)

Commits
  • 116d7f6 [sdk]: 3.2.2 changelog and bump version for SDKs
  • 60bbffd [dependency]: Combine dependabot PRs
  • fc76d38 [sdk/javascript]: add typedoc documentation support
  • 66c5169 [sdk/python]: add sphinx documentation support
  • f3d5f00 [sdk/python]: add additional Symbol address utilities
  • 1d20f0f [sdk/javascript]: add additional Symbol address utilities
  • 95117e1 [sdk/python]: add metadata_generate_key
  • 94a5fcf [sdk/javascript]: add metadataGenerateKey
  • ebd6d77 [sdk/python]: add message_encoder to account classes
  • a13719f [sdk/javascript]: add messageEncoder to account classes
  • Additional commits viewable in compare view

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)

Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 2, 2024

The following labels could not be found: dependencies.

Bumps [symbol-sdk-python](https://github.com/symbol/symbol) from 3.2.0 to 3.2.2.
- [Release notes](https://github.com/symbol/symbol/releases)
- [Commits](symbol/symbol@sdk/python/v3.2.0...sdk/python/v3.2.2)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/pip/dev/symbol-sdk-python-3.2.2 branch from 248f324 to 7620c09 Compare June 24, 2024 13:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants