找到约 15 条结果

文章 彻底理解solidity里的storage

...ocurrency.asp#:~:text=A%20Merkle%20root%20is%20a,whole%2C%20undamaged%2C%20and%20unaltered.),因为它是一个依赖于它中间所有数据的哈希值。如果任何数据发生变化,根哈希值也会发生变化。 在 "State Root"下面的数据结构是一个Merkle Patric Trie(MPT),...

文章 以太坊的多客户端理念将如何与ZK-EVM互动?

...的 [链下聚合协议](https://learnblockchain.cn/article/11585#rollups-and-validiums-have-a-confirmation-time-vs-fixed-cost-tradeoff.-layer-3s-can-help-fix-this.-but-what-else-can) 来收集来自多个Layer2协议的 SNARK 并将它们组合成一个 SNARK。**在这样的世界中,Layer1的...

文章 filecoin技术架构分析之十五:filecoin源码分析之节点运行逻辑

...括协议层、支撑包、内部api层、服务层 - 源码部分的command部分比较容易理解,就不单独文章赘述了,基本与内部api层都可以对应起来 - 现在再来看节点的运行逻辑应该会更加清晰了 ## filecoin节点运行逻辑简析 ### 基本数据结...

文章 桥接USDC支持审计

...tes-additional-information) - [缺失和有误导性的文档](#missing-and-misleading-documentation) - [从 L1 中继代币,通过 CCTP 中继 USDC 时,会发出空的交易哈希](#relay-tokens-from-l1-emits-empty-transaction-hash-when-relaying-usdc-through-cctp) - [客户报告](#clien...

文章 比较:以太坊 PoS 和 PoW 安全性

...)中撤出ETH。 Source:https://medium.com/@Beosin_com/ethereum-pos-and-pow-security-fd52a6153b1e ## 关于 ChinaDeFi - ChinaDeFi.com 是一个研究驱动的DeFi创新组织,同时我们也是区块链开发团队。每天从全球超过500个优质信息源的近900篇内容中,寻...

文章 深入理解EVM - Part 5 - 调用/委托调用的原理与实现

...x3874.png) We have the DELEGATECALL & CALL opcodes labeled on the left-hand side and the SLOAD opcode labeled bottom right. Let’s see how they’re connected. 1. 这图里有两个 [1] 号截图,分别对应DELEGATECALL和CALL操作码的代码,在[instructions.go](https://github.com/eth...

文章 WebSocket与QuickNode Streams - Quicknode

...更多信息请见 [此处](https://www.quicknode.com/docs/streams/reorg-handling)。 - **压缩**:通过压缩优化数据传输,尽量减少带宽使用。 - **函数集成**:将 Streams 与 [Functions](https://www.quicknode.com/functions) 结合,创建强大的无服务器 API 或实时...

文章 FTX破产事件概览

...在的利益冲突[提出了担忧](https://news.bloomberglaw.com/business-and-practice/ftx-bankruptcy-law-firm-is-wrong-fit-for-role-four-senators-say)。与 S&C “与 FTX 的关系有限且基本上是事务性的” 声明相反,S&C 是 FTX International 在破产前的两家主要律师事务...

文章 惠普发布量子安全打印机

...2,305 1,330 5 (256-bit) Lattice Rainbow Level Ia (Oil-and-Vineger) 161,600 103,648 66 1 (128-bit) UOV Rainbow Level IIIa 861,400 611,300 164 3 (192-bit) UOV Rainbow Level Vc 1...

文章 Mina 白板会议 TL;DR

...有有效的 ZKP 用于区块生产。 观看 o1Labs 首席执行官 Brandon Kase 的《[snarketplace 视频](https://youtu.be/bavCnUx6BGg?feature=shared)》。 ## 无限可扩展的区块链 在讨论为什么 Mina 具有无限可扩展性之前,您应该了解 Big O 表示法,但不...

文章 剖析DeFi交易产品之UniswapV3:Pool合约

...账和支付,以下是最后的代码: ```C++ // do the transfers and collect payment if (zeroForOne) { if (amount1 < 0) TransferHelper.safeTransfer(token1, recipient, uint256(-amount1)); uint256 balance0Before = balance0(); IUniswapV3SwapCallback(msg.sender).uniswapV3SwapC...

文章 SUI Move合约学习与实践——去中心化彩票(Sui Defi Lottery)

...ottery.reward, coin_balance); // increment no of tickets bought and update players ticket record let oldTicketsCount = lottery.noOfTickets; let newTicketId = oldTicketsCount; let newTotal = oldTicketsCount + noOfTickets; while (newTicketId < newTotal) {...

文章 如何创建自己的ERC721非同质化资产生物商店?

...rently loading 4 of 11 items... This might take a while so take a break and come back a bit later. In fact, just start a conversation on our [discord](https://discord.gg/ga8EJbv), read our [wikis](https://cryptokitties.opensea.io/), or browse our [marketplace](https://rinkeby.opensea.io/assets). ...

文章 理解Solana RPC:开发者综合指南

...s.html?ref=blog.syndica.io#facts) - [Solana Developer Course: Page, Order, and Filter Program Data](https://solana.com/developers/courses/native-onchain-development/paging-ordering-filtering-data-frontend?ref=blog.syndica.io) ## 错误 在使用 Solana 的 JSON-RPC API 时,了解各种错误代...

文章 如何提高gas limit,第二部分:历史增长

...并使用其[RLP](https://ethereum.org/en/developers/docs/data-structures-and-encoding/rlp/)字节表示大小。无法轻易识别的合约被分类为“未知”。“其他”类别包括基础设施和游戏等一系列小类别。 从这个图表可以得到一些关键的结论: - **...