Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove val_exec_ctx feature flag #414

Merged
merged 4 commits into from
Feb 10, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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