Skip to content

Releases: helikon-labs/subvt-backend

0.12.3

22 Aug 10:13
aa16bb3
Compare
Choose a tag to compare
  • aa16bb3 - Implemented paravalidation notifications. Dependency updates.

0.12.2

17 Aug 11:57
8530e32
Compare
Choose a tag to compare
  • 8530e32 - Dependency updates. Fix self stake display in Telegram bot nomination details message.
  • 5288504 - Bump version.
  • c729972 - Remove leftover code related to the deprecated Telegram 1KV bot migration. Telegram bot /removeall command added to necessary documentation/messages.

0.12.1

10 Aug 08:34
8b2b040
Compare
Choose a tag to compare
  • 8b2b040 - Dependency updates.
  • 1a035bf - Telegram bot /removeall command implemented. #246

0.12.0

09 Aug 11:48
184a80e
Compare
Choose a tag to compare
  • 184a80e - Add validator, active validator and inactive validator list services to the report service.

0.11.1

09 Aug 09:49
d22a38f
Compare
Choose a tag to compare
  • d22a38f - Add finalized block info to validator details and summary reports in the report service, and the necessary changes in the validator list updater.
  • 19c9363 - Add Redis URL to report service Docker compose definitions.

0.11.0

08 Aug 11:11
52da08e
Compare
Choose a tag to compare
  • 52da08e - Rename active_next_session to is_active_next_session.
  • 5b07a2c - Simplify AccountId from string conversion - combine from SS58 and from hex functions into one.
  • 3942a06 - Simplify nominations in validator details so that the target stash accounts field in a nomination record gets replaced by only the number of nominees. This reduces the size of the data to be sent in validator details drastically, solving a bug on iOS caused by the data being too large.
  • 1a809be - Improve Telegram bot validator summaries icon for validators not active not but active next session #275. chrono dependency update.
  • 688e020 - Add validator details and summary endpoints to the report (REST) service.

0.10.2

04 Aug 07:59
0ab2071
Compare
Choose a tag to compare
  • 0ab2071 - Polkadot 0.9.27 update. Bump version.
  • 65b678c - An improvement in the era-epoch notification processor. Dependency updates.

0.10.1

03 Aug 08:49
aafc235
Compare
Choose a tag to compare
  • aafc235 - Fix the self stake to display the active amount, not total. #233
  • 530adda - Fix clippy.

0.10.0

01 Aug 18:18
96a2f2e
Compare
Choose a tag to compare
  • 96a2f2e - Add network id to validator details and summary.
  • a367597 - Switch fo FxHasher for hash maps, sets and hashers. Dependency updates.

0.9.0

28 Jul 09:51
db9beb4
Compare
Choose a tag to compare
  • db9beb4 - Change the de/serialization of reward destination struct to be compatible with Swift and Android libs. Turn off 2 Telegram bot test cases due to a timeout issue with sub.id API.
  • 11be49e - Dependency updates.
  • 1dc0844 - jsonrpsee update.