Skip to content

Commit

Permalink
add latest secretnetwork code
Browse files Browse the repository at this point in the history
  • Loading branch information
njeans committed Aug 23, 2023
2 parents 942a44c + e74eab6 commit 7ba6747
Show file tree
Hide file tree
Showing 18 changed files with 1,409 additions and 426 deletions.
252 changes: 101 additions & 151 deletions secretnetwork/Cargo.lock

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

11 changes: 6 additions & 5 deletions secretnetwork/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "secret_contract_template"
name = "tee-offchain"
version = "1.0.0"
authors = ["Gabe Arrouye"]
authors = ["Gabe Arrouye", "Nerla Jean-Louis"]
edition = "2021"

exclude = [
Expand Down Expand Up @@ -39,19 +39,20 @@ serde = { version = "1.0.103", default-features = false, features = ["derive"] }
schemars = "0.8.8"
sha2 = { version = "0.10.6"}
hmac = { version = "0.12.1" }
aead = "0.5.2"

cw-storage-plus = "1.0.1"
cosmwasm-std = { package = "secret-cosmwasm-std", version = "1.1.10", features = ["random"]}
cosmwasm-storage = { package = "secret-cosmwasm-storage", version = "1.1.10", default-features = false}
cosmwasm-schema = "1.0.0"
secret-toolkit = { version = "0.9.0", default-features = false, features = ["utils", "storage", "serialization", "crypto", "viewing-key"] }
secret-toolkit-crypto = { version = "0.9.0", features = ["hash", "rand", "ecc-secp256k1"] }
ring = "0.16.20"

aes-gcm = {version = "0.10.2", default-features = false, features =["aes", "alloc"]}
generic-array = "0.14.7"

#[patch.crates-io]
#cosmwasm-std = { package = "secret-cosmwasm-std", version = "1.1.10", features = ["random"]}
#cosmwasm-storage = { package = "secret-cosmwasm-storage", version = "1.1.10", default-features = false}

#
#[patch."https://github.com/scrtlabs/cosmwasm?foo"]
#[patch."https://github.com/scrtlabs/cosmwasm?foo"]
Loading

0 comments on commit 7ba6747

Please sign in to comment.