-
Notifications
You must be signed in to change notification settings - Fork 115
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* visualizer: fix cargo clippy * smart-contract-verifier: fix cargo clippy * eth-bytecode-db: fix cargo clippy * eth-bytecode-db-extractors: fix cargo clippy
- Loading branch information
1 parent
848be76
commit ba04f1b
Showing
12 changed files
with
24 additions
and
47 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
7 changes: 3 additions & 4 deletions
7
eth-bytecode-db-extractors/smart-contract-fiesta/src/eth_bytecode_db.rs
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
11 changes: 1 addition & 10 deletions
11
smart-contract-verifier/smart-contract-verifier-server/src/proto.rs
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1 @@ | ||
pub use smart_contract_verifier_proto::blockscout::smart_contract_verifier::v2::{ | ||
health_actix, health_check_response, health_server, lookup_methods_response, | ||
solidity_verifier_actix, solidity_verifier_server, source, sourcify_verifier_actix, | ||
sourcify_verifier_server, verify_response, vyper_verifier_actix, vyper_verifier_server, | ||
BytecodeType, HealthCheckRequest, HealthCheckResponse, ListCompilerVersionsRequest, | ||
ListCompilerVersionsResponse, LookupMethodsRequest, LookupMethodsResponse, Source, | ||
VerificationMetadata, VerifyFromEtherscanSourcifyRequest, VerifyResponse, | ||
VerifySolidityMultiPartRequest, VerifySolidityStandardJsonRequest, VerifySourcifyRequest, | ||
VerifyVyperMultiPartRequest, VerifyVyperStandardJsonRequest, | ||
}; | ||
pub use smart_contract_verifier_proto::blockscout::smart_contract_verifier::v2::*; |
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,7 @@ | ||
pub use visualizer_proto::{ | ||
blockscout::visualizer::v1::{ | ||
health_actix, health_check_response, health_server, solidity_visualizer_actix, | ||
solidity_visualizer_server, HealthCheckRequest, HealthCheckResponse, | ||
VisualizeContractsRequest, VisualizeResponse, VisualizeStorageRequest, | ||
health_check_response, health_server, solidity_visualizer_server, HealthCheckRequest, | ||
HealthCheckResponse, VisualizeContractsRequest, VisualizeResponse, VisualizeStorageRequest, | ||
}, | ||
google::protobuf::FieldMask, | ||
}; |