Skip to content
This repository was archived by the owner on May 1, 2026. It is now read-only.

Releases: Consensys/orchestrate-node

v6.2.1

Choose a tag to compare

@ggarri ggarri released this 01 Aug 14:12
1859f72

🛠 Bug fixes

  • Fixed inconsistent types on UpdateAccount and GetTransaction responses

v6.2.0

Choose a tag to compare

@ggarri ggarri released this 12 Jul 05:06

Bugs

Fixed misalignment on protobuf message decoding of the version of Orchestrate above 21.12.5

v6.1.3

Choose a tag to compare

@darioAnongba darioAnongba released this 20 Jun 14:27
14c1d81

Export Kafka types

v6.1.2

Choose a tag to compare

@ggarri ggarri released this 07 Jun 09:04
78bd813

🛠 Bug fixes

  • Fixed invalid type for gas.

v6.1.1

Choose a tag to compare

@darioAnongba darioAnongba released this 24 Feb 10:54
5b9e40a

Add retryPolicy to raw transactions

v6.1.0

Choose a tag to compare

@darioAnongba darioAnongba released this 14 Jan 09:44
d2e01ec

🆕 Features

  • Support for Orchestrate v21.12.1 by adding the contractTag and contractName field to the ISendTransactionRequest object.

v6.0.2

Choose a tag to compare

@ggarri ggarri released this 03 Jan 09:37
7bfdadb

🛠 Bug fixes

  • Added missing storeID parameter to account request types

v6.0.1

Choose a tag to compare

@ggarri ggarri released this 20 Dec 05:25
release docs from CI

v6.0.0

Choose a tag to compare

@ggarri ggarri released this 20 Dec 05:09

🆕 Features

  • Support for new transaction pricing mechanism (eip-1559)
  • Support for go-quorum privacy privacy enhancements: privacyFlags, mandatoryFor
  • Support for go-quorum private transaction with optional privateFrom.
  • Support for contract name and tag in transaction receipts

⚠ BREAKING CHANGES

  • Removed /accounts/{address}/sign and /accounts/{address}/verify-signature in favor of /accounts/{address}/sign-message and /accounts/verify-message accordingly to EIP-191 standards

v5.0.0-alpha.1

Choose a tag to compare

@ggarri ggarri released this 15 Dec 11:08

🆕 Features

  • Support for new transaction pricing mechanism (eip-1559)
  • Support for go-quorum privacy privacy enhancements: privacyFlags, mandatoryFor
  • Support for go-quorum private transaction with optional privateFrom.
  • Support for contract name and tag in transaction receipts

⚠ BREAKING CHANGES

  • Removed /accounts/{address}/sign and /accounts/{address}/verify-signature in favor of /accounts/{address}/sign-message and /accounts/verify-message accordingly to EIP-191 standards