Vitalik Buterin discusses hot topics from the Ethereum ecosystem: MEV, staking derivatives, privacy, decentralization, and future interoperability. Ethereum’s merge to proof-of-stake brought with it the emergence of liquid staking derivatives (LSD). Similarly to mining pools in proof-of-work consensus models, staking pools could pose a risk to Ethereum’s decentralization. In terms of privacy-preserving solutions, the advances in zero-knowledge research were a big breakthrough, especially as EVM compatibility became possible. Maximal extractable value (MEV) remains a pressing matter, but hopes are that the upcoming proposer-builder separation (PBS) will alleviate it.Epicenter, July 2023
# Search
curl -X POST "https://search.dria.co/hnsw/search" \
-H "x-api-key: <YOUR_API_KEY>" \
-H "Content-Type: application/json" \
-d '{"rerank": true, "top_n": 10, "contract_id": "rTMLhiuWxE9auV2ajtJXsaUqk_4aA1Tpw-7x6bg6bZA", "query": "What is alexanDRIA library?"}'
# Query
curl -X POST "https://search.dria.co/hnsw/query" \
-H "x-api-key: <YOUR_API_KEY>" \
-H "Content-Type: application/json" \
-d '{"vector": [0.123, 0.5236], "top_n": 10, "contract_id": "rTMLhiuWxE9auV2ajtJXsaUqk_4aA1Tpw-7x6bg6bZA", "level": 2}'