Skip to content

Commit 2af099a

Browse files
authored
Simplify exports in Hermes SDK crates (#595)
* Simplify exports in relayer core crates * Refactor hermes-test-components * Refactor hermes-encoding-components * Refactor hermes-protobuf-encoding-components * Refactor hermes-cosmos-chain-components * Refactor hermes-cosmos-test-components * Refactor hermes-cosmos-relayer * Refactor hermes-cosmos-wasm-relayer * Refactor hermes-cosmos-integration-tests * Refactor runtime crates * Refactor hermes-error * Refactor logging crates * Refactor Wasm crates * Refactor light client crates * Refactor CLI crates * Refactor any-counterparty crate * Introduce new hermes-core crate * Use hermes_core in Cosmos crates * Use hermes_core in Wasm crates * Use hermes_core in CLI crates * Introduce hermes-core crate * Use hermes_cosmos_core in hermes-cli * Run taplo fmt
1 parent 952b4db commit 2af099a

File tree

1,021 files changed

+6694
-7129
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,021 files changed

+6694
-7129
lines changed

.rustfmt.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
max_width = 100
22
reorder_imports = true
33
group_imports = "StdExternalCrate"
4-
imports_granularity = "Module"
4+
imports_granularity = "Module"

0 commit comments

Comments
 (0)