package
0.0.0-20250128221834-b70a5daccdb4
Repository: https://github.com/canopy-network/canopy.git
Documentation: pkg.go.dev
# Functions
New() creates a new instance of a Controller, this is the entry point when initializing an instance of a Canopy application.
NewMempool() creates a new instance of a Mempool structure.
# Constants
convenience aliases that reference the library package.
convenience aliases that reference the library package.
convenience aliases that reference the library package.
convenience aliases that reference the library package.
# Structs
ConsensusSummary is simply a json informational structure about the local status of the BFT.
Controller acts as the 'manager' of the modules of the application.
Mempool accepts or rejects incoming txs based on the mempool (ephemeral copy) state - recheck when - mempool dropped some percent of the lowest fee txs - new tx has higher fee than the lowest
- notes: - new tx added may also be evicted, this is expected behavior.