Registry / utility / tendermint-tmlibs

tendermint-tmlibs

JSON →
library0.9.0gogounverified

A collection of common libraries used by Tendermint Core, including utilities for logging, databases, and cryptography.

go get github.com/tendermint/tmlibs
INSTALL
IMPORT
SIG · TENDERMINT-TMLIBS
T
tendermint-tmlibs
utilitygov0.9.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

tmlibs
github.com/tendermint/tmlibs

Creates a Tendermint logger and logs an info message.

package main import ( "github.com/tendermint/tmlibs/log" ) func main() { logger := log.NewTMLogger(log.NewSyncWriter(os.Stdout)) logger.Info("Hello, Tendermint!") }
Debug
Known issues
breakingThis package is deprecated in favor of Tendermint's internal libraries.
fix
Use github.com/tendermint/tendermint/libs/log instead.
affects: >=0.9.0
Upgrade
Version history
0.9.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
6
Resources
tendermint-tmlibs — go get tendermint-tmlibs · libregistry