Skip to content

Releases: Consensys/orchestrate-node

v4.2.1

06 Oct 10:38
7e5d35d
Compare
Choose a tag to compare

4.2.1 (2021-10-06)

🛠 Bug fixes

  • Fix return value of delete chain
  • Security issues with package updates

v4.2.0

26 Jul 18:52
fa06b7f
Compare
Choose a tag to compare

4.2.0 (2021-06-3)

🆕 Features

  • Adds new headers parameter to every method enabling users to pass complex headers such as X-Tenant-ID.

v4.1.1 (2021-07-02)

02 Jul 14:01
c3ace2e
Compare
Choose a tag to compare
add delete chain to client sdk (#184)

v4.1.0 (2021-06-03)

03 Jun 14:32
512904b
Compare
Choose a tag to compare
  • Support for chain metadata
  • Added UpdateChain method to SDK client

PegaSys Orchestrate v4.0.1

15 Apr 14:16
e8fc5f1
Compare
Choose a tag to compare

Updates dependencies to fix vulnerability issues.

v4.0.0 (2021-01-25)

25 Jan 14:01
b90df8f
Compare
Choose a tag to compare

🆕 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

12 Oct 14:53
6a346f2
Compare
Choose a tag to compare

🛠 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)

29 Sep 15:04
Compare
Choose a tag to compare

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)

02 Sep 16:20
9b88c39
Compare
Choose a tag to compare

Bug fixes

  • Fix search transactions by idempotency
  • Adapt transaction request interfaces to support gasPricePolicy

PegaSys Orchestrate v3.0.1

31 Jul 09:40
af2feb3
Compare
Choose a tag to compare

3.0.1 (31-07-2020)

Bug fixes

Fixes a security issue by upgrading ethers to version 5