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

CHANGELOG

Changelog

Added

  • Added getStatusEvents function.

  • Added daily unique sender/receiver metrics to HMT statistics.

  • Add get HMT holders.

Changed

  • Added pagination and ordering to get escrows.

  • Added pagination and ordering to get transactions

Deprecated

Removed

  • Remove fetching from an array of networks.

Fixed

  • Rename hash to txHash in get transactions.

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 10 months ago