break down Red Bank contract.rs and test.rs into smaller files#31
Merged
break down Red Bank contract.rs and test.rs into smaller files#31
contract.rs and test.rs into smaller files#31Conversation
piobab
reviewed
Aug 10, 2022
Collaborator
piobab
left a comment
There was a problem hiding this comment.
Just small comments to be consistent, rest LGTM
grod220
approved these changes
Aug 11, 2022
piobab
approved these changes
Aug 11, 2022
larry0x
pushed a commit
that referenced
this pull request
Oct 7, 2023
* MP-1447. Migrate to osmosis-rust. * MP-1447. Tests - update to new osmosis-rust. * MP-1447. Fix tests. * MP-1447. More tests fixed. * Fix for denoms and price calc. * Use TWAP for estimate. * Use deps from github with more queries. * Fixes after review. * Use 1.18 go version. * Include chain package for ci/cd. * Bump go. * Fix clippy. * MP-1702. Ignore TWAP related tests. * Use metadata and env for osmosis-testing. * Update github ci/cd to use wasm files for testing. * Fix clippy. * Use wasm from cargo build outputs. * Remove env for tests. * Update imported package to workspace. * Use wasm files from cargo build.
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
for better readability
contract.rsis broken down into:
contract.rswhich contains the entry pointsexecute.rswhich contains the execute functionsquery.rswhich contains the query functionstest.rsis broken down into the following files according to the topics of the tests:
admin.rs(all owner/administrative functions)borrow.rsdeposit.rsliquidate.rsmisc.rsquery.rswithdraw.rs