Skip to content

Commit

Permalink
add more missing arbitrary transitive features
Browse files Browse the repository at this point in the history
  • Loading branch information
tzemanovic committed Jan 16, 2025
1 parent 8d11131 commit 0651ff8
Show file tree
Hide file tree
Showing 6 changed files with 35 additions and 2 deletions.
1 change: 1 addition & 0 deletions ibc-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ parity-scale-codec = [
arbitrary = [
"ibc-core-client/arbitrary",
"ibc-core-connection/arbitrary",
"ibc-core-channel/arbitrary",
"ibc-core-commitment-types/arbitrary",
"ibc-core-host/arbitrary",
"ibc-core-handler/arbitrary",
Expand Down
8 changes: 7 additions & 1 deletion ibc-core/ics02-client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -69,4 +69,10 @@ parity-scale-codec = [
"ibc-core-handler-types/parity-scale-codec",
"ibc-primitives/parity-scale-codec",
]
arbitrary = [ "ibc-core-client-types/arbitrary" ]
arbitrary = [
"ibc-core-client-types/arbitrary",
"ibc-core-commitment-types/arbitrary",
"ibc-core-host/arbitrary",
"ibc-core-handler-types/arbitrary",
"ibc-primitives/arbitrary",
]
9 changes: 9 additions & 0 deletions ibc-core/ics04-channel/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -81,3 +81,12 @@ parity-scale-codec = [
"ibc-core-router/parity-scale-codec",
"ibc-primitives/parity-scale-codec",
]
arbitrary = [
"ibc-core-client/arbitrary",
"ibc-core-connection/arbitrary",
"ibc-core-channel-types/arbitrary",
"ibc-core-commitment-types/arbitrary",
"ibc-core-host/arbitrary",
"ibc-core-handler-types/arbitrary",
"ibc-primitives/arbitrary",
]
10 changes: 9 additions & 1 deletion ibc-core/ics24-host/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -92,4 +92,12 @@ parity-scale-codec = [
"ibc-core-handler-types/parity-scale-codec",
"ibc-primitives/parity-scale-codec",
]
arbitrary = [ "ibc-core-host-types/arbitrary" ]
arbitrary = [
"ibc-core-client-types/arbitrary",
"ibc-core-connection-types/arbitrary",
"ibc-core-channel-types/arbitrary",
"ibc-core-commitment-types/arbitrary",
"ibc-core-host-types/arbitrary",
"ibc-core-handler-types/arbitrary",
"ibc-primitives/arbitrary",
]
8 changes: 8 additions & 0 deletions ibc-core/ics24-host/cosmos/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -110,3 +110,11 @@ parity-scale-codec = [
"ibc-primitives/parity-scale-codec",
"ibc-proto/parity-scale-codec",
]
arbitrary = [
"ibc-core-client-types/arbitrary",
"ibc-core-connection-types/arbitrary",
"ibc-core-commitment-types/arbitrary",
"ibc-core-host-types/arbitrary",
"ibc-core-handler-types/arbitrary",
"ibc-primitives/arbitrary",
]
1 change: 1 addition & 0 deletions ibc-core/ics25-handler/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ parity-scale-codec = [
arbitrary = [
"ibc-core-client/arbitrary",
"ibc-core-connection/arbitrary",
"ibc-core-channel/arbitrary",
"ibc-core-commitment-types/arbitrary",
"ibc-core-host/arbitrary",
"ibc-core-handler-types/arbitrary",
Expand Down

0 comments on commit 0651ff8

Please sign in to comment.