mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-06 04:28:01 +00:00
mark GRANDPA and consensus stuff as unstable (#1469)
This commit is contained in:
committed by
Gav Wood
parent
6e08b64e49
commit
a7a0121b09
@@ -137,8 +137,6 @@ impl<Block: BlockT> ImportBlock<Block> {
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
/// Block import trait.
|
||||
pub trait BlockImport<B: BlockT> {
|
||||
type Error: ::std::error::Error + Send + 'static;
|
||||
|
||||
@@ -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)]
|
||||
|
||||
Reference in New Issue
Block a user