About this release
Last updated
Was this helpful?
Last updated
Was this helpful?
is the sixth release candidate. It:
New error handling for smart contracts. This affects consensus.
Increase gossiping of created blocks.
This release introduces backward incompatible changes in the chain format:
After upgrading your node, you will not have your previous balance (even if you keep your key pair);
Please ensure that you do not reuse a persisted blockchain produced by the previous releases "v1.0.0-rc3,4,5".
Please join the testnet by following the instructions below, and let us know if you have any problems by . Troubleshooting of common issues is documented .
The instructions below describe:
;
;
.
You can run a node by either:
Installing the published corresponding to your platform; or
Running the published ; or
.
The node user API is documented:
A JSON version of the same specification is located in the node at path lib/aehttp-0.1.0/priv/swagger.json
.
The JSON version can be obtained from a running node using the endpoint /api
.
This section describes how to run a node as part of the testnet - the public test network of nodes - by using the release binary.
The core nodes of the public test network are accessible from the Internet.
Information, e.g. height, of the top block of the longest chain as seen by these core nodes of the testnet can be obtained by opening in the browser any of the following URLs:
http://52.10.46.160:3013/v2/blocks/top
http://13.250.162.250:3013/v2/blocks/top
http://18.130.148.7:3013/v2/blocks/top
Setting up your node consists of:
The user configuration is documented in the . For specifying configuration using the Docker image, please refer to .
HTTP API endpoints are specified ;
An interactive visualization of the same specification is available .
WebSocket API endpoints are ;
The intended usage of the user API (HTTP and WebSocket) is .
The instructions for installing a node using a release binary are in .
For installation of a node using the Docker image, please refer to .
For running a node as part of the testnet by using the Docker image, please consult in addition to this section.
Configuring your node - see instructions in ;
Starting your node and verifying it works as expected - see instructions in .