找到约 15 条结果

文章 深入理解APTOS-MOVE中的函数修饰符:核心概念与应用

...This function is internal to its module. Only 'public', 'public(package)', and 'public(friend)' functions can be called outside of their module · 14 │ 0x42::m::f1() │ ^^^^^^^^^^^^^ Invalid call to '0x42::m::f1' Process finished with exit code 1 ``` ...

文章 Eth2进展更新 (截至2022/6/3)

...https://ethresear.ch/t/ethereum-consensus-layer-validator-anonymity-using-dandelion-and-rln-conclusion/12698?u=benjaminion)有新研究。不幸的是,考虑到信标链的时间限制,它以现行的形式是不可行的。但很高兴看到有人继续攻克这个重要问题。 Mário Have...

文章 密封执行拍卖 - 权益证明/区块提议者

...f08f2021a1cbbe0156d52c8482dba0a00ba6.jpeg "密封执行拍卖") 作者:[Anders](https://x.com/weboftrees). **在研究[动态定价拍卖](https://learnblockchain.cn/article/19405)时,我想到了另一种举行拍卖的方式,这种方式似乎也很有趣。在这里发布一个大致的...

文章 Taproot 及比特币未来的可能

...5/07/13/63406696_image.jpg) \- 来源: [Murch](https://twitter.com/murchandamus/status/1262062602298916865?s=20) - 你可能会想,“为什么我要在囤币时付出手续费,而不是真正花的时候再付呢?” 我一开始也想了同样的问题,但正如 Murch 指出的,在 2...

文章 $TRUMP 在 Solana 上的历史性周末:记录、趋势和见解

...述](https://www.helius.dev/blog/solana-local-fee-markets#ongoing-issues-and-areas-for-improvement),Agave验证器的当前实现有很大的优化空间。尽管工作线程最初在领导者的第一块开始时并行执行交易,但这种并行性很快转为顺序执行。具体来说,只...

文章 以太坊插槽重构:设计考虑与权衡

...n), [Ansgar](https://x.com/adietrichs), [Dankrad](https://x.com/dankrad), [Anders](https://x.com/weboftrees) 和 [Barnabé](https://x.com/barnabemonnot) 在这个话题上提供的反馈和讨论! ![e5c10283-1f9d-4b73-90c2-29969b15b2bcll](https://img.learnblockchain.cn/2025/09/01/020d2be5677e12...

文章 Hyperliquid技术解读:桥合约、HyperEVM及其潜在问题

...compiles. 1. What is the difference between PBFT, Tendermint, HotStuff, and HotStuff-2?

文章 Substrate 平台与以太坊:差异和相似之处

...log/substra...](https://mixbytes.io/blog/substrate-vs-ethereum-differences-and-similarities) >- 登链社区 AI 助手,为大家转译优秀英文文章,如有翻译不通的地方,还请包涵~

文章 让以太坊成为标准:EVM 等同性介绍

...s/papers/statechannels.pdf)[如何](https://medium.com/plasma-group/plapps-and-predicates-understanding-the-generalized-plasma-architecture-fc171b25741)在所有这些模型上运行智能合约 —— 只是没有任何意义。毕竟谁想要在几个朋友之间运行 Uniswap 或者要被审查...

文章 Layer2 网络治理回顾 #59 (2025年7月7日)

...信息 Optimism 基金会[公布了](https://gov.optimism.io/t/season-8-and-9-election-information/10081)本季度三次投票的时间表——资助委员会、开发者顾问委员会以及里程碑和指标委员会。有意的候选人必须查看相关的章程,在 OP Atlas 中创建一...

文章 意图团队与消息团队:终结这场辩论

...中心的架构简介_](https://anoma.net/blog/an-introduction-to-intents-and-intent-centric-architectures?ref=decipherclub.com) 7. [_Khalani 简介:去中心化求解器基础设施_](https://blog.khalani.network/introducing-khalani-the-decentralized-solver-infrastructure?ref=decipherclub.com) 8....

文章 智胜Mempool掠夺者:对抗以太坊智能合约中的抢跑交易和恶意干扰攻击

... mapping(address => uint256) public votes; function vote(address candidate) external { require(votes[candidate] < 100, "Candidate reached vote limit"); votes[candidate]++; emit Voted(msg.sender, candidate); } event Voted(address indexed voter, address indexe...

文章 bacon 点燃 Rust:比 cargo-watch 更爽的开发体验

...inary (application) `rust-bacon` package note: see more `Cargo.toml` keys and their definitions at ******************************************************* ``` ### 切换到项目目录并用 cursor 打开项目 ```bash cd rust-bacon cc # open -a cursor . ``` ### 创建并切换到 exam...

文章 零知识证明 - 从QSP到QAP

...题的思想都是出自 2012 年一篇论文:[Quadratic Span Programs and Succinct NIZKs without PCPs](https://eprint.iacr.org/2012/215.pdf) ![image.png](https://img.learnblockchain.cn/attachments/2020/01/zn4pxiTf5e2cff8eb6ebd.png!/scale/50) 这篇论文提出了使用 QSP/QAP 问题,而...

文章 Schnorr 签名系列:从 ID 到签名

...题)。 我们假设所用的哈希函数是一个随机数断言机(Random Oracle)(详见 “ [随机数断言机模型](https://en.wikipedia.org/wiki/Random_oracle)”),它也是个黑盒子,获得一个输入之后就产生一个输出。我们的假设是,给它同样的输入...