Skip to content

Commit

Permalink
Merge pull request #808 from aeternity/GH-807
Browse files Browse the repository at this point in the history
added disclaimer in readme and updated version
  • Loading branch information
thepiwo authored Nov 29, 2018
2 parents 0f24fca + 3606d11 commit d35613f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
[![Travis Build](https://travis-ci.org/aeternity/elixir-node.svg?branch=master)](https://travis-ci.org/aeternity/elixir-node)

# CURRENTLY *NOT COMPATIBLE* TO THE AETERNITY NETWORK
This implementation aims to be a aims to be a full node that complies with the aeternity specification, in the current state this is not ready yet and should never be used to join the aeternity network.

# Aeternity Elixir Full Node
This is an elixir full node implementation of the aeternity specification.

Compatibility to the erlang aeternity implementation is documented in [docs/aeternity-erlang-compatibility.md](docs/aeternity-erlang-compatibility.md).


## Getting started

### Required packages
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ defmodule ElixirNode.Mixfile do
[
app: :elixir_node,
apps_path: "apps",
version: "0.1.0",
version: "0.2.0",
build_path: "./_build",
config_path: "./config/config.exs",
deps_path: "./deps",
Expand Down

0 comments on commit d35613f

Please sign in to comment.