Skip to content

Commit

Permalink
continued working on delegations
Browse files Browse the repository at this point in the history
  • Loading branch information
NoahSaso committed Oct 11, 2024
1 parent 92fed36 commit 1ca23bf
Show file tree
Hide file tree
Showing 8 changed files with 541 additions and 66 deletions.
10 changes: 0 additions & 10 deletions Cargo.lock

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

12 changes: 1 addition & 11 deletions contracts/delegation/dao-vote-delegation/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,8 @@ library = []
cosmwasm-std = { workspace = true }
cosmwasm-schema = { workspace = true }
cw2 = { workspace = true }
cw4 = { workspace = true }
cw20 = { workspace = true }
cw20-base = { workspace = true, features = ["library"] }
cw-controllers = { workspace = true }
cw-ownable = { workspace = true }
cw-snapshot-vector-map = { workspace = true }
cw-storage-plus = { workspace = true }
cw-utils = { workspace = true }
dao-hooks = { workspace = true }
Expand All @@ -35,11 +32,4 @@ thiserror = { workspace = true }
[dev-dependencies]
cw-multi-test = { workspace = true }
anyhow = { workspace = true }
cw20-stake = { workspace = true, features = ["library"] }
cw4-group = { workspace = true, features = ["library"] }
cw721-base = { workspace = true, features = ["library"] }
dao-voting-cw20-staked = { workspace = true, features = ["library"] }
dao-voting-cw4 = { workspace = true, features = ["library"] }
dao-voting-token-staked = { workspace = true, features = ["library"] }
dao-voting-cw721-staked = { workspace = true, features = ["library"] }
dao-testing = { workspace = true }
Loading

0 comments on commit 1ca23bf

Please sign in to comment.