*: add more package-specific documentation

For the most important packages at least.
This commit is contained in:
Roman Khimov 2021-03-19 12:11:48 +03:00
parent c1b2a79cfe
commit b56e028733
27 changed files with 129 additions and 1 deletions

7
pkg/consensus/doc.go Normal file
View file

@ -0,0 +1,7 @@
/*
Package consensus contains Neo consensus node implementation.
It uses external dBFT library for the core algorithm and basically joins this
library with Neo node internals implemented in NeoGo.
*/
package consensus