You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -185,9 +191,8 @@ What follows is a list that describes the services and capabilities that inform
185
191
186
192
#### State
187
193
188
-
This service is a wrapper around an instance of [`chaindb`](https://github.com/ChainSafe/chaindb), a key-value database
189
-
that is built on top of [BadgerDB](https://github.com/dgraph-io/badger) from [Dgraph](https://dgraph.io/). The state
190
-
service provides storage capabilities for the other Gossamer services - each service is assigned a prefix that is added
194
+
This service is a wrapper around an instance of [`pebble`](https://github.com/cockroachdb/pebble), a LevelDB/RocksDB inspired key-value database.
195
+
The state service provides storage capabilities for the other Gossamer services - each service is assigned a prefix that is added
191
196
to its storage keys. The state service is defined in [dot/state/service.go](../../dot/state/service.go).
192
197
193
198
#### Network
@@ -271,4 +276,4 @@ capabilities are defined in the [dot/telemetry](../../dot/telemetry) package and
271
276
The default listening address for Prometheus metrics is `localhost:9876`, and Gossamer allows the user to configure this parameter with the
272
277
`--metrics-address` command-line parameter. The Gossamer telemetry server publishes telemetry data that is compatible with
273
278
[Polkadot Telemetry](https://github.com/paritytech/substrate-telemetry) and
0 commit comments