Skip to content

Releases: helikon-labs/subvt-backend

0.3.2

05 May 10:48
cb04db9
Compare
Choose a tag to compare
  • cb04db9 - Better processing of multisig and nested proxy extrinsics. Switch to explicit INNER JOINs in SQL statements.

0.3.1

04 May 11:38
599a359
Compare
Choose a tag to compare
  • 599a359 - Fix a null comparison SQL bug in rewards/payouts reports for the Telegram bot. Bump version.

0.3.0

04 May 08:18
b3257d8
Compare
Choose a tag to compare
  • b3257d8 - Bump version.
  • 4cf192e - Pass real and multisig account ids around when processing nested calls (batch, multisig and proxy). Telegram bot: remove the 'last 400 days' info subtitle from rewards & payouts charts.
  • df6de57 - Pt.2: Add extrinsic batch indices to events to successfully match them with extrinsics (calls) in batches.
  • d50f9e4 - Pt.1: Add extrinsic batch indices to events to successfully match them with extrinsics (calls) in batches.
  • 9370451 - Change the method of identifying extrinsic/call success/failure :: preparation for connecting event records to the extrinsics, possibly in batches or even nested batches.
  • d24e7a7 - Get block timestamp from storage, not the timestamp extrinsic.

0.2.1

29 Apr 08:52
6599d52
Compare
Choose a tag to compare
  • 6599d52 - Add 1KV online/offline notification setting to the Telegram bot settings menu. Correct the 1KV online status change notification generator logic.

0.2.0

28 Apr 15:27
22c743c
Compare
Choose a tag to compare
  • 22c743c - Bump version.
  • 89713c6 - Add Subscan network status (best & finalized block num) to the network Grafana dashboard.
  • 863d6d9 - Add 1KV online status change notification type.
  • 2b84114 - Add 1KV offline_since and online_since properties to the validator details data, and remove account killed_at and total reward points due to SQLx row fetch column count limitations. Add batch_index property to extrinsic persistence to prevent the non-persistence of batch calls of the same type of extrinsics.

0.1.12

26 Apr 11:23
7801c12
Compare
Choose a tag to compare
  • 7801c12 - Bump version.
  • bd83fb3 - Persist PayoutStarted event, and use that event as reference when getting the unclaimed eras for a validator stash account.
  • fcea016 - Merge pull request #142 from helikon-labs/dependabot/cargo/development/clap-3.1.12
  • 8ca27eb - Bump clap from 3.1.11 to 3.1.12

0.1.11

25 Apr 20:37
336c218
Compare
Choose a tag to compare
  • 336c218 - Bump version.
  • ab67660 - Include decode error info in event/extrinsic argument decoding. Fix a bug in the decoding of DispatchError in pre-9190 runtime events.

0.1.10

25 Apr 13:44
8b0baf1
Compare
Choose a tag to compare
  • 8b0baf1 - Persistence crate refactoring. Ignore duplicate event and extrinsic inserts - this prevents false negatives during restarts. Block processor now panics when it cannot decode an event, necessary because one event decode fail causes the block processor to misread the rest of the events. Bump version.

0.1.9

23 Apr 15:06
f3a3c84
Compare
Choose a tag to compare
  • f3a3c84 - Version 0.1.9.
  • 4d3af27 - Update network Grafana dashboard with the block processor extrinsic and event process error counts.
  • 8ffa238 - Block processor: persist and observe (metrics) event and extrinsic decode/process errors.

0.1.8

22 Apr 16:21
1e951c1
Compare
Choose a tag to compare
  • 1e951c1 - Add support for the legacy DispatchResult.
  • 945fa97 - Merge pull request #141 from helikon-labs/dependabot/cargo/development/anyhow-1.0.57
  • 0bbd65e - Version 0.1.8.
  • 493e4eb - Add support for the legacy DispatchError.
  • aaac6ee - Bump anyhow from 1.0.56 to 1.0.57