Skip to content

Commit

Permalink
fixup! fix everything that was depending on rm'd namada crate
Browse files Browse the repository at this point in the history
  • Loading branch information
tzemanovic committed Jul 5, 2024
1 parent 4834619 commit 59918ef
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion crates/proof_of_stake/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2769,7 +2769,6 @@ pub mod test_utils {
/// A dummy validator used for testing
pub fn get_dummy_genesis_validator() -> types::GenesisValidator {
use namada_core::address::testing::established_address_1;
use namada_core::dec::Dec;
use namada_core::key::testing::common_sk_from_simple_seed;
use namada_core::{key, token};

Expand Down
5 changes: 0 additions & 5 deletions crates/vm/src/wasm/run.rs
Original file line number Diff line number Diff line change
Expand Up @@ -529,13 +529,8 @@ where
vp_code_hash: Hash,
input_data: BatchedTxRef<'_>,
) -> namada_state::StorageResult<()> {
use std::marker::PhantomData;

use namada_state::ResultExt;

use crate::host_env::VpCtx;
use crate::wasm::run::VpEvalWasm;

let eval_runner =
VpEvalWasm::<<S as StateRead>::D, <S as StateRead>::H, CA> {
db: PhantomData,
Expand Down

0 comments on commit 59918ef

Please sign in to comment.