Skip to content

Commit

Permalink
stargate query work in progress
Browse files Browse the repository at this point in the history
  • Loading branch information
Abhishek-1857 committed Feb 8, 2024
1 parent 80c5eb8 commit 9922006
Show file tree
Hide file tree
Showing 15 changed files with 2,148 additions and 2,021 deletions.
50 changes: 38 additions & 12 deletions Cargo.lock

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

5 changes: 3 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ anyhow = { version = "1.0" }
assert_matches = "1.5"
cosm-orc = { version = "4.0" }
cosm-tome = "0.2"
cosmos-sdk-proto = "0.19"
# cosmwasm-schema = { version = "1.1.11", git = "https://github.com/scrtlabs/cosmwasm" }
cw-controllers = "1.1"
cw-multi-test = "0.18"
Expand All @@ -59,6 +58,7 @@ once_cell = "1.18"
osmosis-std = { path = "./packages/osmosis-std-0.21.0/" }
osmosis-std-derive = { path = "./packages/osmosis-std-derive-0.20.1/" }
osmosis-test-tube = { path = "./packages/osmosis-test-tube-20.1.2/" }

# osmosis-std = "0.22.0"
# osmosis-std-derive = "0.20.1"
# osmosis-test-tube = "22.1.0"
Expand Down Expand Up @@ -164,4 +164,5 @@ serde = { version = "1.0" }
thiserror = { version = "1.0" }
cosmwasm-schema = { git = "https://github.com/scrtlabs/cosmwasm/", branch = "secret" }
snip20-reference-impl ={ path = "./snip20-reference-impl/"}
snip721-reference-impl = {path="./snip721-reference-impl/"}
snip721-reference-impl = {path="./snip721-reference-impl/"}
cosmos-sdk-proto = { version = "0.20.0", default-features = false }
16 changes: 8 additions & 8 deletions contracts/proposal/dao-proposal-single/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,26 +34,26 @@ dao-voting = { workspace = true }
cw-hooks = { workspace = true }
dao-hooks = { workspace = true }

cw-utils-v1 = { workspace = true}
voting-v1 = { workspace = true }
cw-proposal-single-v1 = { workspace = true, features = ["library"] }
# cw-utils-v1 = { workspace = true}
# voting-v1 = { workspace = true }
# cw-proposal-single-v1 = { workspace = true, features = ["library"] }

[dev-dependencies]
anyhow = { workspace = true }
cosmwasm-schema = { workspace = true }
secret-multi-test = { workspace = true }
dao-dao-core = { workspace = true }
dao-voting-cw4 = { workspace = true }
dao-voting-cw20-balance = { workspace = true }
# dao-voting-cw20-balance = { workspace = true }
dao-voting-snip20-staked = { workspace = true }
dao-voting-token-staked = { workspace = true }
dao-voting-snip721-staked = { workspace = true }
dao-pre-propose-single = { workspace = true }
# dao-pre-propose-single = { workspace = true }
cw-denom = { workspace = true }
dao-testing = { workspace = true }
# dao-testing = { workspace = true }
snip20-stake = { workspace = true }
snip20-reference-impl = { workspace = true }
cw721-base = { workspace = true }
# cw721-base = { workspace = true }
cw4 = { workspace = true }
cw4-group = { workspace = true }
cw-core-v1 = { workspace = true, features = ["library"] }
# cw-core-v1 = { workspace = true, features = ["library"] }
Loading

0 comments on commit 9922006

Please sign in to comment.