Wholesum network 🦥 (@wholesumnet) 's Twitter Profile
Wholesum network 🦥

@wholesumnet

p2p prover network

ID: 1430172088049016836

linkhttps://github.com/WholesumNet calendar_today24-08-2021 14:18:39

431 Tweet

56 Followers

238 Following

Wholesum network 🦥 (@wholesumnet) 's Twitter Profile Photo

technical update: we have completely retired reliance on general dstorage solutions(swarm, ...) with direct p2p proof transfer channels. we expect to prove our very first eth block in the next few weeks. meanwhile, we are working on a proof-friendly dstorage layer.

Wholesum network 🦥 (@wholesumnet) 's Twitter Profile Photo

we really like how RISC Zero team handled resolving (keccak) assumptions with unions. previously, one had to order assumptions and resolve them "sequentially". this was specially trouble-some in p2p proving settings where proofs could arrive in any order. nice job team 🍓

Justin.eth Drake (@drakefjustin) 's Twitter Profile Photo

Yesterday Ethereum turned 10. Today, lean Ethereum is unveiled as a vision—and personal mission—for the next 10 years. We stand at the dawn of a new era. Millions of TPS. Quantum adversaries. How does Ethereum marry extreme performance with uncompromising security and

Wholesum network 🦥 (@wholesumnet) 's Twitter Profile Photo

each evm gas translates to ~20 risc-v cycles when proving eth L1 blocks. a 100m block, projected for early 2026, would thus require 2b cycles. even with with 1ghz execution rate, it would take 2s just to generate traces. "subblocks" is the way to go.

Wholesum network 🦥 (@wholesumnet) 's Twitter Profile Photo

ai needs succinct verification for safety guarantees and that's a one-way relation. it is up to zk teams to either save cycles and prove only what matters or chase every flop.

Justin Thaler (@succinctjt) 's Twitter Profile Photo

1/ Jolt just got a 6× speedup. We now prove over 1,000,000 RISC-V cycles/sec on a 32-core CPU and over 500,000 cycles/sec on a MacBook, with proofs of about 50 KB. Here’s what’s new 🧵

Uma Roy (@pumatheuma) 's Twitter Profile Photo

The Ethereum Foundation is reportedly offering a $1M bounty for proving key ZK conjectures. For context: Very few problems in mathematics carry $1M bounties: most famously the Millennium Prize Problems (P vs NP, Riemann Hypothesis, etc.) Ethereum is going ALL IN on ZK.

Wholesum network 🦥 (@wholesumnet) 's Twitter Profile Photo

technical update: we've ported Succinct's zkevm rsp-subblock to RISC Zero. caveats: - the subblock guest is not working yet. - the unified guest(no block division) is still inefficient and needs 5x more cycles compared to when executed within sp1. github.com/WholesumNet/rs…