Skip to content

Commit 57569aa

Browse files
committed
data
1 parent facf962 commit 57569aa

File tree

12 files changed

+28535
-14
lines changed

12 files changed

+28535
-14
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#![cfg_attr(rustfmt, rustfmt_skip)]
22
//! Generated by crates/build-guest. DO NOT EDIT!
33
4-
pub const COMMIT: [u32; 8] = [785797281, 1503046428, 1723442098, 1435956418, 1765830355, 482303835, 1354624549, 1218025248];
4+
pub const COMMIT: [u32; 8] = [1882942314, 1464609711, 1835883473, 1967168722, 1952190217, 1764782308, 160991699, 517825726];
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#![cfg_attr(rustfmt, rustfmt_skip)]
22
//! Generated by crates/build-guest. DO NOT EDIT!
33
4-
pub const COMMIT: [u32; 8] = [937604430, 1562589477, 821989304, 1679885151, 643808946, 1649581635, 181247682, 253726358];
4+
pub const COMMIT: [u32; 8] = [479210547, 1698598072, 94754863, 780288433, 1573767534, 1729440231, 129326278, 1396002637];
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#![cfg_attr(rustfmt, rustfmt_skip)]
22
//! Generated by crates/build-guest. DO NOT EDIT!
33
4-
pub const COMMIT: [u32; 8] = [393332172, 117752347, 1533506325, 905201856, 1743252499, 1773630484, 453382683, 1429716804];
4+
pub const COMMIT: [u32; 8] = [268807762, 466190414, 1913234016, 1927869537, 1571423204, 1284356083, 971543146, 1258990776];

crates/integration/src/testers/chunk.rs

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -220,8 +220,7 @@ pub fn preset_chunk() -> ChunkTaskGenerator {
220220
ForkName::EuclidV2 => (Version::euclid_v2(), 1u64..=4u64),
221221
ForkName::Feynman => (Version::feynman(), 16525000u64..=16525003u64),
222222
ForkName::Galileo => (Version::galileo(), 20239156..=20239235),
223-
// TODO(rohit): update after adding testdata.
224-
ForkName::GalileoV2 => (Version::galileo_v2(), 20239156..=20239235),
223+
ForkName::GalileoV2 => (Version::galileo_v2(), 20239240..=20239245),
225224
};
226225

227226
ChunkTaskGenerator {
@@ -292,11 +291,10 @@ pub fn preset_chunk_multiple() -> Vec<ChunkTaskGenerator> {
292291
Version::galileo(),
293292
),
294293
ForkName::GalileoV2 => (
295-
// TODO(rohit): update after adding testdata.
296294
vec![
297-
20239220..=20239220,
298-
20239221..=20239221,
299-
20239222..=20239222,
295+
20239240..=20239240,
296+
20239241..=20239241,
297+
20239242..=20239242,
300298
],
301299
Version::galileo_v2(),
302300
),

crates/integration/src/utils/mod.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -431,9 +431,8 @@ fn test_build_and_parse_batch_task() -> eyre::Result<()> {
431431
block_range: (20239156..=20239192).collect(),
432432
..Default::default()
433433
},
434-
// TODO(rohit): update after adding testdata.
435434
ForkName::GalileoV2 => ChunkTaskGenerator {
436-
block_range: (20239156..=20239192).collect(),
435+
block_range: (20239240..=20239245).collect(),
437436
..Default::default()
438437
},
439438
}

crates/integration/testdata/galileov2/witnesses/20239240.json

Lines changed: 5241 additions & 0 deletions
Large diffs are not rendered by default.

crates/integration/testdata/galileov2/witnesses/20239241.json

Lines changed: 4583 additions & 0 deletions
Large diffs are not rendered by default.

crates/integration/testdata/galileov2/witnesses/20239242.json

Lines changed: 4837 additions & 0 deletions
Large diffs are not rendered by default.

crates/integration/testdata/galileov2/witnesses/20239243.json

Lines changed: 4443 additions & 0 deletions
Large diffs are not rendered by default.

crates/integration/testdata/galileov2/witnesses/20239244.json

Lines changed: 5035 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)