All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Acting as a recipient (responding to a handshake request)
- Connecting to and/or from multiple nodes at the same time (atomically)
This is the very first (initial) fully-functioning version of the library and the program.
The program supports the initiator mode, acting as a client and calling another node(s).
Recipient's enodes can be provided via CLI and/or a text file.
The handshake procedure is implemented for the initiator mode.
- Library crate
- Binary (executable) crate, which uses the library
README.mdLICENSE("MIT")CHANGELOG.md- GitHub actions:
audit.yml,ci.yml,release.yml - Pre-push hooks