4 stable releases
2.0.0 | Aug 4, 2021 |
---|---|
1.0.2 | Jul 5, 2021 |
1.0.0 | Jul 3, 2021 |
#15 in #eth
17KB
Node-Watcher
Node watcher, watches a ETH node and publishes the data.
Development
Requirements
We try to keep all local dev tools inside the Rust environment to make the setup and tooling as simple as possible.
Build
This will format, lint and build:
cargo make build
If any fmt issues are found they can be fixed with:
cargo make styleFix
Commits
We follow The Conventional Commits specification. This is also enforced by CI.
Deploy
Deployment is automated with Semantic Release.
As soon as commits are merged into main
the release workflow begins.