Skip to content

v4.0.0 (2021-01-25)

Compare
Choose a tag to compare
@ggarri ggarri released this 25 Jan 14:01
· 51 commits to master since this release
b90df8f

🆕 Features

  • New Identity Management API to enable fine-grained management of Ethereum accounts
  • Support for remote transaction signing, random payload signing and signature verify
  • New unified API client, OrchestrateClient`

⚠ BREAKING CHANGES

  • Remove support for account generation using the kafka. Removes AccountGenerator class and usages
  • Remove support for contract-registry GRPC
  • Remove account generation using CLI
  • Remove client API classes TransactionClient, FaucetRegistry, ContractRegistry and ChainRegistry
  • Renamed client API methods:
    • send(...) -> sendTransaction(...)
    • search() -> searchTransactions(...)
    • register(...) -> registerContract(...)
    • getCatalog(...) -> getContractsCatalog(...)
    • getTags(...) -> getContractTags(...)