-
Notifications
You must be signed in to change notification settings - Fork 4
feat: ibc testing framework #73
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
Changes from all commits
0dfb4ba
b4d7ee8
d75ea32
987279d
9fe9531
054804e
097042f
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
This file was deleted.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
MIT License | ||
|
||
Copyright (c) 2022 COSMOS | ||
|
||
Copyright (c) 2024 Lorenzo Protocol | ||
|
||
Permission is hereby granted, free of charge, to any person obtaining a copy | ||
of this software and associated documentation files (the "Software"), to deal | ||
in the Software without restriction, including without limitation the rights | ||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | ||
copies of the Software, and to permit persons to whom the Software is | ||
furnished to do so, subject to the following conditions: | ||
|
||
The above copyright notice and this permission notice shall be included in all | ||
copies or substantial portions of the Software. | ||
|
||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | ||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | ||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | ||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | ||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | ||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE | ||
SOFTWARE. |
Original file line number | Diff line number | Diff line change | ||||||
---|---|---|---|---|---|---|---|---|
@@ -0,0 +1,7 @@ | ||||||||
# IBC Testing | ||||||||
|
||||||||
This package contains the necessary code to test the IBC modules. It is a forked version of IBC Testing, customized for Lorenzo. | ||||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Reduce line length. The lines exceed the recommended length of 120 characters. Consider breaking them into multiple lines. - This package contains the necessary code to test the IBC modules. It is a forked version of IBC Testing, customized for Lorenzo.
+ This package contains the necessary code to test the IBC modules.
+ It is a forked version of IBC Testing, customized for Lorenzo.
- The customization aims to maximize compatibility with the original source code while ensuring it is suitably adapted for Lorenzo’s specific requirements.
+ The customization aims to maximize compatibility with the original source code
+ while ensuring it is suitably adapted for Lorenzo’s specific requirements.
- The maintainer must keep it updated with the currently used version of the IBC code repository to ensure ongoing compatibility and functionality.
+ The maintainer must keep it updated with the currently used version of the IBC code repository
+ to ensure ongoing compatibility and functionality. Also applies to: 5-5, 7-7 ToolsMarkdownlint
Remove trailing spaces. There are trailing spaces at the end of this line. - This package contains the necessary code to test the IBC modules. It is a forked version of IBC Testing, customized for Lorenzo.
+ This package contains the necessary code to test the IBC modules. It is a forked version of IBC Testing, customized for Lorenzo. Committable suggestion
Suggested change
ToolsMarkdownlint
|
||||||||
|
||||||||
The customization aims to maximize compatibility with the original source code while ensuring it is suitably adapted for Lorenzo’s specific requirements. | ||||||||
|
||||||||
The maintainer must keep it updated with the currently used version of the IBC code repository to ensure ongoing compatibility and functionality. | ||||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Add a newline at the end of the file. Files should end with a single newline character. - to ensure ongoing compatibility and functionality.
+ to ensure ongoing compatibility and functionality.
+ Committable suggestion
Suggested change
ToolsMarkdownlint
|
Uh oh!
There was an error while loading. Please reload this page.