Skip to content

Commit

Permalink
feat: add cw-hub-bnUSD contract (#28)
Browse files Browse the repository at this point in the history
* style: cargo fix and clippy

* feat: changes after the review

* fix: cargo clippy run

* feat: change common/rlp to crate rlp

* style: cargo fix and clippy

* feat: changes after the review

* fix: cargo clippy run

* feat: change common/rlp to crate rlp

* feat: network validation added, and tests fixed according to that

* feat: changes after the review

* feat: changes after the review

* feat: changes after the review

* feat: changes after the review

* feat: changes after the review

* style: run cargo fmt

Signed-off-by: Night Owl <[email protected]>

* fix: validate icon address fixes

---------

Signed-off-by: Night Owl <[email protected]>
Co-authored-by: Night Owl <[email protected]>
  • Loading branch information
gcranju and nightowl121 authored Jul 11, 2023
1 parent eb2b46a commit a602c22
Show file tree
Hide file tree
Showing 8 changed files with 242 additions and 211 deletions.
146 changes: 57 additions & 89 deletions Cargo.lock

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

1 change: 0 additions & 1 deletion contracts/cw-common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,5 @@ cosmwasm-std = { version = "1.2.5", default-features = false }
rlp = { version = "0.5.2", default-features = false }
cosmwasm-schema = "1.2.6"
cw-storage-plus = "1.1.0"
regex = "1.5.4"


Loading

0 comments on commit a602c22

Please sign in to comment.