Skip to content

Commit

Permalink
ProtocolUpgrade support to data_provider
Browse files Browse the repository at this point in the history
  • Loading branch information
EdHastingsCasperAssociation committed Feb 12, 2024
1 parent b92ce80 commit 42f9048
Show file tree
Hide file tree
Showing 39 changed files with 1,270 additions and 1,018 deletions.
3 changes: 1 addition & 2 deletions execution_engine/src/engine_state/error.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use thiserror::Error;

use casper_storage::{
global_state::{self, state::CommitError},
system::genesis::GenesisError,
system::{genesis::GenesisError, protocol_upgrade::ProtocolUpgradeError},
tracking_copy::TrackingCopyError,
};
use casper_types::{
Expand All @@ -13,7 +13,6 @@ use casper_types::{
};

use crate::{
engine_state::upgrade::ProtocolUpgradeError,
execution,
runtime::{stack, PreprocessingError},
};
Expand Down
335 changes: 11 additions & 324 deletions execution_engine/src/engine_state/mod.rs

Large diffs are not rendered by default.

Loading

0 comments on commit 42f9048

Please sign in to comment.