-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Test chain of Rust library dependencies #6
Comments
Commit 6bd68e7 |
Must also validate that dtp-dev-app can both used sui-sdk and dtp-sdk without any conflict.
|
The "software design layering" is done and verified working with call into the sui-sdk. Key new components are: Includes refactoring for automating integration tests with localnet. |
Verify the following Rust dependencies:
dtp-dev-app --> dtp-sdk (library)
dtp-sdk --> dtp-core (library)
dtp-core --> sui-sdk (library from Sui)
Basically, want dtp-dev-app make a call into the sui-sdk, but going through the DTP sdk.
The text was updated successfully, but these errors were encountered: