Skip to content

Commit

Permalink
[refactor] Refactor orphan block management related functions into a …
Browse files Browse the repository at this point in the history
…single file (#10347)

Trying to reduce the size of chain.rs file
  • Loading branch information
Shreyan Gupta authored Dec 20, 2023
1 parent 82b7979 commit 38efea2
Show file tree
Hide file tree
Showing 7 changed files with 452 additions and 439 deletions.
3 changes: 2 additions & 1 deletion chain/chain/src/block_processing_utils.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
use crate::chain::{BlockMissingChunks, OrphanMissingChunks};
use crate::chain::BlockMissingChunks;
use crate::near_chain_primitives::error::BlockKnownError::KnownInProcessing;
use crate::orphan::OrphanMissingChunks;
use crate::Provenance;
use near_primitives::block::Block;
use near_primitives::challenge::{ChallengeBody, ChallengesResult};
Expand Down
Loading

0 comments on commit 38efea2

Please sign in to comment.