grin/util
Ignotus Peverell 15ea8da34a
New Chain struct acting as facade for all chain operations
Introduce a new Chain struct that maintains the current head,
acts as facade to the store and the block processing pipeline
and handles all appropriate locking.

All higher level components, like the overall server, REST APIs
and miner have been update to only depend on Chain. Cleaned up
some duplication and tests now that there's a single entry point
to all blockchain operations.
2017-07-04 09:17:11 -07:00
..
src New Chain struct acting as facade for all chain operations 2017-07-04 09:17:11 -07:00
Cargo.toml Add workspace support for all crates 2017-04-05 23:41:49 -07:00