From 73809e5e2a233153b7c1551ff5821db1c26fd81b Mon Sep 17 00:00:00 2001 From: Mike Greenberg Date: Mon, 16 Nov 2020 18:15:56 -0500 Subject: [PATCH] chore: Update CHANGELOG --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 08d009d86..b8e35e8cb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -28,6 +28,8 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm - **task:** add chain economics processing ([#94](https://github.com/filecoin-project/sentinel-visor/issues/94)) ### Fix +- Make ChainVis into basic views +- failure to get lock when ExitOnFailure is true now exits - use hash index type for visor_processing_actors_code_idx ([#106](https://github.com/filecoin-project/sentinel-visor/issues/106)) - fix actor completion query - visor_processing_stats queries for Visor processing dash ([#156](https://github.com/filecoin-project/sentinel-visor/issues/156)) @@ -41,10 +43,12 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm - **migration:** message gas economy uses bigint - **migrations:** migrations require version 0 - **schema:** remove blocking processing indexes and improve processing stats table ([#130](https://github.com/filecoin-project/sentinel-visor/issues/130)) + ### Build - add prometheus, grafana and dashboard images ### Chore +- Incl migration in CI test - Include RC releases in push docker images ([#195](https://github.com/filecoin-project/sentinel-visor/issues/195)) - add metrics to leasing and work completion queries - add changelog ([#150](https://github.com/filecoin-project/sentinel-visor/issues/150))