Separate mock
module into a standalone crate
#953
Labels
O: decoupling
Objective: aims to separate concerns and cause to independent, reusable components
O: maintainability
Objective: cause to ease modification, fault corrections and improve code understanding
O: usability
Objective: aims to enhance user experience (UX) and streamline product usability
Milestone
Uh oh!
There was an error while loading. Please reload this page.
Overview
As part of our efforts to make
ibc-rs
more streamlined, enhance usability, and easier to maintain, we are starting by separating themock
module into its own crate. This is a prerequisite step before refactoring our mock testing facilities, which ultimately will improve our testing coverage for ibc-rs and would simplify writing different testing scenarios by host chains.Proposal
Create a separate crate for the mock module to achieve the following objectives:
ibc-rs
implementation from testing types and components.basecoin-rs
libraries.basecoin-store
The text was updated successfully, but these errors were encountered: