Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ethexe/common/src/db.rs
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ mod tests {
#[test]
fn ensure_types_unchanged() {
const EXPECTED_TYPE_INFO_HASH: &str =
"d43d8ab319fb6d934231dba55950c9825e28c6ecf603e8076a90e0cab3855671";
"bc1ef49ee0cb886020f6cb0d88f5259df238917ee8d49f8df2404db0da7417fa";

let types = [
meta_type::<BlockMeta>(),
Expand Down
2 changes: 1 addition & 1 deletion ethexe/common/src/malachite.rs
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ pub enum Transaction {
Injected(SignedInjectedTransaction),
}

/// Placeholder; shape firms up once executor plumbing lands.
/// Reserved per-MB limits for scheduled task progress.
#[derive(Clone, Debug, Default, PartialEq, Eq, Encode, Decode, TypeInfo)]
#[cfg_attr(feature = "std", derive(Serialize, Deserialize))]
pub struct ProgressTasksLimits {}
Expand Down
Loading
Loading