You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi devs, I found a broken link and decided to replace it, but I see
there are many versions with identical file content. If you can suggest
a more correct replacement link, I’d be glad to help. Thank you
---------
Co-authored-by: Wolfgang Welz <[email protected]>
Copy file name to clipboardExpand all lines: crates/steel/tests/steel.rs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -322,7 +322,7 @@ async fn sha256() {
322
322
should_panic(expected = "EVM error: c-kzg feature is not enabled")
323
323
)]
324
324
asyncfnpoint_evaluation_precompile(){
325
-
// test data from: https://github.com/ethereum/c-kzg-4844/blob/main/tests/verify_kzg_proof/kzg-mainnet/verify_kzg_proof_case_correct_proof_31ebd010e6098750/data.yaml
325
+
// test data from: https://github.com/ethereum/c-kzg-4844/blob/v1.0.3/tests/verify_kzg_proof/kzg-mainnet/verify_kzg_proof_case_correct_proof_31ebd010e6098750/data.yaml
326
326
let commitment = hex!("8f59a8d2a1a625a17f3fea0fe5eb8c896db3764f3185481bc22f91b4aaffcca25f26936857bc3a7c2539ea8ec3a952b7").to_vec();
0 commit comments