找到约 13 条结果

文章 从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) 控制器在实践中往往有效。 --- ### 串行优先级的建模与仿真 #### 近似分析 串...

文章 EIP-7918:Blob 基础费用由执行成本限定 - EIPs / EIPs core

...拍卖设计的相关背景([Data Always](https://ethresear.ch/t/understanding-minimum-blob-base-fees/20489), [Wahrstätter](https://ethresear.ch/t/on-blob-markets-base-fee-adjustments-and-optimizations/21024), [Crapis](https://ethresear.ch/t/eip-4844-fee-market-analysis/15078)). ## 摘要 此 E...

文章 BIP 158 致密区块过滤器详解

... for o := range objects { // Using the given key, max number (F) and object bytes (o), // convert the object to a number between 0 and F. v := convertToNumber(b, F, key) numbers = append(numbers, v) } // 给 numbers 列表排序 sort.Slice(numbers, func(i,...

文章 fhEVM 协处理器介绍:在以太坊、Base 和其他 EVM 链上运行 FHE 智能合约

...es[from], transferValue); // Allow users to see their balances, and the contract to update it TFHE.allow(_balances[to], to); TFHE.allow(_balances[from], from); TFHE.allowThis(_balances[to]); TFHE.allowThis(_balances[from]); return true; ...

文章 Maker崩溃,Dai流动性紧缩,USDC能救场吗?

...于周四举行](https://blog.makerdao.com/mkr-debt-auction-announcement-and-details/)。 自上周以来,MKR 价格暴跌,较上周下跌超过 60%,在撰写时为 210 美元。价格或许具有吸引力,但市场并没有心情来吸收额外的代币供给,尤其考虑到 Maker 的...

文章 【Solana】使用 CLI 创建 SPL 标准的 Token 以及基础使用

...=================================================== Save this seed phrase and your BIP39 passphrase to recover your new keypair: addict industry theme alley raise edit stone output wreck knife deer pistol =========================================================================== ``` 给 id2 ...

文章 深度研报:AI 与 Web3 数据行业融合的现状、竞争格局与未来机遇探析(下)

...中的区块链和 SQL 知识。 (6)简化 SQL 编写工作(Dune Wand):Dune 8 月推出 Wand 系列的 SQL 工具。Create Wand 允许用户从自然语言提示中生成完整的查询,Edit Wand 并允许用户对现有查询进行修改,Debug 功能自动调试查询中的语法错...

文章 【翻译】编写可升级的智能合约

...逻辑。 ```js // NOTE: Do not use this code snippet, it's incomplete and has a critical vulnerability! pragma solidity ^0.6.0; contract MyContract { uint256 public x; function initialize(uint256 _x) public { x = _x; } } ``` 然而,虽然Solidity确保...

文章 Aptos DeFi:生态系统的概述与展望

.../@chaisomsri96...](https://medium.com/@chaisomsri96/aptos-defi-an-overview-and-outlook-of-the-ecosystem-439f8dec23b1) >- 登链社区 AI 助手,为大家转译优秀英文文章,如有翻译不通的地方,还请包涵~

文章 深入解读 Uniswap v3 新特性

...& [v2](https://medium.com/taipei-ethereum-meetup/uniswap-v2-implementation-and-combination-with-compound-262ff338efa)), 因此我也责无旁贷,继续为大家解读v3! 本文将基于[官方白皮书](https://uniswap.org/whitepaper-v3.pdf)和网站上的例子,带领各位读者走上理解...

文章 了解什么是SBT-Auth,并学习如何创建你自己的系统

...m/buildbear/fin...](https://medium.com/buildbear/find-out-what-is-sbt-auth-and-learn-to-create-your-own-system-12c5f65e40b7) >- 登链社区 AI 助手,为大家转译优秀英文文章,如有翻译不通的地方,还请包涵~

文章 MEVM、SUAVE Centauri及其他

...够进行实验和压力测试,为主要网络的下一次发布 _SUAVE Andromeda_ 作准备。 从高层次来看,初始的 _Centauri_ 发布具有以下架构: ![Centauri Architecture](https://img.learnblockchain.cn/2025/03/05/-architecture-d526298b46d8d4db90b9086f6675e272.png) - **执行...

文章 【推荐】加密数据转换成本、挑战与工具 - 数据工程师必看 2025版

...经离开 Dune,开始工作于 [我自己的数据产品](https://x.com/andrewhong5297/status/1845958032007614631),并在过去几个月里设置我们的数据工程和后端。因此,今年的指南将专注于以太坊 (EVM) 数据工程,而不是整个数据工具栈。实际上,过去...