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.0.7 to 3.2.0 in /nemesis-generator #326

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 13, 2024

Bumps symbol-sdk-python from 3.0.7 to 3.2.0.

Release notes

Sourced from symbol-sdk-python's releases.

Symbol Javascript SDK 3.2.0

Added

  • added now() to the facade for getting the current timestamp, improving on a previously verbose interface.
  • added an alternative javascript implementation for WASM since certain runtimes (namely React Native) do not support WASM.
  • added a static getter that can be used instead of a constructor in typescript, as a workaround for a known typescript limitation.
  • use exports in package.json as recommended in newer NodeJS versions.

Changed

  • previously, the sdk did not support named imports; to improve discoverability, a single entry point has been split into default, nem, and symbol.
  • symbol-crypto-wasm-node package is no longer enforced, and has now been made an optional dependency.

Fixed

  • removed duplicate code from the generator and significantly reduced the size of generated models.
  • previously, the sdk could not be run in a browser were global is not defined - now, globalThis is used instead of global for WebAssembly for browser compatibility.
  • added better support for mm-snap by requiring default export to be last.
  • fixed an issue in Cipher.js failing in ReactNative environments because of Buffer polyfill limitations by wrapping all Uint8Arrays in Buffer.
  • updated inline rust code to use dalek 4.
  • pruned a customized tweetNaCl implementation.

  • fixed a known issue with javascript minification dropping ‘constructor.name’ which prevented the discovery of a specific class - as a temporary workaround, added the class name to a nc module to find transactions by class name.

Symbol Python SDK 3.2.0

Added

  • added now() to the facade for getting the current timestamp, improving on a previously verbose interface.
  • python 3.11 removes named zero flags from the Flag class - manually add 'none' => 0 mapping in the add_flags_parser.

Changed

  • removed duplicate code from the generator and significantly reduced the size of generated models.

Fixed

  • replaced the deprecated ByteString typing in Python 3.9 with bytes | bytearray | memoryview

Symbol Javascript SDK 3.0.11

Added

  • TypeScript support via JSDoc documentation
  • lookupTransactionName for generating friendly transaction name from transaction type and version
  • (Symbol-only) special handling for encrypted messages created by Symbol wallets

Fixed

  • (NEM-only) rename TransactionType enum value MULTISIG_TRANSACTION to MULTISIG

Symbol Python SDK 3.0.11

Added

  • lookup_transaction_name for generating friendly transaction name from transaction type and version
  • (Symbol-only) special handling for encrypted messages created by Symbol wallets

Fixed

  • (NEM-only) rename TransactionType enum value MULTISIG_TRANSACTION to MULTISIG
  • (Symbol-only) error that occurs when setting MosaicFlags in the Mosaic definition transaction
Commits
  • 0ff44ca [sdk/javascript] fix: set the git repo and homepage URL
  • e3e9e83 [sdk/python]: update change log and bump version
  • 0099b10 [sdk/javascript]: update change log and bump version
  • c7921e1 [dependency]: Combine dependabot PRs
  • b7a026c [dependency]: Combine dependabot PRs
  • 82c4e25 [sdk]: remove duplicate receipt test vector
  • 36aa30d [sdk/python]: add now to facade for getting current timestamp
  • a8aad3c [sdk/javascript]: add now to facade for getting current timestamp
  • 48c7af8 [sdk/javascript]: apply eslint-plugin-jsdoc rules
  • b5e6e1f [dependency]: Combine dependabot PRs
  • 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)

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

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

Signed-off-by: dependabot[bot] <[email protected]>
Copy link
Contributor Author

dependabot bot commented on behalf of github Apr 13, 2024

The following labels could not be found: nemesis-generator.

@github-actions github-actions bot enabled auto-merge (squash) April 13, 2024 15:55
Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 1, 2024

Superseded by #342.

@dependabot dependabot bot closed this Jun 1, 2024
auto-merge was automatically disabled June 1, 2024 15:17

Pull request was closed

@dependabot dependabot bot deleted the dependabot/pip/nemesis-generator/dev/symbol-sdk-python-3.2.0 branch June 1, 2024 15:17
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