Skip to content

Commit

Permalink
refactor(remove spending counter): performance testing
Browse files Browse the repository at this point in the history
spending counter is causing erroneous and undefined and incorrect behaviour
  • Loading branch information
cong-or committed Nov 21, 2023
1 parent 154824e commit dbdad86
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 86 deletions.
1 change: 1 addition & 0 deletions chain-impl-mockchain/src/ledger/tests/transaction_tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ pub fn transaction_fail_when_validity_too_far() {
}

#[test]
#[ignore]
pub fn duplicated_account_transaction() {
let mut test_ledger = LedgerBuilder::from_config(ConfigBuilder::new())
.faucet_value(Value(1000))
Expand Down
1 change: 0 additions & 1 deletion chain-impl-mockchain/src/testing/e2e/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ pub mod mint_token;
pub mod owner_delegation;
pub mod pool_update;
pub mod rewards;
pub mod spending_counter_lanes;
pub mod stake_distribution;
pub mod transactions;
pub mod update_proposal;
Expand Down
85 changes: 0 additions & 85 deletions chain-impl-mockchain/src/testing/e2e/spending_counter_lanes.rs

This file was deleted.

0 comments on commit dbdad86

Please sign in to comment.