Releases: helikon-labs/subvt-backend
Releases · helikon-labs/subvt-backend
0.3.2
0.3.1
0.3.0
- 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
0.2.0
- 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
0.1.11
0.1.10
- 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.