Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
a4e0bb3
Simplify exports in relayer core crates
soareschen Apr 14, 2025
a60a05f
Refactor hermes-test-components
soareschen Apr 14, 2025
b602d64
Refactor hermes-encoding-components
soareschen Apr 14, 2025
3d7c0c5
Refactor hermes-protobuf-encoding-components
soareschen Apr 14, 2025
a91a2a7
Refactor hermes-cosmos-chain-components
soareschen Apr 14, 2025
6a0e9b7
Refactor hermes-cosmos-test-components
soareschen Apr 15, 2025
b382f29
Refactor hermes-cosmos-relayer
soareschen Apr 15, 2025
04f4ffb
Refactor hermes-cosmos-wasm-relayer
soareschen Apr 15, 2025
87004b9
Refactor hermes-cosmos-integration-tests
soareschen Apr 15, 2025
a3ccc4d
Refactor runtime crates
soareschen Apr 15, 2025
ce9e2e1
Refactor hermes-error
soareschen Apr 15, 2025
dcbcc01
Refactor logging crates
soareschen Apr 15, 2025
95cb5b1
Refactor Wasm crates
soareschen Apr 15, 2025
fb2c11a
Refactor light client crates
soareschen Apr 15, 2025
3961d94
Refactor CLI crates
soareschen Apr 15, 2025
41f6376
Refactor any-counterparty crate
soareschen Apr 15, 2025
0515805
Introduce new hermes-core crate
soareschen Apr 15, 2025
4310941
Use hermes_core in Cosmos crates
soareschen Apr 15, 2025
70d9151
Use hermes_core in Wasm crates
soareschen Apr 15, 2025
e9f7d10
Use hermes_core in CLI crates
soareschen Apr 15, 2025
b212c99
Introduce hermes-core crate
soareschen Apr 15, 2025
9a4643e
Use hermes_cosmos_core in hermes-cli
soareschen Apr 15, 2025
5f7bc77
Run taplo fmt
soareschen Apr 15, 2025
14e8ddb
Merge remote-tracking branch 'origin/main' into soares/simplify-imports
soareschen Apr 15, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 1 addition & 1 deletion .rustfmt.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
max_width = 100
reorder_imports = true
group_imports = "StdExternalCrate"
imports_granularity = "Module"
imports_granularity = "Module"
Loading
Loading