Human Protocol SDK
v2.1.0
v2.1.0
  • Typescript SDK​
    • Encryption
      • Encryption
      • EncryptionUtils
    • Escrow
      • EscrowClient
      • EscrowUtils
    • KVStore
      • KVStoreClient
    • Staking
      • StakingClient
    • Operator
      • OperatorUtils
    • Storage
      • StorageClient
    • Statistics
      • StatisticsClient
  • Python SDK
    • agreement
      • bootstrap
      • measures
      • utils
    • encryption
      • encryption
      • legacy_encryption
      • encryption_utils
    • escrow
      • escrow_client
      • escrow_utils
    • kvstore
      • kvstore_client
    • staking
      • staking_client
      • staking_utils
    • operator
      • operator_utils
    • statistics
      • statistics_client
    • storage
      • storage_client
      • storage_utils
    • constants
    • filter
    • utils
  • CHANGELOG
Powered by GitBook
On this page
  • Changelog
  • How to upgrade
  • Typescript
  • Python

CHANGELOG

Changelog

Added

  • Add function to get the encryption public key: get public key function added to KVStore client.

Changed

  • Rename set url function of KVStore client: function renamed to be descriptive. This function sets the url and the hash

  • Rename get url function of KVStore client: function renamed to be descriptive. This function gets the url and verifies the hash of the content.

  • Convert operators config keys to snake_case: use snake_case as standard.

Deprecated

Removed

Fixed

Security

How to upgrade

Typescript

yarn

yarn upgrade @human-protocol/sdk

npm

npm update @human-protocol/sdk

Python

pip install --upgrade human-protocol-sdk

Last updated 1 year ago