-
Notifications
You must be signed in to change notification settings - Fork 80
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: restructure mock module and separate its codebase into a new cr…
…ate (#954) * imp: separate mock module into a dedicated crate * fix: clippy, fmt, no-std * imp: restructure second iteration * chore: add unclogs + update READMEs * deps: bump typed-builder * fix: move client_ctx under core * fix: cargo fmt * fix: remove tracing dep from ibc * deps: remove parking_lot from ibc * deps: remove num-traits from ibc * fix: apply suggestions from code review Co-authored-by: Rano | Ranadeep <[email protected]> Signed-off-by: Farhad Shabani <[email protected]> * nit: apply feedback * fix: introduce with_current_timestamp() * fix: cargo test * imp: move test_utils.rs into utils * imp: move test-utils + mock into the ibc-testkit * imp: add deny attr for tests * chore: cleanups * chore: add comment for ibc dep in ibc-testkit * chore: adjust paths for types imported from ibc_testkit::utils * chore: move tendermint::client_state::test_utils under the tests module * imp: replace json files under the src/data dir * chore: replace data/json under tests * imp: use concat! for paths --------- Signed-off-by: Farhad Shabani <[email protected]> Co-authored-by: Rano | Ranadeep <[email protected]>
- Loading branch information
1 parent
5a019b7
commit 7afdbe1
Showing
164 changed files
with
7,829 additions
and
7,310 deletions.
There are no files selected for viewing
3 changes: 3 additions & 0 deletions
3
.changelog/unreleased/features/954-restructure-mock-module-into-crate.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
- Restructure the mock module implementation and separate its codebase into a | ||
new crate named `ibc-testkit` | ||
([\#954](https://github.com/cosmos/ibc-rs/issues/953)) |
2 changes: 2 additions & 0 deletions
2
.changelog/unreleased/improvements/951-remove-default-portid.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
- Remove the default value and implementation for `PortId` | ||
([\#951](https://github.com/cosmos/ibc-rs/issues/951)) |
2 changes: 2 additions & 0 deletions
2
.changelog/unreleased/improvements/952-expose-channel-message-types copy.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
- Expose domain message types under the `ics04_channel` as public | ||
([\#952](https://github.com/cosmos/ibc-rs/issues/952)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.