Skip to content

Commit

Permalink
Remove val_exec_ctx feature flag (#414)
Browse files Browse the repository at this point in the history
* remove val_exec_ctx feature

* remove all val_exec_ctx modules

* fmt

* changelog
  • Loading branch information
plafer authored Feb 10, 2023
1 parent effdfca commit 0784b8a
Show file tree
Hide file tree
Showing 31 changed files with 2,615 additions and 2,905 deletions.
1 change: 1 addition & 0 deletions .changelog/unreleased/feature/415-remove-val-exec-ctx.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Remove feature flag ([#415](https://github.com/cosmos/ibc-rs/issues/415))
3 changes: 0 additions & 3 deletions crates/ibc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,6 @@ borsh = ["dep:borsh"]
# This feature is required for token transfer (ICS-20)
serde = ["dep:serde", "dep:serde_derive", "serde_json", "erased-serde"]

# This feature guards the unfinished implementation of ADR 5.
val_exec_ctx = []

# This feature guards the unfinished implementation of the `UpgradeClient` handler.
upgrade_client = []

Expand Down
Loading

0 comments on commit 0784b8a

Please sign in to comment.