mark GRANDPA and consensus stuff as unstable (#1469)

This commit is contained in:
Robert Habermeier
2019-01-17 18:07:54 -03:00
committed by Gav Wood
parent 6e08b64e49
commit a7a0121b09
3 changed files with 7 additions and 3 deletions
@@ -137,8 +137,6 @@ impl<Block: BlockT> ImportBlock<Block> {
}
}
/// Block import trait.
pub trait BlockImport<B: BlockT> {
type Error: ::std::error::Error + Send + 'static;
+5 -1
View File
@@ -14,7 +14,11 @@
// You should have received a copy of the GNU General Public License
// along with Substrate Consensus Common. If not, see <http://www.gnu.org/licenses/>.
//! Tracks offline validators.
//! Common utilities for building and using consensus engines in substrate.
//!
//! Much of this crate is _unstable_ and thus the API is likely to undergo
//! change. Implementors of traits should not rely on the interfaces to remain
//! the same.
// This provides "unused" building blocks to other crates
#![allow(dead_code)]