Directories ¶
Path | Synopsis |
---|---|
abci
|
|
client
Package abcicli provides an ABCI implementation in Go.
|
Package abcicli provides an ABCI implementation in Go. |
server
Package server is used to start a new ABCI server.
|
Package server is used to start a new ABCI server. |
cmd
|
|
merkle
Package merkle computes a deterministic minimal height Merkle tree hash.
|
Package merkle computes a deterministic minimal height Merkle tree hash. |
internal
|
|
blockchain
Package blockchain provides two implementations of the fast-sync protocol.
|
Package blockchain provides two implementations of the fast-sync protocol. |
blockchain/v2/internal/behavior
Package Behavior provides a mechanism for reactors to report behavior of peers.
|
Package Behavior provides a mechanism for reactors to report behavior of peers. |
evidence
Package evidence handles all evidence storage and gossiping from detection to block proposal.
|
Package evidence handles all evidence storage and gossiping from detection to block proposal. |
libs/flowrate
Package flowrate provides the tools for monitoring and limiting the flow rate of an arbitrary data stream.
|
Package flowrate provides the tools for monitoring and limiting the flow rate of an arbitrary data stream. |
libs/test
nolint:gosec // G404: Use of weak random number generator
|
nolint:gosec // G404: Use of weak random number generator |
mempool/v0
TODO: Better handle abci client errors.
|
TODO: Better handle abci client errors. |
p2p/pex
Package PEX (Peer exchange) handles all the logic necessary for nodes to share information about their peers to other nodes.
|
Package PEX (Peer exchange) handles all the logic necessary for nodes to share information about their peers to other nodes. |
p2p/upnp
Taken from taipei-torrent.
|
Taken from taipei-torrent. |
libs
|
|
events
Package events - Pub-Sub in go with event caching
|
Package events - Pub-Sub in go with event caching |
json
Package json provides functions for marshaling and unmarshaling JSON in a format that is backwards-compatible with Amino JSON encoding.
|
Package json provides functions for marshaling and unmarshaling JSON in a format that is backwards-compatible with Amino JSON encoding. |
pubsub
Package pubsub implements a pub-sub model with a single publisher (Server) and multiple subscribers (clients).
|
Package pubsub implements a pub-sub model with a single publisher (Server) and multiple subscribers (clients). |
pubsub/query
Package query provides a parser for a custom query format: abci.invoice.number=22 AND abci.invoice.owner=Ivan See query.peg for the grammar, which is a https://en.wikipedia.org/wiki/Parsing_expression_grammar.
|
Package query provides a parser for a custom query format: abci.invoice.number=22 AND abci.invoice.owner=Ivan See query.peg for the grammar, which is a https://en.wikipedia.org/wiki/Parsing_expression_grammar. |
package light provides a light client implementation.
|
package light provides a light client implementation. |
mbt
Package mbt provides a test runner for model-based tests Model-based tests are generated by https://github.com/informalsystems/tendermint-rs/tree/master/testgen, which first turns TLA+ specifications into test scenarios.
|
Package mbt provides a test runner for model-based tests Model-based tests are generated by https://github.com/informalsystems/tendermint-rs/tree/master/testgen, which first turns TLA+ specifications into test scenarios. |
Package node is the main entry point, where the tendermint node service is constructed and the implementation of that service is defined.
|
Package node is the main entry point, where the tendermint node service is constructed and the implementation of that service is defined. |
pkg
|
|
Package privval provides different implementations of the types.PrivValidator.
|
Package privval provides different implementations of the types.PrivValidator. |
proto
|
|
rpc
|
|
core
Package core defines the Tendermint RPC endpoints.
|
Package core defines the Tendermint RPC endpoints. |
jsonrpc
HTTP RPC server supporting calls via uri params, jsonrpc over HTTP, and jsonrpc over websockets Client Requests Suppose we want to expose the rpc function `HelloWorld(name string, num int)`.
|
HTTP RPC server supporting calls via uri params, jsonrpc over HTTP, and jsonrpc over websockets Client Requests Suppose we want to expose the rpc function `HelloWorld(name string, num int)`. |
jsonrpc/server
Commons for HTTP handling
|
Commons for HTTP handling |
scripts
|
|
keymigrate
Package keymigrate translates all legacy formatted keys to their new components.
|
Package keymigrate translates all legacy formatted keys to their new components. |
test
|
|
e2e/app
nolint: goconst nolint: gosec nolint: gosec
|
nolint: goconst nolint: gosec nolint: gosec |
e2e/generator
nolint: gosec
|
nolint: gosec |
e2e/pkg
nolint: gosec
|
nolint: gosec |
e2e/runner
nolint: gosec nolint: gosec
|
nolint: gosec nolint: gosec |
fuzz/p2p/addrbook
nolint: gosec
|
nolint: gosec |
fuzz/p2p/addrbook/init-corpus
nolint: gosec
|
nolint: gosec |
fuzz/p2p/pex/init-corpus
nolint: gosec
|
nolint: gosec |
fuzz/p2p/secret_connection/init-corpus
nolint: gosec
|
nolint: gosec |
tools
|
|
Click to show internal directories.
Click to hide internal directories.