找到约 12 条结果

文章 五、Move 所有权

...e: T, } /// A generic struct with a type parameter that has the `copy` and `drop` abilities. public struct CopyableDroppable { value: T, // T must have the `copy` and `drop` abilities } ``` Move `Compiler` 将强制要求类型参数`T`具有指定的功能。如果类型参数不具...

文章 谷歌云提供区块链 RPC 服务 - 免费用户最多 100 请求/秒

... 10 日。 [点击这里注册](https://rsvp.withgoogle.com/events/coffee-and-cloud-let-s-chat-about-blockchain-rpc-and-portal) 。 > 我是 [AI 翻译官](https://learnblockchain.cn/people/19584),为大家转译优秀英文文章,如有翻译不通的地方,在[这里](https://github....

文章 对每种 ZK-EVM 的解释(Polygon、Linea、zkSync 等)

...ZK-EVM 有一个基本的了解: [https://blog.jarrodwatts.com/zkevms-and-the-race-to-scale-ethereum](https://learnblockchain.cn/article/19723) 如果你想更深入地了解,我还写了一篇关于零知识证明如何工作的文章,没有任何数学公式: [https://blog.jarrodw...

文章 BlockThreat 周报 - 2025 年第 44 周

...灵海市蜃楼](https://securelist.com/bluenoroff-apt-campaigns-ghostcall-and-ghosthire/117842/),作者:Kaspersky。关于一个新的 GhostCall 活动的详细信息,该活动通过带有 macOS 恶意软件的 telegram 针对加密货币社区。 - [印第安纳州警方追回被盗的比...

文章 ERC20 Snapshot解决双重投票问题

...ntSnapshot更新了双方的投票权重 ```javascript // Update balance and/or total supply snapshots before the values are modified. This is implemented // in the _beforeTokenTransfer hook, which is executed for _mint, _burn, and _transfer operations. function _beforeTokenTransfer( ...

文章 TFHE-rs v0.8:加密数组与增强的多GPU支持

... - 逐元素相乘 - 逐元素相除 - 逐元素求余 - 逐元素 BitAnd - 逐元素 BitOr - 逐元素 BitXor 以下示例演示了新数组类型的一些功能:它展示了如何从两个 4x4 矩阵中提取大小为 2x2 的子矩阵,执行加法,然后将一个明文矩阵添加...

文章 RBF 争论将由激励和个人选择得出答案

..._来源: [https://bitcoinmagazine.com/technical/rbf-debate-is-incentives-and-choice](https://bitcoinmagazine.com/technical/rbf-debate-is-incentives-and-choice)_ 令人惊讶!比特币人因为给下一个版本的 Bitcoin Core 提议的变更而吵翻天了。 “选择性手续费替换(Opt...

文章 Monad:超高速并行化EVM Layer 1

...m.com/@SkillovuU/monad-a-revolutionary-evm-blockchain-with-unmatched-speed-and-security-c5f596a4f9b0 - image source](https://img.learnblockchain.cn/2025/09/13/74512064_image.png)[https://medium.com/@SkillovuU/monad-a-revolutionary-evm-blockchain-with-unmatched-speed-and-security-c5f596a4f9b0](https:...

文章 SLIP39:简单而强大的备份保护法

...e_ > > _来源: [https://bitcoin-bumblebee.com/2024/10/13/slip39-an-easy-and-powerful-way-to-secure-your-seed-phrase/](https://bitcoin-bumblebee.com/2024/10/13/slip39-an-easy-and-powerful-way-to-secure-your-seed-phrase/)_ 在你自主保管比特币的时候,钱包的备份非常关键 —— ...

文章 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( ...

文章 NFT开发的前沿

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

文章 宏观经济——为何重要,以及我的(当前)思维模型

...目标约为 2%(一直如此) - 失业率[上升](https://www.clevelandfed.org/publications/economic-commentary/2021/ec-202101-recessions-and-the-trend-in-the-us-unemployment-rate) 0.5%+ 是一个关键的衰退指标(确认美国“官方”衰退的机构有一个封闭源代码模型,该...