Skip to main content

52 posts tagged with "added"

View All Tags

Added

Added compatibility for importing wallets from seed phrases.

  • This was done by adding an optional parameter chainCode to the importPrivateKeyImporter method in the SDK.
  • When the chainCode parameter is provided, the SDK will now be able to import wallets that were generated using seed phrases, in addition to the existing functionality of importing raw private keys.
  • To use this feature, derive all hardened child keys from the master key using the BIP32 standard, and provide the corresponding chainCode when importing the private key.
  • This change affects Ecdsa and BIP-340.

Added

Added compatibility for importing wallets from seed phrases.

  • This was done by adding an optional parameter chainCode to the importPrivateKeyImporter method in the SDK.
  • When the chainCode parameter is provided, the SDK will now be able to import wallets that were generated using seed phrases, in addition to the existing functionality of importing raw private keys.
  • To use this feature, derive all hardened child keys from the master key using the BIP32 standard, and provide the corresponding chainCode when importing the private key.
  • This change affects Ecdsa and BIP-340.

Added

Added compatibility for importing wallets from seed phrases.

  • This was done by adding an optional parameter chainCode to the importPrivateKeyImporter method in the SDK.
  • When the chainCode parameter is provided, the SDK will now be able to import wallets that were generated using seed phrases, in addition to the existing functionality of importing raw private keys.
  • To use this feature, derive all hardened child keys from the master key using the BIP32 standard, and provide the corresponding chainCode when importing the private key.
  • This change affects Ecdsa and BIP-340.

Added

  • Filters to several list endpoints.
  • Groups to the Vertex, allowing for better organization of users and keys.

Changed

  • Bug fix for Freeze keys by name.

Added

  • Return 503 errors for new connections when the Vertex reaches MAX_CONNECTIONS.

Changed

  • UserAlreadyHasKeyPermission errors will now be treated internally, ignoring duplicate assignments for the same key.
  • Changed Vertex dockerfile from Alpine Linux to Distroless

Added

  • Enable accessing the configured PostgreSQL DB through Azure workload identities by passing the --pg-az-use-identities flag on startup.