forked from dfinity/ic
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'FI-1116-part-1' into 'master'
feat(FI-1116) [ICRC Rosetta] Part 1 of FI-1116 This MR is a subset of the [MR](https://gitlab.com/dfinity-lab/public/ic/-/merge_requests/16870) on ticket FI-1116 and introduces the following changes: 1. Remove the `test_utils` as the storage client is the only place where the function `create_tempdir` is used. 2. Add getters for identifiers for rosetta block See merge request dfinity-lab/public/ic!16976
- Loading branch information
Showing
5 changed files
with
35 additions
and
17 deletions.
There are no files selected for viewing
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
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 |
---|---|---|
@@ -1,3 +1,2 @@ | ||
pub mod unit_test_utils; | ||
#[allow(clippy::module_inception)] | ||
pub mod utils; |
6 changes: 0 additions & 6 deletions
6
rs/rosetta-api/icrc1/rosetta/src/common/utils/unit_test_utils.rs
This file was deleted.
Oops, something went wrong.