Releases: Consensys/constellation
0.3.5-build.1
Constellation rebuild with patched version of warp
0.3.2
0.3.1
0.3.0
-
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
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
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
v0.0.1-alpha Initial release