Skip to content

Commit

Permalink
Merge pull request #134 from CosmWasm/router-with-rollbacks
Browse files Browse the repository at this point in the history
Router with rollbacks
  • Loading branch information
ethanfrey committed Nov 6, 2020
2 parents 3d759ed + cb2324f commit 87c9b8d
Show file tree
Hide file tree
Showing 10 changed files with 1,147 additions and 504 deletions.
3 changes: 3 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -664,6 +664,9 @@ jobs:
- run:
name: Run unit tests
command: cargo test --locked
- run:
name: Run unit tests (with iterator)
command: cargo test --locked --features iterator
- save_cache:
paths:
- /usr/local/cargo/registry
Expand Down
1 change: 1 addition & 0 deletions Cargo.lock

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

4 changes: 4 additions & 0 deletions packages/multi-test/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,12 @@ homepage = "https://cosmwasm.com"
documentation = "https://docs.cosmwasm.com"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[features]
default = ["iterator"]
iterator = ["cosmwasm-std/iterator"]

[dependencies]
cw0 = { path = "../../packages/cw0", version = "0.3.2" }
cosmwasm-std = { version = "0.12.0-alpha2" }
schemars = "0.7"
serde = { version = "1.0.103", default-features = false, features = ["derive"] }
301 changes: 0 additions & 301 deletions packages/multi-test/src/balance.rs

This file was deleted.

Loading

0 comments on commit 87c9b8d

Please sign in to comment.