-
Notifications
You must be signed in to change notification settings - Fork 60
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
<sync>(project): Sync code from master. #577
<sync>(project): Sync code from master. #577
Conversation
<fix>(console): fix auth init bug, fix cd command bug.
<fix>(console): fix wasm getCode bug, fix get transaction receipt bug.
release 3.0.0-rc2
* update changelog for 3.0.0-rc2 * show cn docs by default
Sider has detected 1 warning on analyzing the commit 6d978d2.
If the errors persist even after retrying, the following actions may resolve them:
If you still have problems, feel free to ask us via chat. 💬 You can turn off such notifications if unnecessary. |
import org.fisco.bcos.sdk.client.protocol.model.JsonTransactionResponse; | ||
import org.fisco.bcos.sdk.client.protocol.response.BcosBlock; | ||
import org.fisco.bcos.sdk.client.protocol.response.BcosGroupNodeInfo; | ||
import org.fisco.bcos.sdk.client.protocol.response.SystemConfig; | ||
import org.fisco.bcos.sdk.client.protocol.response.TotalTransactionCount; | ||
import org.fisco.bcos.sdk.codec.datatypes.Address; |
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.
[Checkstyle] Unused import - org.fisco.bcos.sdk.codec.datatypes.Address. (view)
Rule | Severity |
---|---|
UnusedImportsCheck |
info |
References:
You can close this issue if no need to fix it. Learn more.
@@ -59,7 +59,9 @@ public static void main(String[] args) { | |||
|
|||
WelcomeInfo.welcome(); | |||
String pwd = "/apps"; | |||
SupportedCommand.setIsAuthOpen(consoleInitializer.getClient().isAuthCheck()); | |||
SupportedCommand.setIsAuthOpen( |
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.
[PMD Java] The method 'main(String)' has a cognitive complexity of 81, current threshold is 15 (view)
Rule | Ruleset | Priority |
---|---|---|
CognitiveComplexity |
Design | 3 |
References:
You can close this issue if no need to fix it. Learn more.
@@ -401,7 +401,9 @@ public void printUsageInfo() { | |||
"Query code at a given address", | |||
HelpInfo::getCodeHelp, | |||
(consoleInitializer, params, pwd) -> | |||
consoleInitializer.getConsoleClientFace().getCode(params), | |||
consoleInitializer |
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.
[PMD Java] Avoid really long classes. (view)
Rule | Ruleset | Priority |
---|---|---|
ExcessiveClassLength |
Design | 3 |
References:
You can close this issue if no need to fix it. Learn more.
import org.fisco.bcos.sdk.client.protocol.model.JsonTransactionResponse; | ||
import org.fisco.bcos.sdk.client.protocol.response.BcosBlock; | ||
import org.fisco.bcos.sdk.client.protocol.response.BcosGroupNodeInfo; | ||
import org.fisco.bcos.sdk.client.protocol.response.SystemConfig; | ||
import org.fisco.bcos.sdk.client.protocol.response.TotalTransactionCount; | ||
import org.fisco.bcos.sdk.codec.datatypes.Address; |
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.
[PMD Java] Unused import 'org.fisco.bcos.sdk.codec.datatypes.Address' (view)
Rule | Ruleset | Priority |
---|---|---|
UnnecessaryImport |
Code Style | 4 |
References:
You can close this issue if no need to fix it. Learn more.
e564777
to
6d978d2
Compare
Kudos, SonarCloud Quality Gate passed! |
No description provided.