-
Notifications
You must be signed in to change notification settings - Fork 26
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
Integration tests for example project structure #145
Conversation
# Conflicts: # redspot.config.ts # tests/e2e/example_project_structure/lending_contract.tests.ts
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
GJ
# Conflicts: # example_project_structure/contracts/stable_coin/lib.rs # example_project_structure/impls/lending/data.rs
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you update documentation please with new examples of the code?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
And seems you didn't update all docs=)
Created integration tests for
example_project_structure
contracts;Fixed
repay
method;Added
get_asset_shares
method.