blockchain/

directory
v0.0.0-...-be778be Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 9, 2024 License: Apache-2.0

Directories

Path Synopsis
Package database handles all the lower level support for maintaining the blockchain in storage and maintaining an in-memory databse of account information.
Package database handles all the lower level support for maintaining the blockchain in storage and maintaining an in-memory databse of account information.
Package genesis maintains access to the genesis file.
Package genesis maintains access to the genesis file.
Package mempool maintains the mempool for the blockchain.
Package mempool maintains the mempool for the blockchain.
selector
Package selector provides different transaction selecting algorithms.
Package selector provides different transaction selecting algorithms.
Package merkle provides an implementation of a merkel tree for validation support for the blockchain.
Package merkle provides an implementation of a merkel tree for validation support for the blockchain.
Package peer maintains the peer related information such as the set of know peers and their status.
Package peer maintains the peer related information such as the set of know peers and their status.
Package signature provides helper functions for handling the blockchain signature needs.
Package signature provides helper functions for handling the blockchain signature needs.
Package state is the core API for the blockchain and implements all the business rules and processing.
Package state is the core API for the blockchain and implements all the business rules and processing.
storage
disk
Package disk implements the ability to read and write blocks to disk writing each block to a separate block numbered file.
Package disk implements the ability to read and write blocks to disk writing each block to a separate block numbered file.
memory
Package memory implements the ability to read and write blocks to memory using a slice.
Package memory implements the ability to read and write blocks to memory using a slice.
Package worker implements mining, peer updates, and transaction sharing for the blockchain.
Package worker implements mining, peer updates, and transaction sharing for the blockchain.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL