Skip to content

Commit

Permalink
Merge branch 'main' into min-reserve
Browse files Browse the repository at this point in the history
  • Loading branch information
JanKuczma committed Jul 4, 2024
2 parents fefffb9 + a9ae434 commit 9d99e65
Show file tree
Hide file tree
Showing 8 changed files with 308 additions and 560 deletions.
1 change: 1 addition & 0 deletions amm/drink-tests/Cargo.lock

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

4 changes: 4 additions & 0 deletions amm/drink-tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,9 @@ scale = { package = "parity-scale-codec", version = "3", default-features = fals
"derive",
] }

primitive-types = { version = "0.12.1", default-features = false, features = [
"codec",
] }

anyhow = "1.0.69"
assert2 = "0.3.10"
8 changes: 2 additions & 6 deletions amm/drink-tests/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,15 +1,11 @@
#[cfg(test)]
mod psp22;
#[cfg(test)]
mod rated_swap_tests;
#[cfg(test)]
#[allow(unused_imports)]
mod mock_sazero_rate_contract;
#[cfg(test)]
mod psp22;
#[cfg(test)]
mod stable_pool_contract;
#[cfg(test)]
mod stable_swap_tests;
#[cfg(test)]
mod stable_min_reserve_tests;
#[cfg(test)]
mod utils;
159 changes: 0 additions & 159 deletions amm/drink-tests/src/rated_swap_tests.rs

This file was deleted.

Loading

0 comments on commit 9d99e65

Please sign in to comment.