Skip to content

Commit

Permalink
Merge pull request #123 from okp4/feat/storage-store-object
Browse files Browse the repository at this point in the history
💿 Storage : Store object
  • Loading branch information
amimart authored Mar 8, 2023
2 parents a1687b7 + 758ed9a commit 55b02d7
Show file tree
Hide file tree
Showing 10 changed files with 536 additions and 37 deletions.
11 changes: 10 additions & 1 deletion Cargo.lock

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

3 changes: 3 additions & 0 deletions contracts/cw-storage/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,12 @@ cw2.workspace = true
schemars.workspace = true
serde.workspace = true
thiserror.workspace = true
sha2 = "0.10.6"
base16ct = "0.1.1"

[dev-dependencies]
cw-multi-test.workspace = true
base64 = "0.21.0"

[features]
# for more explicit tests, cargo test --features=backtraces
Expand Down
Loading

0 comments on commit 55b02d7

Please sign in to comment.