找到约 15 条结果

文章 状态膨胀和无状态性

*此文谨献给 Alexey Akhunov 和 Igor Mandrigin,感谢你们在无状态性概念上的贡献。* ## 一. 引言 本文的目的在于向大家介绍一种解决 “状态数据膨胀” 问题的技术路径 —— “无状态性(statelessness)”。“状态数据膨胀” 是所...

文章 增强区块链抗审查能力 - 高级机制和数学模型

...t^{(k)} - cfail(o_i^{(k)}) & \text{if } o_i^{(k)} \notin O^{*(k)}_i \text{ and } o_i^{(k)} \in \text{Reverted Operations} \\ 0 & \text{otherwise} \end{cases} $$ ### 进一步的数学分析 确定最佳阶段数 $K$ 和 Solver 在阶段之间的分布对于最大化系统效率和公平性至关...

文章 区块链能革新财富管理行业吗?——摩根大通与阿波罗案例研究

...https://www.bnymellon.com/us/en/about-us/newsroom/press-release/bny-mellon-and-goldman-sachs-settle-first-hqlax-agency-securities-lending-transactions-130291.html)(2022 年 7 月 20 日) - DTCC:[开发了一个基于区块链(R3 Corda)的结算平台,名为 Project Ion Platform](https...

文章 EIP-6110:修复信标链技术债务

...rials.gitbook.io/zokyo-tutorials/tutorial-16-zero-knowledge-zk/definitions-and-essentials/incremental-merkle-tree?ref=ghost-2077.arvensis.systems)的 Merkle 树结构中存储与存款相关的信息。增量 Merkle 树表现得像一个常规的 Merkle 树([Verkle Trees For The Rest Of Us](https:...

文章 使用Claude AI创建一个EVM MCP服务器

... } } // 运行 main 函数 main().catch(error => { console.error('❌ Unhandled error:', error) // 未处理的错误 process.exit(1) }) ``` ### 链配置:`chains.ts` 此文件定义区块链配置,并基于 QuickNode 的多链格式构建 RPC URL。 chains.ts 文件的一部分 ``` // ...

文章 DEFI - 标题 - Umaprotocol

...,该区块的 [`timestamp`](https://ethereum.org/en/developers/docs/data-and-analytics/block-explorers/#blocks) 最接近 `deposit.quoteTimestamp` 但不大于(即 `block.timestamp` 最接近且 `“25” ### Token 常量 以下常量也存储在 `AcrossConfigStore` 合约中,但特定于以...

文章 如何在UBUNTU虚拟机上编译EOS完成环境搭建?

... in 'detached HEAD' state. You can look around, make experimental changes and commit them, and you can discard any commits you make in this state without impacting any branches by performing another checkout. ``` ### 4.5 【错误4】编译提示RAM空间不足 **输入:** > duncanwa...

文章 Uniswap Permit2 - 高效、一致和安全的授权

... ## 参考资源 - [Permit2公告](https://uniswap.org/blog/permit2-and-universal-router) - Permit2的地址也可以在这里找到 - [Permit2 Repo](https://github.com/Uniswap/permit2) - Permit2智能合约代码 - [Permit2 `SignatureTransfer` 文档](https://docs.uniswap.org/contracts/perm...

文章 Gas票证 - 以太坊区块的后台通行证

...章](https://vitalik.ca/general/2023/01/20/stealth.html#stealth-addresses-and-paying-transaction-fees),其中概述了这样一个系统如何运作。这个**票务**概念最吸引人的特性之一是,它允许用户在使用未资助的 EOA 时保持他们的隐私。 ## Gas **票务** **...

文章 密码学101:全同态加密

...0by%20selecting%20some%20polynomial%20f(X)%20in%20%F0%9D%94%BD%5BX%5D%2C%20and%20setting%20the%20ideal%20to%20be%20the%20set%20of%20all%20multiples%20of%20it.)中解释的那样。 接下来,我们需要再次讨论_基_的概念。我们在[几篇文章前](https://medium.com/thecapital/crypto...

文章 【Web3 探索】如何获取地址拥有的所有 NFT

...butes: [Array], description: "CoinStats GLXY is for the starry-eyed and galaxy-brained. It's for those whose spaceship has landed on CoinStats planet, who appreciate the mysterious glow the cosmic entities on our orbit give off. Enjoy the kitsch!", image: 'ipfs://QmVaTJSCgGFyfcd4hsaTN2...

文章 你现在就可以在 Layer-2 上做的 7 件事

...ium.com/matic-network-becomes-polygon-ethereums-internet-of-blockchains-expands-mission-and-tech-scope-364932c02cd0),转型成致力于 “让以太坊成为区块链的互联网”。 此次品牌重塑的题中之义是,该团队将开始拥抱 optiimistic rollup、zk rollup,等等。 ...

文章 【源码解读】你买的NFT到底是什么?

...链下监听到这次交易的数据 ``` /** * @dev Mints `tokenId` and transfers it to `to`. * Emits a {Transfer} event. */ function _mint(address to, uint256 tokenId) internal virtual { require(to != address(0), "ERC721: mint to the zero address"); require(!_exists(tokenId), "...

文章 zkPorter:Layer 2 方案的新突破

...,很快就会被[诱导需求](https://en.wikipedia.org/wiki/Induced_demand?fileGuid=xVTRG3H9XYGrpWHp)所吞噬。 Rollup 只能线性增加吞吐量(所有数据还是要广播到所有全节点)。但是,若要实现真正意义上的可扩展性,我们需要让吞吐量实现指数...

文章 从RPC到执行 - Solana的费用市场和交易管道的排队理论视角 - 第二部分

...wpmucdn.com/wordpressua.uark.edu/dist/7/795/files/2016/08/comparing_static_and_dynami.pdf) 或 [PID 类](https://en.wikipedia.org/wiki/Proportional%E2%80%93integral%E2%80%93derivative_controller) 控制器在实践中往往有效。 --- ### 串行优先级的建模与仿真 #### 近似分析 串...