-
Notifications
You must be signed in to change notification settings - Fork 61
add interfaces of tx module #17
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
Conversation
|
Warnings are found on analyzing the commit 0ba06c0. 4 warnings: We recommend to address them as possible, for example, update outdated dependencies, fix the tool's configuration, configure If you are struggling with these errors or warnings, feel free to ask us via chat. 💬 |
| * @data Jul 17, 2020 3:24:40 PM | ||
| * | ||
| */ | ||
| public class ContractLoader { |
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.
Is the ContractLoader class should be in the module of Contract?
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.
It's based on the module of Contract
Constructor -> SolidityConstructor Function -> SolidityFunction
|
Kudos, SonarCloud Quality Gate passed!
|
* add interface of tx module * rename ambiguous class name Constructor -> SolidityConstructor Function -> SolidityFunction Co-authored-by: cyjseagull <yujiechen_hust@163.com>
* add interface of tx module * rename ambiguous class name Constructor -> SolidityConstructor Function -> SolidityFunction Co-authored-by: cyjseagull <yujiechen_hust@163.com>
* add interface of tx module * rename ambiguous class name Constructor -> SolidityConstructor Function -> SolidityFunction Co-authored-by: cyjseagull <yujiechen_hust@163.com>
* add interface of tx module * rename ambiguous class name Constructor -> SolidityConstructor Function -> SolidityFunction Co-authored-by: cyjseagull <yujiechen_hust@163.com>
No description provided.