Discover Packages
github.com/oasisprotocol/oasis-core/go
consensus
tendermint
db
package
Version:
v0.2202.2
Opens a new window with list of versions in this module.
Published: Nov 17, 2022
License: Apache-2.0
Opens a new window with license information.
Imports: 8
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
Package db implements several Tendermint DB backends.
Flags has the configuration flags.
GetBackendName returns the currently configured Tendermint database backend.
GetProvider returns the currently configured Tendermint DBProvider.
New constructs a new tendermint DB with the configured backend.
WithCloser wraps a Tendermint Core database instance so that it can only be closed by the given
closer instance. Direct attempts to close the returned database instance will be ignored.
Closer manages closing of multiple Tendermint Core databases.
NewCloser creates a new empty database closer.
Close closes all the managed databases.
Source Files
¶
Directories
¶
Package badger implements a tendermint DB, backed by BadgerDB.
Package badger implements a tendermint DB, backed by BadgerDB.
Package tests is a collection of tendermint DB backend tests.
Package tests is a collection of tendermint DB backend tests.
Click to show internal directories.
Click to hide internal directories.