Skip to content

refactor(ethexe): split db interfaces to read and write #4705

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 9 commits into
base: master
Choose a base branch
from

Conversation

grishasobol
Copy link
Member

No description provided.

Copy link

semanticdiff-com bot commented Jun 3, 2025

Review changes with  SemanticDiff

Changed Files
File Status
  ethexe/processor/src/handling/mod.rs  84% smaller
  ethexe/blob-loader/src/lib.rs  82% smaller
  ethexe/runtime/common/src/transitions.rs  79% smaller
  ethexe/processor/src/tests.rs  73% smaller
  ethexe/runtime/common/src/schedule.rs  71% smaller
  ethexe/consensus/src/mock.rs  70% smaller
  ethexe/service/src/tests/utils/events.rs  63% smaller
  ethexe/compute/src/lib.rs  55% smaller
  ethexe/rpc/src/apis/program.rs  48% smaller
  ethexe/consensus/src/validator/producer.rs  46% smaller
  ethexe/service/src/tests/mod.rs  46% smaller
  ethexe/db/src/database.rs  29% smaller
  ethexe/common/src/db.rs  27% smaller
  ethexe/processor/src/lib.rs  19% smaller
  ethexe/tx-pool/src/tests.rs  4% smaller
  ethexe/blob-loader/src/local.rs  0% smaller
  ethexe/common/src/primitives.rs  0% smaller
  ethexe/consensus/src/validator/participant.rs  0% smaller
  ethexe/observer/src/lib.rs  0% smaller
  ethexe/observer/src/sync.rs  0% smaller
  ethexe/processor/src/handling/events.rs  0% smaller
  ethexe/processor/src/handling/run.rs  0% smaller
  ethexe/processor/src/host/threads.rs  0% smaller
  ethexe/rpc/src/apis/block.rs  0% smaller
  ethexe/rpc/src/apis/code.rs  0% smaller
  ethexe/rpc/src/common.rs  0% smaller
  ethexe/service/src/fast_sync.rs Unsupported file format

@grishasobol grishasobol self-assigned this Jun 3, 2025
@grishasobol grishasobol added the A0-pleasereview PR is ready to be reviewed by the team label Jun 4, 2025
@grishasobol grishasobol requested a review from ark0f June 4, 2025 09:10
Base automatically changed from gsobol/code-blob-info to master June 4, 2025 14:23
@@ -25,6 +25,8 @@ use gprimitives::{ActorId, MessageId, H256};
use parity_scale_codec::{Decode, Encode};
use sha3::Digest as _;

pub type ProgramStatesMap = BTreeMap<ActorId, StateHashWithQueueSize>;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What about just ProgramStates?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A0-pleasereview PR is ready to be reviewed by the team
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants