Skip to content

Commit d35613f

Browse files
authored
Merge pull request #808 from aeternity/GH-807
added disclaimer in readme and updated version
2 parents 0f24fca + 3606d11 commit d35613f

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
[![Travis Build](https://travis-ci.org/aeternity/elixir-node.svg?branch=master)](https://travis-ci.org/aeternity/elixir-node)
22

3+
# CURRENTLY *NOT COMPATIBLE* TO THE AETERNITY NETWORK
4+
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.
5+
36
# Aeternity Elixir Full Node
47
This is an elixir full node implementation of the aeternity specification.
58

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

8-
911
## Getting started
1012

1113
### Required packages

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ defmodule ElixirNode.Mixfile do
55
[
66
app: :elixir_node,
77
apps_path: "apps",
8-
version: "0.1.0",
8+
version: "0.2.0",
99
build_path: "./_build",
1010
config_path: "./config/config.exs",
1111
deps_path: "./deps",

0 commit comments

Comments
 (0)