mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-18 09:31:02 +00:00
Reject blocks without justification which don't have the best number (#105)
* Initial commit Forked at:8f02e233daParent branch: origin/master * Reject blocks without justification * Revert "Reject blocks without justification" This reverts commit ee60e12097939d4ccfe987a71db9a876319ae5ba. * WIP Forked at:8f02e233daParent branch: origin/master * WIP Forked at:8f02e233daParent branch: origin/master * WIP Forked at:8f02e233daParent branch: origin/master * CLEANUP Forked at:8f02e233daParent branch: origin/master * WIP Forked at:8f02e233daParent branch: origin/master * WIP Forked at:8f02e233daParent branch: origin/master * CLEANUP Forked at:8f02e233daParent branch: origin/master * WIP Forked at:8f02e233daParent branch: origin/master * WIP Forked at:8f02e233daParent branch: origin/master * Move HeadData to primitives * Update network/src/lib.rs Co-authored-by: Bastian Köcher <bkchr@users.noreply.github.com> * Update network/src/lib.rs Co-authored-by: Bastian Köcher <bkchr@users.noreply.github.com> * CLEANUP Forked at:8f02e233daParent branch: origin/master * fix * CLEANUP Forked at:8f02e233daParent branch: origin/master * messages * for the greater good * Update primitives/src/lib.rs Co-authored-by: Bastian Köcher <bkchr@users.noreply.github.com> * Update network/src/lib.rs Co-authored-by: Bastian Köcher <bkchr@users.noreply.github.com> * Update network/src/lib.rs Co-authored-by: Bastian Köcher <bkchr@users.noreply.github.com> * Update network/src/lib.rs Co-authored-by: Bastian Köcher <bkchr@users.noreply.github.com> Co-authored-by: Bastian Köcher <bkchr@users.noreply.github.com>
This commit is contained in:
Generated
+1
@@ -930,6 +930,7 @@ dependencies = [
|
||||
name = "cumulus-network"
|
||||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"cumulus-primitives",
|
||||
"cumulus-test-runtime",
|
||||
"futures 0.3.4",
|
||||
"log 0.4.8",
|
||||
|
||||
Reference in New Issue
Block a user