Skip to content
This repository has been archived by the owner on Jul 18, 2023. It is now read-only.

Releases: Consensys/constellation

0.3.5-build.1

01 Aug 15:53
Compare
Choose a tag to compare
0.3.5-build.1 Pre-release
Pre-release

Constellation rebuild with patched version of warp

0.3.2

21 Feb 21:14
Compare
Choose a tag to compare
v0.3.2

Node.Api: For SendRaw requests, output the key directly

0.3.1

20 Feb 17:27
Compare
Choose a tag to compare

Bug fix: allow Send recipients to be empty when using the raw (non-JSON) functions

0.3.0

08 Feb 21:43
Compare
Choose a tag to compare
  • workdir command line and configuration option to set the directory in which files specified in other command-line arguments, as well as auto-generated files, will be placed.

  • TLS certificate auto-generation and mutual authentication using a whitelist, certificate authority, or trust-on-first-use model. See sample.conf for more information.

  • Trying to send to your own public key will now fail more gracefully.

Please see the Changelog for more information.

0.2.0

06 Nov 06:42
Compare
Choose a tag to compare

This release adds multiple new storage engines, including dir, sqlite, and leveldb. They can be selected using the --storage command line option or the storage configuration file setting.

The ability to send payloads to no recipients (i.e. just save locally for yourself) has also been added.

Please see the Changelog for more information.

0.1.0

07 Jun 15:02
Compare
Choose a tag to compare

This release includes changes to the configuration file format. Backward compatibility is maintained, but will be removed in 1.0.0, and we recommend users migrate to the new format as soon as it's convenient.

constellation-enclave-keygen was removed in favor of the new option constellation-node --generatekeys=keyname.

Please see the Changelog for more important information about this release.

MacOS binaries will be uploaded soon.

0.0.1

14 Nov 06:45
Compare
Choose a tag to compare
v0.0.1-alpha

Initial release