tc-client-db

Crates.iotc-client-db
lib.rstc-client-db
version0.8.0
sourcesrc
created_at2021-03-04 01:55:37.483883
updated_at2021-04-04 15:47:48.07389
descriptionClient backend that uses RocksDB database as storage.
homepagehttps://core.tetcoin.org
repositoryhttps://github.com/tetcoin/tetcore
max_upload_size
id363524
size372,303
Marlon Hanks (marlonhanks)

documentation

https://docs.rs/tc-client-db

README

Client backend that is backed by a database.

Canonicality vs. Finality

Finality indicates that a block will not be reverted, according to the consensus algorithm, while canonicality indicates that the block may be reverted, but we will be unable to do so, having discarded heavy state that will allow a chain reorganization.

Finality implies canonicality but not vice-versa.

License: GPL-3.0-or-later WITH Classpath-exception-2.0

Commit count: 5279

cargo fmt