Expand description
Dash ABCI
ABCI is an interface that defines the boundary between the replication engine (the blockchain), and the state machine (the application). Using a socket protocol, a consensus engine running in one process can manage an application state running in another.
Modulesยง
- abci
- ABCI module
- config
- Platform configuration
- core
- Core utilities
- error
- Errors module
- execution
- Execution module
- logging
- Logging and tracing
- metrics
- Metrics subsystem
- perf
- Per-block phase timing for debug builds, enabled with DRIVE_BLOCK_PERF=1. Lightweight per-block phase timing for debug builds.
- platform_
types - Platform module
- query
- Querying
- rpc
- Anything related to 3rd party RPC
- server
- Drive server This module implements Drive ABCI server.
- utils
- Various utils
- verify
- Verification helpers