找到约 14 条结果

文章 Solana 中的 Ed25519 签名验证

...nvalidInstructionSysvar))?; // Ensure it is the Ed25519 program and uses no accounts (stateless check) require!(ed_ix.program_id == ed25519_program::id(), AirdropError::BadEd25519Program); require!(ed_ix.accounts.is_empty(), AirdropError::BadEd25519Accounts); ...

文章 web3批评者误解去中心化

...信息和隐私](https://help.twitter.com/en/twitter-for-websites-ads-info-and-privacy) 将会有中心化服务存在于web3中。事实上,正如我们在web1中所看到的,公共拥有的网络在其周围解锁了一波巨大的创新和企业家精神。 90年代的企业家和投资者...

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

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

文章 每周以太坊进展 2021/08/21

... gas 用量 * [1inch Network](https://blog.1inch.io/the-1inch-network-expands-to-optimistic-ethereum-2beb89fa63bf) 已上线 Optimism * [Teleportr](https://twitter.com/0x_clem/status/1428606240293212167):低成本的主网到 Optimism 的 ETH 桥,限额 0.02 ETH * [Warp](https://medium.com/ne...

文章 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 ``` 让我们逐行将其分解: 首先,我们创建一个...

文章 如何贡献 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 `...

文章 Concordance:利用 LLM 安全地简化复杂智能合约

... success := call(gas(), token, 0, 0x1c, 0x64, 0x00, 0x20) if iszero(and(eq(mload(0x00), 1), success)) { if iszero( lt( or(iszero(extcodesize(token)), returndatasize()), success ) ) { mstor...

文章 使用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...

文章 Unbundling staking: Towards rainbow staking - Proof-of-Stake / Economics

....ch/u/sachayves), [@mikeneuder](https://ethresear.ch/u/mikeneuder), [@DrewVanderWerff](https://ethresear.ch/u/drewvanderwerff), [@diego](https://ethresear.ch/u/diego), [@Pintail](https://ethresear.ch/u/pintail), [@soispoke](https://ethresear.ch/u/soispoke), [@0xkydo](https://ethresear.ch/u/0xkydo), ...

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

...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 有何不同? ...

文章 ETC白皮书学习

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

文章 安全披露

...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 // 但...

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

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