@lodestar/beacon-node 1.29.0-rc.0 → 1.29.0-rc.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/metrics/metrics/lodestar.js +1 -1
- package/package.json +14 -14
|
@@ -867,7 +867,7 @@ export function createLodestarMetrics(register, metadata, anchorState) {
|
|
|
867
867
|
labelNames: ["index"],
|
|
868
868
|
}),
|
|
869
869
|
totalEffectiveBalance: register.gauge({
|
|
870
|
-
name: "
|
|
870
|
+
name: "lodestar_oppool_aggregated_attestation_pool_packed_attestations_effective_balance_total",
|
|
871
871
|
help: "Total effective balance of new seen attesters in packed attestation ${index}",
|
|
872
872
|
labelNames: ["index"],
|
|
873
873
|
}),
|
package/package.json
CHANGED
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"bugs": {
|
|
12
12
|
"url": "https://github.com/ChainSafe/lodestar/issues"
|
|
13
13
|
},
|
|
14
|
-
"version": "1.29.0-rc.
|
|
14
|
+
"version": "1.29.0-rc.1",
|
|
15
15
|
"type": "module",
|
|
16
16
|
"exports": {
|
|
17
17
|
".": {
|
|
@@ -119,18 +119,18 @@
|
|
|
119
119
|
"@libp2p/peer-id": "^5.1.0",
|
|
120
120
|
"@libp2p/prometheus-metrics": "^4.3.15",
|
|
121
121
|
"@libp2p/tcp": "^10.1.8",
|
|
122
|
-
"@lodestar/api": "1.29.0-rc.
|
|
123
|
-
"@lodestar/config": "1.29.0-rc.
|
|
124
|
-
"@lodestar/db": "1.29.0-rc.
|
|
125
|
-
"@lodestar/fork-choice": "1.29.0-rc.
|
|
126
|
-
"@lodestar/light-client": "1.29.0-rc.
|
|
127
|
-
"@lodestar/logger": "1.29.0-rc.
|
|
128
|
-
"@lodestar/params": "1.29.0-rc.
|
|
129
|
-
"@lodestar/reqresp": "1.29.0-rc.
|
|
130
|
-
"@lodestar/state-transition": "1.29.0-rc.
|
|
131
|
-
"@lodestar/types": "1.29.0-rc.
|
|
132
|
-
"@lodestar/utils": "1.29.0-rc.
|
|
133
|
-
"@lodestar/validator": "1.29.0-rc.
|
|
122
|
+
"@lodestar/api": "1.29.0-rc.1",
|
|
123
|
+
"@lodestar/config": "1.29.0-rc.1",
|
|
124
|
+
"@lodestar/db": "1.29.0-rc.1",
|
|
125
|
+
"@lodestar/fork-choice": "1.29.0-rc.1",
|
|
126
|
+
"@lodestar/light-client": "1.29.0-rc.1",
|
|
127
|
+
"@lodestar/logger": "1.29.0-rc.1",
|
|
128
|
+
"@lodestar/params": "1.29.0-rc.1",
|
|
129
|
+
"@lodestar/reqresp": "1.29.0-rc.1",
|
|
130
|
+
"@lodestar/state-transition": "1.29.0-rc.1",
|
|
131
|
+
"@lodestar/types": "1.29.0-rc.1",
|
|
132
|
+
"@lodestar/utils": "1.29.0-rc.1",
|
|
133
|
+
"@lodestar/validator": "1.29.0-rc.1",
|
|
134
134
|
"@multiformats/multiaddr": "^12.1.3",
|
|
135
135
|
"c-kzg": "^2.1.2",
|
|
136
136
|
"datastore-core": "^10.0.2",
|
|
@@ -167,5 +167,5 @@
|
|
|
167
167
|
"beacon",
|
|
168
168
|
"blockchain"
|
|
169
169
|
],
|
|
170
|
-
"gitHead": "
|
|
170
|
+
"gitHead": "cd174abc97b6cd575bc76112451be2506b455c8a"
|
|
171
171
|
}
|