Releases: Consensys/orchestrate-node
Releases · Consensys/orchestrate-node
v4.2.1
4.2.1 (2021-10-06)
🛠 Bug fixes
- Fix return value of delete chain
- Security issues with package updates
v4.2.0
4.2.0 (2021-06-3)
🆕 Features
- Adds new
headers
parameter to every method enabling users to pass complex headers such asX-Tenant-ID
.
v4.1.1 (2021-07-02)
add delete chain to client sdk (#184)
v4.1.0 (2021-06-03)
- Support for chain metadata
- Added UpdateChain method to SDK client
PegaSys Orchestrate v4.0.1
Updates dependencies to fix vulnerability issues.
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
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(...)
PegaSys Orchestrate v3.1.2
🛠 Bug fixes
- Fixes a bug where the consumer crashes when a raw transaction fails in the topic tx-recover
v3.1.1 (2020-09-29)
New Features
Adding interfaces to create transactions with a gas price retry policy with an increment, limit, and interval
Adds job UUID to the transaction response
3.1.0 (02-09-2020)
Bug fixes
- Fix search transactions by idempotency
- Adapt transaction request interfaces to support gasPricePolicy
PegaSys Orchestrate v3.0.1
3.0.1 (31-07-2020)
Bug fixes
Fixes a security issue by upgrading ethers
to version 5