找到约 14 条结果

文章 每周以太坊进展2022/2/26

...储结构 * [EIP4399](https://eips.ethereum.org/EIPS/eip-4399): 用PREVRANDAO代替DIFFICULTY操作码 ## Layer2 * [zkSync v2.0](https://matterlabs.medium.com/zksync-2-0-public-testnet-is-live-de870ba9632a) EVM兼容zk-rollup公共测试网 * [Optimism](https://twitter.com/optimismPBC/status...

文章 bip-0144.mediawiki 的历史记录 - ajtowns/bips

...mit/959fecc15bdad070afa63455468b1dba54655fa6 "Promote BIP 2 Draft->Active, and implement it - Update all Accepted status to Proposed (renamed status) - The BIP Comments preamble headers added to every BIP - The License preamble headers have been added to all BIPs with a Copyright section") 显示 ...

文章 如何安装和运行一个Stacks节点

...ocker.com/) - 安装 [Node.js 和 npm](https://docs.npmjs.com/downloading-and-installing-node-js-and-npm) - 安装 [curl](https://curl.se/) - 安装 [jq](https://stedolan.github.io/jq/download/) - 安装 [Stacks CLI](https://docs.hiro.so/get-started/command-line-interface) #### **为什么选...

文章 BlockThreat 周报 - 2025年第43周

...icussecurity.com/resource/blog/lazarus-group-apt38-explained-timeline-ttps-and-major-attacks),作者:Picus Labs。 - [以太坊暗黑经济内幕:新研究揭示了价值 1.35 亿美元的 Drainer-as-a-Service 产业](https://blocksecteam.medium.com/inside-ethereums-shadow-economy-new-resea...

文章 首届 Ola 提案和投票竞赛

...< [https://ola-2.gitbook.io/ola-community-hub/community-participation/vote-and-propose-on-ola](https://ola-2.gitbook.io/ola-community-hub/community-participation/vote-and-propose-on-ola) \> 提交你的提案或在 < [https://proposal.olavm.org/#/](https://proposal.olavm.org/#/) \> 投下你的一...

问题 请教关于关于以太坊solidity的MerkleTree默克尔树证明的一个问题

... return a % b; } } /** * @dev Interface of the ERC20 standard as defined in the EIP. */ interface IERC20Upgradeable { /** * @dev Returns the amount of tokens in existence. */ function totalSupply() external view returns (uint256); /** * @dev ...

文章 如何设置你的ETH2验证者:一份综合指南

...ps://www.reddit.com/r/ethstaker/comments/q42h7e/risk_of_slashing_penalties_and_rate_of_loss/),验证者面临潜在的风险,包括削减惩罚,如果未遵循正确的协议,可能会导致质押的 ETH 损失。尽管存在这些风险,但[社区反馈](https://www.reddit.com/r/ethstaker...

文章 EIP-7594解析:PeerDAS和以太坊可扩展性路线图的技术深入研究

...esearch.2077.xyz/data-availability-or-how-rollups-learned-to-stop-worrying-and-love-ethereum#eli5-what-is-data-availability)) 提供了理论,但 **以太坊的第一个实用版本** 称为 **PeerDAS**,在 [**EIP-7594**](https://learnblockchain.cn/docs/eips/EIPS/eip-7594) 中定义,并随 **F...

文章 10 篇塑造现代零知识证明的必读论文

...的 SNARK > Gennaro, Gentry, Parno, Raykova - **Quadratic Span Programs and Succinct NIZKs without PCPs** (2013) [^12] 我们现在跳到一篇介绍第一个实用 SNARK 构造的论文!这项工作标志着旨在创建不依赖于低效 PCP 定理的 SNARK 研究的巅峰。虽然 PCP 定...

文章 赔付曲线序列化

...范德蒙德矩阵](https://en.wikipedia.org/wiki/Polynomial_interpolation#Constructing_the_interpolation_polynomial) 或 另一种替代方法,[差商](https://en.wikipedia.org/wiki/Newton_polynomial#Divided-Difference_Methods_vs._Lagrange) 方法。 请注意,虽然以下内容可能看起来...

文章 使用puppeth搭建私有以太坊网络

...档:[Install on Ubuntu via PPAs](https://geth.ethereum.org/docs/install-and-build/installing-geth#install-on-ubuntu-via-ppas) #### 创建工作目录 创建工作目录`gethpoa`,并在此目录下创建另外两个node节点目录。完成之后的目录结构如下:创建账户 ```sh...

文章 隐私的需求

...m/@Nillion\_Network/nillion-unlocking-the-mass-adoption-of-personalized-ai-and-more-9aeccf56fce1](https://learnblockchain.cn/article/13011) > 高价值数据(HVD)是指由于其对组织或个人的潜在重大影响,而**对其极具价值的数据**。 你的**私人文本**、**照片...

文章 Solana 指令解析 mcp 介绍

... a Solana transaction. Parses the instruction data, identifies the program and function called, extracts parameters, and provides security risk assessment.", { signature: z.string().describe("Transaction signature (base58-encoded string, 88 characters)"), instruction_index: z.numb...

文章 具有缓和发行机制的奖励曲线:EIP研究帖 - 权益证明 / 经济学

## 具有缓和发行量的奖励曲线:EIP 研究帖子 作者:[Anders](https://twitter.com/weboftrees) [Elowsson](https://warpcast.com/anderselowsson) **我撰写此帖子的目的是为了阐述采用具有缓和发行量的奖励曲线的理由。这是即将发布的 EIP 的更长篇幅...