Expand description
Tendermint consensus layer backend.
Modules§
- merkle
- Merkle proofs used in Tendermint networks
- verifier
- Tendermint consensus layer verification logic.
Structs§
- Light
Block Meta - Tendermint light consensus block metadata.
Constants§
- BACKEND_
NAME - Tendermint consensus backend name. Keep synced with go/consensus/cometbft/api/api.go.
- TENDERMINT_
CONTEXT - The domain separation context used by Oasis Core for Tendermint cryptography. Keep synced with go/consensus/cometbft/crypto/signature.go.
Functions§
- chain_
id - Convert an Oasis Core chain context into a Tendermint chain ID.
- decode_
light_ block - Decode the light block metadata as a Tendermint light block.
- encode_
light_ block - Encode the light block metadata to a Tendermint light block.
- state_
root_ from_ header - Extract state root from the given signed block header.