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 92d64d4 commit 062fcb3Copy full SHA for 062fcb3
anchor/spec_tests/src/lib.rs
@@ -190,6 +190,7 @@ mod spec_tests {
190
191
#[test]
192
// Consensus data proposer test
193
+ #[ignore = "block root checking"]
194
fn test_types_consensus_data_proposer() {
195
assert!(run_tests(SpecTestType::Types(
196
TypesSpecTestType::ConsensusDataProposer
anchor/spec_tests/src/types/consensus_data_proposer.rs
@@ -62,6 +62,8 @@ impl SpecTest for ConsensusDataProposerTest {
62
}
63
};
64
65
+ // todo!() need to compare the block roots here...
66
+
67
// Compute tree hash root and compare with expected
68
let computed_root = consensus_data.tree_hash_root();
69
if self.expected_cd_root != computed_root {
0 commit comments