This repository was archived by the owner on May 1, 2026. It is now read-only.
v4.0.0 (2021-01-25)
🆕 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
AccountGeneratorclass 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(...)