feat: surge actual real time proving#891
feat: surge actual real time proving#891AnshuJalan wants to merge 14 commits intosurge-real-time-pocfrom
Conversation
|
@claude please review |
1 similar comment
|
@claude please review |
|
Claude finished @smartprogrammer93's task in 2m 31s —— View job PR Review: feat: surge actual real time proving
OverviewThis PR introduces a new Critical Issues🔴 Hardcoded Private Key — Must Fix Before Merge
// Surge: Hard coding the private key for the POC
l1_call_proof_signer: alloy::signers::local::PrivateKeySigner::from_bytes(
&"0xac0974bec39a17e36ba4a6b4d238ff944bacb478cbed5efcae784d7bf4f2ff80"
.parse::<alloy::primitives::FixedBytes<32>>()?,
)?,This is the well-known Hardhat/Anvil account #0 private key ( High Priority Issues🟠 Bridging Guard vs. Bridge Handler Contradiction
if !config.disable_bridging {
return Err(anyhow::anyhow!(
"Bridging is not implemented. Exiting RealTime node creation."
));
}
🟠 Duplicate
|
No description provided.