Skip to content

Commit

Permalink
unstaking history saved to storage
Browse files Browse the repository at this point in the history
  • Loading branch information
cowboy0015 committed Mar 13, 2024
1 parent e377736 commit 6c1960d
Show file tree
Hide file tree
Showing 5 changed files with 284 additions and 26 deletions.
222 changes: 222 additions & 0 deletions Cargo.lock

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

6 changes: 4 additions & 2 deletions contracts/finance/andromeda-validator-staking/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,17 @@ library = []
testing = ["cw-multi-test"]

[dependencies]
cosmwasm-std = { workspace = true, features = ["staking"] }
cosmwasm-std = { workspace = true, features = ["staking", "stargate"] }
cosmwasm-schema = { workspace = true }
cw-storage-plus = { workspace = true }
cw2 = { workspace = true }
serde = { workspace = true }

andromeda-std = { workspace = true }
andromeda-finance = { workspace = true }
enum-repr = { workspace = true }
chrono = "0.4.35"

[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
cw-multi-test = { workspace = true, optional = true }
andromeda-testing = { workspace = true }
andromeda-testing = { workspace = true }
Loading

0 comments on commit 6c1960d

Please sign in to comment.