Skip to content

Commit

Permalink
Merge pull request #962 from scrtlabs/test-cw-v1-bankmsg-burn
Browse files Browse the repository at this point in the history
Test v1 BankMsg::Burn & v0.10+v1 CosmosMsg::Custom
  • Loading branch information
assafmo authored Jul 14, 2022
2 parents 1684ca3 + 94368d7 commit fd7d4d4
Show file tree
Hide file tree
Showing 56 changed files with 839 additions and 652 deletions.
9 changes: 6 additions & 3 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,20 @@
"rust-analyzer.rustfmt.rangeFormatting.enable": true,
"rust-analyzer.diagnostics.disabled": ["unresolved-macro-call"],
"[rust]": {
"editor.formatOnSave": true,
"editor.defaultFormatter": "rust-lang.rust-analyzer"
},

"go.alternateTools": {
" goreturns": "gofumpt"
},
"go.testEnvVars": {
"SGX_MODE": "SW",
"RUST_BACKTRACE": "1"
},
"go.useLanguageServer": true,
"gopls": {
"formatting.gofumpt": true
},
"[go]": {
"editor.formatOnSave": true,
"editor.defaultFormatter": "golang.go"
}
}
137 changes: 74 additions & 63 deletions cosmwasm/Cargo.lock

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

2 changes: 1 addition & 1 deletion cosmwasm/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[workspace]
members = ["packages/*"]
exclude = ["packages/enclave-test", "enclaves"]
exclude = ["packages/enclave-test", "enclaves", "v010-contracts/*"]
Loading

0 comments on commit fd7d4d4

Please sign in to comment.