找到约 10 条结果

文章 以太坊节点消息传播带宽消耗 - 网络

...监听器和追踪器** ( [GitHub - probe-lab/hermes: A Gossipsub listener and tracer.](https://github.com/probe-lab/hermes/))。 Hermes 订阅所有相关的 pubsub 主题并追踪所有协议交互。 此处报告的结果来自 3.5 小时的追踪。 **研究描述:** p2p 系统的分布式特...

文章 如何贡献 Rivet ?

...t messenger.send('ping', { foo: 'bar' }); console.log(result); // "pong and bar" } ``` `background.ts` (**后台** 上下文) ```tsx import { getMessenger } from '~/messengers'; const messenger = getMessenger('background:wallet'); messenger.reply('ping', (args) => { return `...

文章 DAS分叉选择 - 共识

...Gwei(sum( state.validators[i].effective_balance for i in unslashed_and_active_indices if (i in store.latest_messages and i not in store.equivocating_indices and ( (store.latest_messages[i].root == root and store.latest_messages...

文章 Dune Analytics入门教程(含示例)

...te’, e.block_time) where block_time > now() — interval ’10 days’ and symbol = ‘ETH’ )select date_trunc(‘day’, block_time) as “Date”, sum(value * price / 1e18) as “Value” from txs group by 1 order by 1 ``` 让我们逐行将其分解: 首先,我们创建一个...

文章 使用Node.js后台监听合约事件及提供服务

...rough creating a package.json file. It only covers the most common items, and tries to guess sensible defaults. See `npm help json` for definitive documentation on these fields and exactly what they do. Use `npm install ` afterwards to install a package and save it as a dependency in the pa...

文章 ETC白皮书学习

以太坊白皮书(*Ethereum: A Next-Generation Smart Contract and Decentralized Application Platform*)由 **Vitalik Buterin** 于 **2013年底\~2014年初**发布,提出了区块链的第二代应用 —— **智能合约与去中心化应用平台(DApp)** ## 背景与初衷 当前...

文章 什么是比特币默克尔化抽象语法树?

...ttps://blockstream.com/2015/08/24/treesignatures.html#h.mxbj7rz0xoe5)”、Andrew Poelstra 的 [“无脚本式脚本”](https://diyhpl.us/wiki/transcripts/mit-bitcoin-expo-2017/mimblewimble-and-scriptless-scripts/),还用 Thaddeus Dryja 的 [“离散对数合约”](https://adiabat.github.io/dl...

文章 什么是 Optimistic Virtual Machine (OVM)?

...可用性。 ![Layer 2 block chains are on top of an existing blockchain and are designed to help scale the Layer 1 chain.](https://img.learnblockchain.cn/2025/04/16/56101687_image.png)Layer 2 区块链位于现有区块链之上,旨在帮助扩展 Layer 1 链。 ## OVM 与 EVM 有何不同? ...

文章 在2025年,Superchain的有效衡量指标有哪些?

...变,[数据术语表](https://docs.optimism.io/app-developers/tools/data-and-dashboards/data-glossary?ref=blog.oplabs.co)将不断更新。 追踪正确的指标是整个 Superchain 生态系统共同面临的机遇和挑战。 👉**探索仪表板、分析内容以及与 Superchain 数据...

文章 安全披露

...OND }(0, _dummyClaim()); // Node 1 can actually be attacked here, and would block the resolution of node 0 // 节点 1 实际上可以在此处被攻击,并且会阻止节点 0 的解决 // but the attacker only needs to censor one L1 block to prevent that // 但...