找到约 14 条结果

文章 每周以太坊进展 2023/2/4

...存款、BLS变更和退出 * [3个水龙头](https://zhejiang.ethpandaops.io/)获取浙江测试网ETH * [运行 Lighthouse + Geth 节点](https://github.com/eth-educators/ethstaker-guides/blob/main/zhejiang.md) 指南 * 浙江公共测试网 2月7日 升级到 Shapella * ...

文章 每周以太坊 2024/04/27

...)** * [**Pectra-devnet-0**](https://notes.ethereum.org/@ethpandaops/pectra-devnet-0#Client-implementation-tracker):添加了 EIP7685 通用执行层请求;客户端团队的实现正在进行中,尽管 Erigon 的实现可能会延迟,因为正在实现 Erigon v3 * **E...

文章 以太坊系节点数据清洗组件--Ethereum ETL

... ### 2.1 导出区块和交易信息 ``` # ethereumetl export_blocks_and_transactions --start-block 0 --end-block 5000000 --provider-uri http://ip:port/ --blocks-output blocks.csv --transactions-output transactions.csv 2021-11-23 15:10:00,693 - ProgressLogger [INFO] - Started work. Items to...

文章 optimism fault-proof背后的机制(三):cannon

... // calldata is packed, thus starting left-aligned, shift-right to pad and right-align let w := shr(shl(3, sub(32, size)), calldataload(callOffset)) mstore(memOffset, w) callOffsetOut := add(callOffset, size) mem...

文章 理解比特币 Miniscript(二):工作原理

> _作者:benma_ > > _来源: [https://shiftcrypto.ch/blog/understanding-bitcoin-miniscript-part-2/](https://shiftcrypto.ch/blog/understanding-bitcoin-miniscript-part-2/)_ > > _本文为 “理解比特币 Miniscript” 系列的第二篇。前篇可见 [此处](https://learnblockchain.cn/articl...

文章 使用 Polygon dApp Store Kit 创建 Web3 应用商店

...[dapps, setDapps] = useState(); // useEffect to fetch the list of dApps and store them in the state // useEffect 用于获取 dApps 列表并将其存储在状态中 useEffect(() => { (async () => { // Base URL for the mainnet API // 主网 API 的基本 URL const baseUR...

文章 如何安装和运行Prysm信标节点

...s://airtable.com/shrKKKP7O1Uw3ZcUB?prefill_Guide+Name=How%20to%20Install%20and%20Run%20a%20Prysm%20Beacon%20Node)! ## 概述 即使你是新手、菜鸟,还是 Ethereum 的专业人士,看到这些 Ethereum 的发展我们都感到非常兴奋。无论是 Istanbul、Atlantis 等所有硬分...

文章 深入研究智能合约反编译

...用数据的前 4 个字节确定正在调用的函数。通常,使用`AND(PUSH4(0xFFFFFFFF), CALLDATALOAD(0))`来加载调用数据的前 4 个字节,然后将函数选择器与调度查找表中的函数选择器进行比较,以确定正在调用的函数。如果找到匹配项,则程序...

文章 区块链发展

...st:8546 ETHEREUM_JSONRPC_VARIANT parity HEART_BEAT_TIMEOUT 30 HEART_COMMAND sudo systemctl restart explorer.service LOGO /images/blockscout_logo.svg NETWORK POA Network SUBNETWORK Sokol Testnet NETWORK_ICON _test_network_icon.html LINK_TO_OTHER_EXPLORERS true 部署步骤 手动部署 克...

招聘 Lead Front-End Web3 Developer(全职远程,全英文工作环境,项目名称InvArch,波卡生态的项目)

... The back end is primarily written in Rust using the Substrate framework, and the front end is primarily written in Javascript using the React.js framework. Joining InvArch means working with teams from other major protocols & projects, collaborating with key Polkadot community figures, and joining...

文章 从“Flash Boys”到“闪电机器人”:抢跑交易的新时代正在链上展开

...还是转移注意力?](https://blog.shutter.network/encrypted-mempools-and-ethereums-roadmap-fix-or-distraction/) - [揭穿围绕加密内存池的神话和误解](https://blog.shutter.network/debunking-myths-and-misconceptions-around-encrypted-mempools/) - [了解好 MEV 和坏 MEV - 以及加...

文章 MuSig2 与 FROST:Taproot 上的多签名方案

> _作者:Sebastian_ > > _来源: [https://blog.bitbox.swiss/en/musig2-and-frost-explaining-multisignature-schemes-on-taproot/](https://blog.bitbox.swiss/en/musig2-and-frost-explaining-multisignature-schemes-on-taproot/)_ ![musigfrostheader](https://img.learnblockchain.cn/2025/07/22/musigfrosth...

文章 Cyfrin 2025年5月区块链安全和教育新闻通讯

...scale**](https://coinchapter.com/hackers-drain-7-million-in-loopscale-hack-and-term-finance-hack-amid-defi-exploits-2025/) **(580 万美元):** Solana 上的金库定价缺陷允许攻击者耗尽资金。后来根据白帽赏金协议返还了 280 万美元。[**BTCM App**](https://x.com/bloc...

文章 如何使用 Pinocchio 构建和部署Solana程序

...ructions.rs /// Shank IDL facade enum describing all program instructions and their required accounts. /// This is used only for IDL generation and does not affect runtime behavior. // / Shank IDL facade 枚举,描述所有程序指令及其所需的帐户。 // / 这仅用于 IDL 生成,不...