Skip to content

Commit

Permalink
dao dao core,proposals testcases added
Browse files Browse the repository at this point in the history
  • Loading branch information
Abhishek-1857 committed Oct 3, 2024
1 parent be95c43 commit 186cab0
Show file tree
Hide file tree
Showing 65 changed files with 14,019 additions and 4,221 deletions.
36 changes: 36 additions & 0 deletions Cargo.lock

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

7 changes: 5 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ members = [
"./contracts/pre-propose/*",
"./contracts/staking/*",
"./contracts/voting/*",
"./packages/*"
"./packages/*",
"./contracts/test/dao-proposal-sudo/",
"./contracts/test/dao-voting-snip20-balance/"
]
resolver = "2"

Expand Down Expand Up @@ -119,7 +121,8 @@ cw20-staked-balance-voting-v1 = { package = "cw20-staked-balance-voting", versio
cw4-voting-v1 = { package = "cw4-voting", version = "0.1.0",default-features = false }
stake-cw20-v03 = { package = "stake-cw20", version = "0.2.6",default-features = false }
voting-v1 = { package = "dao-voting", version = "0.1.0" ,default-features = false}

dao-proposal-sudo = { path = "./contracts/test/dao-proposal-sudo"}
dao-voting-snip20-balance ={ path = "./contracts/test/dao-voting-snip20-balance"}

secret-toolkit = { version = "0.10.0", default-features = false, features = [
"utils",
Expand Down
2 changes: 2 additions & 0 deletions contracts/dao-dao-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ cw4 ={ workspace = true }
query_auth ={ workspace = true }
dao-voting-cw4 = { workspace = true }
cw4-group = { workspace = true }
dao-proposal-sudo ={ workspace = true }
dao-voting-snip20-balance ={ workspace = true }


[dev-dependencies]
Expand Down
Loading

0 comments on commit 186cab0

Please sign in to comment.