This release includes the updated tagionwave
and tagionwallet
binaries with CLI. The purpose of this release was to improve stability and network performance through the new static graph implementation.
- Rewritten Tagion Hashgraph consensus implementation:
- Static graph implementation (significant performance and stability gains);
- Improved Epoch sorting;
- Improved clean-up;
- Added event caching;
- Updated libraries to support major changes:
- HiBON
- HiRPC
- Network interface library
- Updated tools and utils to support major changes:
hibonutil
dartutil
tagionutil
tagionwallet
Here we show how to run the local network (multiple nodes on a single machine).
To start the local network:
docker rm alpha4 &> /dev/null && docker run --name=alpha4 -ti tagion/tagion_alphafour tagionwave --loops 0
You have to wait 1 minute before the network starts.
To create a wallet and do some transfers in the network, attach to a running container:
docker exec -ti alpha4 bash
The tagionwallet
is already in PATH, feel free to create a wallet.
tagionwallet -g # Opens an interactive mode
To better understand the tagionwallet
, read the AlphaOne Guide.
For questions and support, please use the official forum or Telegram chat. The issue list of this repo is exclusively for bug reports.
Please use GitHub to report a bug or request a feature.