Human Protocol SDK
v2.0.0
v2.0.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

  • Added OperatorUtils module: new module for fetching leaders and operators information.

Changed

  • Update ethers version: update ethers to version 6.

  • Update cancel escrow method: return transaction hash and refunded amount.

Deprecated

Removed

  • Remove staking utils module: the methods from this module have been moved into the new OperatorUtils module.

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