Skip to content

Commit

Permalink
Merge pull request #1 from lindlof/locator-matchmaking
Browse files Browse the repository at this point in the history
Matchmaking in contract
  • Loading branch information
lindlof authored Nov 16, 2020
2 parents 76d6e29 + 39b36fe commit 3341f87
Show file tree
Hide file tree
Showing 15 changed files with 544 additions and 259 deletions.
7 changes: 7 additions & 0 deletions contract/Cargo.lock

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

1 change: 1 addition & 0 deletions contract/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,4 @@ cosmwasm-std = { git = "https://github.com/enigmampc/SecretNetwork", tag = "v1.0
cosmwasm-storage = { git = "https://github.com/enigmampc/SecretNetwork", tag = "v1.0.0" }
schemars = "0.7"
serde = { version = "1.0.103", default-features = false, features = ["derive"] }
hex = { version = "0.4.2" }
Loading

0 comments on commit 3341f87

Please sign in to comment.