Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.

Commit 7489c94

Browse files
committed
rename unstable_reimpl
1 parent a3984a7 commit 7489c94

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

client/consensus/aura/src/unstable_reimpl.rs renamed to client/consensus/aura/src/equivocation_import_queue.rs

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,11 @@
1414
// You should have received a copy of the GNU General Public License
1515
// along with Cumulus. If not, see <http://www.gnu.org/licenses/>.
1616

17-
// TODO [now]: docs + rename file here
17+
/// An import queue which provides some equivocation resistance with lenient trait bounds.
18+
///
19+
/// Equivocation resistance in general is a hard problem, as different nodes in the network
20+
/// may see equivocations in a different order, and therefore may not agree on which blocks
21+
/// should be thrown out and which ones should be kept.
1822
1923
use codec::{Decode, Encode};
2024
use cumulus_client_consensus_common::ParachainBlockImportMarker;

0 commit comments

Comments
 (0)