Skip to content

Commit

Permalink
Fix up schema generation, tests, add license notices
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanfrey committed Jun 16, 2020
1 parent d2ddab1 commit 67e8622
Show file tree
Hide file tree
Showing 18 changed files with 105 additions and 590 deletions.
5 changes: 5 additions & 0 deletions Cargo.lock

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

File renamed without changes.
11 changes: 0 additions & 11 deletions contracts/cw20-base/.editorconfig

This file was deleted.

15 changes: 0 additions & 15 deletions contracts/cw20-base/.gitignore

This file was deleted.

19 changes: 4 additions & 15 deletions contracts/cw20-base/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,6 @@ exclude = [
[lib]
crate-type = ["cdylib", "rlib"]

[profile.release]
opt-level = 3
debug = false
rpath = false
lto = true
debug-assertions = false
codegen-units = 1
panic = 'abort'
incremental = false
overflow-checks = true

[features]
default = ["cranelift"]
# for quicker tests, cargo test --lib
Expand All @@ -35,12 +24,12 @@ cranelift = ["cosmwasm-vm/default-cranelift"]
singlepass = ["cosmwasm-vm/default-singlepass"]

[dependencies]
cosmwasm-std = { version = "0.8.0" }
cosmwasm-storage = { version = "0.8.0" }
cosmwasm-std = { version = "0.8.1" }
cosmwasm-storage = { version = "0.8.1" }
schemars = "0.7"
serde = { version = "1.0.103", default-features = false, features = ["derive"] }
snafu = { version = "0.6.3" }

[dev-dependencies]
cosmwasm-vm = { version = "0.8.0", default-features = false }
cosmwasm-schema = { version = "0.8.0" }
cosmwasm-vm = { version = "0.8.1", default-features = false }
cosmwasm-schema = { version = "0.8.1" }
142 changes: 0 additions & 142 deletions contracts/cw20-base/Developing.md

This file was deleted.

62 changes: 0 additions & 62 deletions contracts/cw20-base/Importing.md

This file was deleted.

Loading

0 comments on commit 67e8622

Please sign in to comment.