We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5be6bdd commit 911e6b5Copy full SHA for 911e6b5
crates/core/src/node/inner/time.rs
@@ -64,6 +64,8 @@ impl Time {
64
diff
65
}
66
67
+ // FIXME: to be removed soon when zksync-error supports boxed types better
68
+ #[allow(clippy::result_large_err)]
69
/// Forces clock to return provided value as the next timestamp. Time skip will not be performed
70
/// before the next invocation of `advance_timestamp`.
71
///
crates/core/src/node/inner/vm_runner.rs
@@ -108,6 +108,8 @@ impl VmRunner {
108
109
110
111
112
113
/// Validates L2 transaction
114
fn validate_tx(
115
&self,
0 commit comments