Skip to content
This repository has been archived by the owner on May 23, 2024. It is now read-only.

Releases: jamiew/helium-discord-bot

1.3.1

01 Sep 23:03
Compare
Choose a tag to compare

There were bugs that made the hotspot activity command fail sometimes. They have been squashed mercilessly. My daughter suggested I use these emojis: 🐛🐞🔨

Merged PRs:

Thank you @9Jbl9 for reporting the bugs

If you'd like to install this bot on your server, visit this link. More info on commands and configuration in the README

Add 'hotspot activity' command

21 Aug 14:35
6e8cefa
Compare
Choose a tag to compare

Type hotspot activity slow-burgundy-mandrill or hotspot activity 11Kj6LV5M51PzPjBVbtgESL625SsrzdPoi59PDPQ2xdeozNuRuq to see the most recent 20 events related to the given hotspot.

Screen Shot 2021-08-21 at 10-33-02 Hotspots (DEV) - Discord

Thank you @ThaMunsta for the contribution!

If you'd like to install the bot on your server, visit this link – please report bugs in the issues

PRs merged in this release:

Very Large Messages (VLM)

26 Jul 17:07
Compare
Choose a tag to compare
  • Discord has a 2k character limit per message, which is about 30 hotspots or so. They'll now be broken up into multiple messages, which looks a little weird but not bad
  • Added a basic test suite and continuous integration so things don't unexpectedly break
  • Interally, message-building logic was factored out of helium-api.js and back into bot.js

Validator stats

20 Jul 22:16
Compare
Choose a tag to compare

Adds validator stats and related add/remove commands. Shows earnings and penalties. Shoutout to @caseypugh for this and many other contributions

Also adds transmit scale and some connectivity details to the hotspot stats output: offline, relayed, # of blocks behind

Under the hood, the code has been refactored and simplified