找到约 14 条结果

文章 Celestia治理参数

...率。) | True | | mint.BondDenom | utia | Denomination that is inflated and sent to the distribution module account.(被通胀并发送到 distribution 模块帐户的 denom。) | False | | mint.InitialInflationRate | 0.08 (8%) | The inflation rate the network starts at.(网络开始时的...

文章 NFT 平台安全指南

...中大部分基于 [zk-rollup 技术](https://blog.polygon.technology/zk-and-the-future-of-ethereum-scaling/) (稍后讨论),但目前只有 Polygon PoS 作为 NFT 平台上线主网。 ## 共识安全 Polygon PoS 是一条侧链,其基本模式与 Ronin 相似,只不过 Polygon 是一...

文章 Uniswap V2 铸造与销毁功能详解

...areskills.io/post/unisw...](https://www.rareskills.io/post/uniswap-v2-mint-and-burn) >- 登链社区 AI 助手,为大家转译优秀英文文章,如有翻译不通的地方,还请包涵~

文章 中继包含列表 - 权益证明/区块提议者

...等待时间。 - f(t) 是交易 t 的优先费用。 - \\tilde{w} and \\tilde{f} 分别是mempool中所有待处理交易的等待时间和优先费用的中位数。 2. **计算总分并根据交易大小进行调整:** 每笔交易最初被分配一个总分: S(t) = S\_w(t) + S\_f...

文章 硬核入门:从零开始,用 Actix Web 构建你的第一个 Rust REST API (推荐 🔥)

...实战教程。文章从搭建 Actix 项目环境入手,详细讲解了 Handler、Route、State 等核心组件的使用。通过构建一个课程管理服务的 REST API (支持增、查),手把手带你完成项目结构设计、模型定义、路由配置、异步业务逻辑处理及单元...

文章 币安 BSC 链独领风骚,但能持续多久?

...[支付了 40 亿美元](https://www.justice.gov/archives/opa/pr/binance-and-ceo-plead-guilty-federal-charges-4b-resolution)以解决联邦指控。出狱后,他一度保持低调。但在 9 月中旬,CZ 更新了他的 X 个人资料,将其个人简介从“ex-@binance”更改为简单的“...

文章 Optimism 中文周刊 #52

...看:** 点击[这里](https://gov.optimism.io/t/upgrade-proposal-13-opcm-and-incident-response-improvements/9739)查看升级计划。 # 🔮 阅读更多 Superchain 互操作 bounty 结果 https://x.com/Optimism/status/1896705516044419141 Base 隐私保护基础元件 https://x.com...

文章 ELIP-0002:Unique Stake 和运营商集

...the-eigenlayer-security-model/#:~:text=Operator%20Sets%20are%20Versatile%20and%20Extensible&text=It%20can%20specify%20slashing%20conditions,these%20rewards%20will%20be%20distributed.)。 唯一 Stake 保证,Operator 的特定可slash stake 在特定时间只能分配给一个 AVS。这种单一...

文章 掌握一阶约束系统 R1CS 及其在 Circom 中的示例

...。 在 [之前](https://thogiti.github.io/writing-zero-knowledge-proofs-and-circuits-in-four-languages/#process-flow-of-a-zero-knowledge-proof) 的博客文章中,我们看到了创建零知识证明系统的流程。以下是该流程的高级视图: ![零知识证明流程图](https://img.l...

文章 Pectra的瑰宝:EIP-7702,SetCode交易

...成为 [rollups](https://medium.com/@onlylayer/ethereum-rollups-optimistic-and-zero-knowledge-rollups-explained-247607b43193) 的最佳链,同时保持L1链尽可能安全和稳健,同时允许L2处理网络的 **可伸缩性** [**scalability**](https://polynya.medium.com/understanding-ethereums...

文章 链上加密基础设施在 PUMP 预售交易和 ICO 中大放异彩

...//img.learnblockchain.cn/2025/07/18/Infra_Shines_in_PUMP_Premarket_Trading_and_ICO.png) ### 执行摘要 Pump.fun 的首次代币发行(ICO)和周围的预售活动标志着链上基础设施的一个潜在拐点,因为 Hyperliquid 和 Solana 不仅与中心化交易所保持同步,而...

文章 Arbitrum 桥中的消息陷阱

...at-if-dispute#okay-okay-but-if-were-just-talking-about-an-l2-to-l1-message-and-assuming-theres-no-disputes-how-long-between-the-time-the-message-is-initiated-and-when-i-can-execute-it-on-l1-is-it-exactly-one-week)。 即使在争议窗口之后,L2 到 L1 的消息也不会在以太坊上自动...

文章 Comptroller - Compound 协议风险管理

...T_ERROR | The comptroller could not get the account borrows and exchange rate from the market. | | 16 | TOO_MANY_ASSETS | Attempted to enter more markets than are currently supported. | | 17 | TOO_MUCH_REPAY | Attempted to repay more than is allowed ...

文章 基于Rabin方法的可证明安全公钥加密

... [[here](https://asecuritysite.com/principles_pub/rabin2)]: ``` import random from Crypto.Util.number import * import codecs import Crypto from Crypto import Random def encryption(plaintext, n): # c = m^2 mod n plaintext = padding(plaintext) return plaintext ** 2 % n def padding(plain...