The new tenderduty has escaped! Is it ready? No, not yet! This release is for the brave-of-heart who are willing to help iron out the hundreds of things wrong in this code. It mostly works, but is not ready for production.
Yay, new features:
- 1 running instance supports multiple chains
- web dashboard (with ultra-condensed display of information, because, well, I'm pretty dense.)
- prometheus exporter
- Discord (webhook) notifications
- Telegram (API) integration
- Epic Ninja vs Pirate battles (maybe cool but, no, not actually a feature.)
- Better un-bonding detection (dude, you're getting jailed)
- Node-specific alerting (still a WIP.)
How to alpha test?
If you want to build from source, good chance you already know what's up (see the README.md.) For the easy route (on linux/mac):
mkdir tenderduty
cd tenderduty
export VERSION="v2-alpha0-$(uname -s)"
wget -O tenderduty https://github.com/blockpane/tenderduty/releases/download/v2-alpha0/tenderduty.${VERSION}
chmod 0755 ./tenderduty
./tenderduty -example-config > config.yml
# use your preferred editor to configure config.yml, and once ready:
./tenderduty