Skip to content

Commit

Permalink
refactor(core): move boot logic to core
Browse files Browse the repository at this point in the history
  • Loading branch information
Rexagon committed Jul 9, 2024
1 parent 762f711 commit 2cd635f
Show file tree
Hide file tree
Showing 17 changed files with 996 additions and 902 deletions.
2 changes: 0 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions block-util/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,12 @@ license.workspace = true
anyhow = { workspace = true }
arc-swap = { workspace = true }
bytes = { workspace = true }
bytesize = { workspace = true }
everscale-types = { workspace = true }
hex = { workspace = true }
parking_lot = { workspace = true }
sha2 = { workspace = true }
smallvec = { workspace = true }
thiserror = { workspace = true }
tracing = { workspace = true }

# local deps
tycho-util = { workspace = true }
Expand Down
2 changes: 2 additions & 0 deletions block-util/src/block/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,5 @@ pub use self::top_blocks::{ShardHeights, TopBlocks, TopBlocksShortIdsIter};
mod block_proof_stuff;
mod block_stuff;
mod top_blocks;

pub const KEY_BLOCK_UTIME_STEP: u32 = 86400;
Loading

0 comments on commit 2cd635f

Please sign in to comment.