Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Summary from our mail threads #3

Open
hzysvilla opened this issue May 27, 2024 · 0 comments
Open

Summary from our mail threads #3

hzysvilla opened this issue May 27, 2024 · 0 comments

Comments

@hzysvilla
Copy link
Collaborator

zk coprocessor:


Exploring Correlation Patterns in the Ethereum Validator Network(http://arxiv.org/pdf/2404.02164v1)

  • Weakly related, but interesting wrt to "true client diversity" and "true decentralization". Note the LIDO grant system.

● Specular: Towards Secure, Trust-minimized Optimistic Blockchain Execution.


● JOLT: simplest and extensible ZK VM.
https://a16zcrypto.com/posts/article/building-jolt/
https://github.com/a16z/jolt
○ written in Rust


● Mechanism Design for ZK-Rollup Prover Markets(https://arxiv.org/abs/2404.06495)
○ on the economics of prover networks, Livshits co-author


Proof of Backhaul: Trustfree Measurement of Broadband Bandwidth
○ PoB (Proof of Backhaul) ensures how to obtain accurate and reliable bandwidth under the bandwidth incentive mechanism of the decentralized network.
■ Multi-Challenger Mechanism: Multiple challengers simultaneously send traffic to the target node, simulating a high-load network environment, to ensure the accuracy and robustness of bandwidth measurement.
■ Digital Signatures: Each challenger signs the data packets they send to ensure the authenticity and non-repudiation of the challenge traffic.
■ Merkle trees: Mekle trees are used to generate partially verifiable hashes, proving the amount of data received.
○ In our POCD (Proof of client diversity) design, we can also adopt a multi-challenger model to obtain the signature, and then multiple challengers aggregate the signatures(e.g., BLS), and then use the Verkle tree (More efficient data structures) to verify.


multidimensional gas pricing, by vitalikhttps://vitalik.eth.limo/general/2024/05/09/multidim.html)


● Weakly related: the client diversity of the boot nodes.
https://ethresear.ch/t/execution-consensus-client-bootnodes/14588/6


a node crawler of ETH2.0 (https://github.com/ChainSafe/nodewatch-api)


Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant