Skip to content

Commit

Permalink
Merge pull request #135 from osmosis-labs/95-remove-native-staking-mock
Browse files Browse the repository at this point in the history
vault: remove native staking mock
  • Loading branch information
maurolacy authored Oct 11, 2023
2 parents 8ad0891 + 62411b9 commit 421905b
Show file tree
Hide file tree
Showing 5 changed files with 153 additions and 161 deletions.
2 changes: 2 additions & 0 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion contracts/provider/native-staking-proxy/src/error.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ use cosmwasm_std::{StdError, Uint128};
use cw_utils::PaymentError;
use thiserror::Error;

#[derive(Error, Debug)]
#[derive(Error, Debug, PartialEq)]
pub enum ContractError {
#[error("{0}")]
Std(#[from] StdError),
Expand Down
14 changes: 8 additions & 6 deletions contracts/provider/vault/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,14 @@ serde = { workspace = true }
thiserror = { workspace = true }

[dev-dependencies]
sylvia = { workspace = true, features = ["mt"] }
cw-multi-test = { workspace = true }
test-case = { workspace = true }
derivative = { workspace = true }
anyhow = { workspace = true }
mesh-external-staking = { workspace = true, features = ["mt"] }
sylvia = { workspace = true, features = ["mt"] }
cw-multi-test = { workspace = true }
test-case = { workspace = true }
derivative = { workspace = true }
anyhow = { workspace = true }
mesh-external-staking = { workspace = true, features = ["mt"] }
mesh-native-staking = { workspace = true, features = ["mt"] }
mesh-native-staking-proxy = { workspace = true, features = ["mt"] }

[[bin]]
name = "schema"
Expand Down
Loading

0 comments on commit 421905b

Please sign in to comment.