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

v0.0.48-alpha1

Compare
Choose a tag to compare
@zippy zippy released this 14 May 20:14
· 154 commits to develop since this release

Changelog

The format is based on Keep a Changelog.
This project adheres to Semantic Versioning.

[0.0.48-alpha1] - 2020-05-14

Added

  • added an optimization of not querying the DHT for get links requests that are placed on a node's own agent id because we must be responsible for holding that part of the DHT. #2189
  • added an optimization for sim2h to not re-fetch entries we've fetched within the last second. #2185

Changed

Deprecated

Removed

Fixed

  • two conductor fixes during error cases (like base hasn't arrived yet) in hold_aspects request: #2184
    • stop incorrectly recording aspects as held
    • stop locking up the future
  • because sim2h doesn't get error messages from a hold_aspect request it must also not record aspects sent in those messages as held, and thus the conductor must explicitly send back a list of aspects held after a hold_aspect request #2184
  • update futures crate because of dependency issues. #2188

Security

Installation

This release includes binaries of:

Very much recommended install

The recommended installation process is to follow the developer quick-start guide.

The approach in the quick start guide:

  • provides additional supporting tools like rust & node
  • shows you how to keep up to date with the latest versions of everything
  • makes minimal changes to your machine overall
  • is relatively difficult to screw up

Bothersome manual install

IMPORTANT: Manual holochain installations can conflict with the installer.

Either binary is installed by being placed anywhere on your $PATH.
This is different for everyone and depends how your machine is configured.

For hc to build and test DNA Rust and NodeJS are both needed.

Which Rust?

The binaries for this release were built with rust from holonix version v0.0.73.
WASM needs the wasm32-unknown-unknown rust target on your toolchain.

Which NodeJS?

Node is used to run end to end tests as a client of the holochain.
Holochain exposes websockets for node to interact with.

We recommend nodejs 10+.

Which Binary?

Download the binaries for your operating system.

  • MacOS: cli-v0.0.48-alpha1-x86_64-apple-darwin.tar.gz
  • Linux: cli-v0.0.48-alpha1-x86_64-generic-linux-gnu.tar.gz
  • Windows:
    • Visual Studio build system (default): cli-v0.0.48-alpha1-x86_64-pc-windows-msvc.tar.gz
    • mingw build system: cli-v0.0.48-alpha1-x86_64-pc-windows-gnu.tar.gz

All binaries are for 64-bit operating systems.
32-bit systems are NOT supported.