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 Jun 24, 2024
1 parent e12cdab commit 635d40b
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 5 deletions.
2 changes: 0 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,6 @@ test-coverage:
# Run integration tests separately because they require `integration`
# feature (and without coverage)
$(cargo) +$(nightly) llvm-cov --output-path lcov.info \
--features namada/testing \
--lcov \
-- --skip e2e --skip pos_state_machine_test --skip integration \
-Z unstable-options --report-time && \
Expand Down Expand Up @@ -204,7 +203,6 @@ test-unit-with-eth-bridge:

test-unit-with-coverage:
$(cargo) +$(nightly) llvm-cov --output-path lcov.info \
--features namada/testing \
--lcov \
-- --skip e2e --skip pos_state_machine_test --skip integration \
-Z unstable-options --report-time
Expand Down
1 change: 0 additions & 1 deletion crates/tests/src/vm_host_env/tx.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ use namada_sdk::storage::mockdb::MockDB;
use namada_sdk::storage::{Key, TxIndex};
use namada_sdk::time::DurationSecs;
pub use namada_sdk::tx::data::TxType;
use namada_sdk::tx::Tx;
pub use namada_sdk::tx::*;
use namada_sdk::{account, token};
use namada_tx_prelude::transaction::TxSentinel;
Expand Down
1 change: 0 additions & 1 deletion wasm/Cargo.lock

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

1 change: 0 additions & 1 deletion wasm_for_tests/Cargo.lock

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

0 comments on commit 635d40b

Please sign in to comment.