Skip to content

Releases: blockpane/tenderduty

TenderDuty 2 - preview

27 Jun 03:04
d654ff0
Compare
Choose a tag to compare
Pre-release

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

Tenderduty V1

27 Jun 02:17
f322269
Compare
Choose a tag to compare

Adding a tag for original tenderduty version. A fully-rewritten v2 is imminent and can't really have a v2 if a v1 didn't exist can we?