找到约 12 条结果

文章 Michael.W基于Foundry精读Openzeppelin第61期——ERC1967Upgrade.sol

... { _upgradeTo(newImplementation); } function upgradeToAndCall( address newImplementation, bytes memory data, bool forceCall ) external { _upgradeToAndCall(newImplementation, data, forceCall); } function upgradeToAndCallUUPS( ...

文章 统一桥:实现互操作链体验的关键 AggLayer 组件

...调用** 桥接和调用允许跨链资产转移,并使用 “Bridge- **and**-Call” 接口在目标 L2 上进行调用: - 用户在源 Layer2 上发起一个 bridgeAndCall 调用。 - L1 上的全局退出根被更新,反映了来自 L2 的桥接交易。 - 目标 L2 排序器获取并更...

文章 NFT开发的前沿

...身份以及跨平台互操作性 [\[1\]](https://weborigo.com/blog/nfts-and-virtual-worlds)。 通过利用 NFT,创作者可以在元宇宙中开发稀缺、可交易和可货币化的数字资产,例如虚拟房地产、游戏内物品和数字收藏品。这为这些资产创造了内在价...

文章 选择合适的数据可用性层 - 深入分析Celestia、Polygon Avail和EigenDA

... | 是(独立的 PoS 链,基于 Substrate)。使用 *BABE/GRANDPA* 最终性。 | 否(基于以太坊重质押的服务)。 ...

文章 每周以太坊进展 2020-01-19

...桥与 Phase 1 手续费市场](https://ethresear.ch/t/phase-1-fee-market-and-eth1-eth2-bridging/6775) * [Eth 2 经济模型的模拟环境](https://github.com/ethereum/rig/blob/master/eth2economics/code/beaconrunner/beacon_runner.ipynb) * Ryuya Nakamura 提议使用 [主观确定性小工具](htt...

文章 Web3创始人如何才能蓬勃发展

...定界限并保持界限的需求之间取得平衡。 ``` [Verifiable Random Function (VRF)](https://learnblockchain.cn/article/18936) [Blockchain Scalability: Execution, Storage, and Consensus](https://learnblockchain.cn/article/18944) [The Importance of Network Effects in Web3](https://learnbl...

文章 欺诈证明

...计算它](https://learnblockchain.cn/article/17399#l2-output-commitment-construction)。 3. 如果输出根与`claim`匹配,则以代码 0 退出。否则,以代码 1 退出。 > 注意:争议游戏界面正在积极更改,可能需要其他声明断言。 > 输出根结语可能会被替...

文章 Ethernaut 题库闯关 #23 — Puzzle Wallet

...,请阅读以下内容: - [Solidity Docs: Delegatecall / Callcode and Libraries](https://docs.soliditylang.org/en/latest/introduction-to-smart-contracts.html#delegatecall-callcode-and-libraries) - [Sigma Prime, Solidity Security: 已知的攻击载体和常见的反模式的综合清单:de...

文章 深入vyper: 稀疏、恒定时间跳转表

...1 24 SHR // bucket 魔法值 DUP PUSH1 8 SHR PUSH1 0xFFFF AND // bucket 位置 DUP PUSH1 0xFF AND // bucket 大小 // 计算函数信息位置,复制到内存:42 gas PUSH1 7 // 函数信息大小 SCHEDULE DUP SCHEDULE MUL PUSH1 24 SHR MOD // 我们的哈希...

文章 什么是区块链互操作性?

...不具备与其他区块链或 [外部 API](https://blog.chain.link/understanding-how-data-and-apis-power-next-generation-economies/) 的内置通信能力。这种限制通常被称为 [预言机问题](https://blog.chain.link/what-is-the-blockchain-oracle-problem/),它不仅禁止区块链与传...

文章 解密DeSci:最新的Web3运动指南

...学的[平台和协议](https://medium.com/@jillcarlson/products-platforms-and-protocols-bbef1c726561),调整基于区块链的公共利益融资模型,如[二次融资](https://gitcoin.co/blog/gitcoin-grants-quadratic-funding-for-the-world/)和[追溯性融资](https://learnblockchain.cn/articl...

文章 加密货币 Staking:理解智能合约漏洞及预防策略

...ddit.com/r/ethstaker/comments/1az46go/proposed_changes_to_staking_issuance_and_how_it/),并且智能合约市场预计到 [2030 年将达到 730 亿美元](https://www.apriorit.com/dev-blog/smart-contract-vulnerabilities-mitigation),因此确保质押机制的安全性变得前所未有地重要...