@@ -33,6 +33,35 @@ Ref: https://keepachangelog.com/en/1.0.0/
33
33
34
34
## Unreleased
35
35
36
+ ## [ v7.0.2] ( https://github.com/provenance-io/explorer-service/releases/tag/v7.0.2 ) - 2025-02-27
37
+
38
+ Version 7.0.2 of Explorer Service fixes asset value bugs related to how metadata
39
+ NAV USD decimals are handled and committed valuations are calculated.
40
+
41
+ ## Bug Fixes
42
+
43
+ * Use 3 decimals for ` metadata ` NAV events when calculating USD value
44
+ * Get the exchange module-based price when valuing committed assets and
45
+ ensure denom metadata is used to calculate the denom's volume.
46
+
47
+ ## [ v7.0.1] ( https://github.com/provenance-io/explorer-service/releases/tag/v7.0.1 ) - 2025-02-26
48
+
49
+ ## Upgrades
50
+
51
+ Version 7.0.1 of Explorer introduces new endpoints for the Provenance Pulse.
52
+ Provenance Pulse is a new web application that rolls up the high-level value,
53
+ volume, exchange, and transactions associated with assets on the chain. It is
54
+ not intended to replace the Provenance Explorer. Instead, it's purpose is to
55
+ provide fast visualization of the value of Provenance assets.
56
+
57
+ ** Highlights**
58
+
59
+ "Today compared to Yesterday" metrics for fast, simple visualizations
60
+ Daily metrics are maintained in DB for future, longer timespan metrics
61
+ Metrics include value, volume, etc trends
62
+ Metrics can include series data for chart visualizations
63
+ Accompanied by a Provenance Pulse web application.
64
+
36
65
## [ v7.0.0] ( https://github.com/provenance-io/explorer-service/releases/tag/v7.0.0 ) - 2025-02-12
37
66
38
67
## Upgrades
0 commit comments