找到约 15 条结果

文章 PoS 和 DeFi 可以从抵押贷款支持证券中学到什么

...medium.com/gauntlet-netw...](https://medium.com/gauntlet-networks/what-pos-and-defi-can-learn-from-mortgage-backed-securities-3d60dc18ee51) >- 登链社区 AI 助手,为大家转译优秀英文文章,如有翻译不通的地方,还请包涵~

文章 随机数和去中心化网络:实施

...n/2025/03/09/05.jpg) ## 介绍 ```javascript function getAbsolutelyRandomNumer() { return 4; // 返回绝对随机数! } ``` 像许多加密概念一样,“公网上可验证随机信标”协议(简称 PVRB)仅接近理想的方案,并不能避免基本的限制。理想...

文章 闪电网络:技术与用户体验(二):通道与支付

...tps://www.btcstudy.org/2024/01/25/lightning-network-technology-improvement-and-users-experience-part-1/) 在[上一篇](https://learnblockchain.cn/article/7332)文章中,我们介绍了闪电网络用户体验的基本元素,包括:在线收款、收款额度以及支付成功率。这些...

文章 利用RRC-7755推进以太坊互操作性

...kle Patricia Trie](https://ethereum.org/en/developers/docs/data-structures-and-encoding/patricia-merkle-trie/) (MPT)。 MPT 结合了 Merkle 树的验证特性,以及使其能够高效地存储和更新键值对的附加功能——非常适合以太坊的需求。 这种结构允许高效的查...

文章 深入探讨代理(Proxy)

...如 [TPP](#transparent-proxy-tpp)、[UUPS](#universal-upgradeable-proxy-standard-uups) 和 [Beacon](#beacon-proxy) 那样常见。 ### 已知漏洞 * [实现中不允许 delegatecall 和 selfdestruct](https://github.com/YAcademy-Residents/Solidity-Proxy-Playground/tree/main/src/delegatecall_...

文章 回顾以太坊 2020 链上数据 及 2021 预测

...corp.com/2020-10-21-PayPal-Launches-New-Service-Enabling-Users-to-Buy-Hold-and-Sell-Cryptocurrency)、[Visa](https://www.forbes.com/sites/michaeldelcastillo/2020/12/02/visa-partners-with-ethereum-digital-dollar-startup-that-raised-271-million/?sh=5ea6671a4b1f)、[SAP](https://blogs.sap.com/2020/08/2...

文章 关于聚合理论与Web3

...alised.co/p/on-ag...](https://www.decentralised.co/p/on-aggregation-theory-and-web3) >- 登链社区 AI 助手,为大家转译优秀英文文章,如有翻译不通的地方,还请包涵~

文章 EIP-7002:合并后对质押用户体验的改进

...ease/2023-237#:~:text=In%20February%20of%20this%20year,Elizabeth%20Goody%20and%20Jennie%20B.),并因“通过其加密质押平台提供未注册的证券”而支付了3000万美元的罚款。 理论上,非托管质押服务不太可能因为与质押者之间的非托管关系而落入SEC...

文章 枚举所有 69,788,231 个以太坊合约

...um.stackexchange.com/questions/101311/how-much-gas-do-0x00000000-addresses-and-0x00000000-methods-really-save)。 ## 初始化所有合约 有了有组织的合约数据库,我们终于可以迭代合约列表并尝试初始化它们。我们称这个项目为 [**Initscan** ↗](https://github.c...

文章 最重要的稀缺资源是合法性

...51b) [丑闻](https://seekingalpha.com/article/4403640-tethers-credibility-and-impact-on-bitcoin),但尽管如此,交易者仍在使用 Tether 保存和转移美元。尽管 DAI 的分散和透明优势,但仍难以获取 Tether 的市场份额,至少在交易者方面。然而,DAI 在应...

文章 Aptos Move合约中最常见的10种Bug

... let account_addr = signer::address_of(account); // Short-circuit and do nothing if account is already registered for CoinType. if (is_account_registered(account_addr)) { return }; // [...] } ``` 请注意,如果账户已经被注册,该函数会提前...

文章 如何使用Python通过EIP-1559和传统方法发送交易

...ZcUB?prefill_Guide+Name=How%20to%20Send%20Transactions%20with%20EIP-1559%20and%20Legacy%20Methods%20using%20Python) 如果你有任何反馈或新主题的请求。我们很想收到你的留言。 >- 原文链接: [quicknode.com/guides/eth...](https://www.quicknode.com/guides/ethereum-developmen...

文章 Token策划注册表 1.0

...按需变化的参数 neatly but be more expensive once they are bullying and Vercingom cmento on absence becau >- 原文链接: [medium.com/@ilovebagels/...](https://medium.com/@ilovebagels/token-curated-registries-1-0-61a232f8dac7) >- 登链社区 AI 助手,为大家转译优秀英文文章...

文章 十亿美元漏洞:发现并修复Move字节码验证器中的关键问题

...计的报告↗](https://github.com/Zellic/publications/blob/master/Move%20and%20Sui%20Security%20Assessment%20-%20Zellic%20Audit%20Report.pdf)。如果你觉得这些主题很有趣,研究[静态分析↗](https://en.wikipedia.org/wiki/Static_program_analysis) 的领域也是很值得的。 对...

文章 一文读懂以太坊新升级方案Danksharding

...rs-guide-to-ethereum) 2. [Dankrad:New sharding design with tight beacon and shard block integration](https://notes.ethereum.org/3t5cbN7cQnG6VxjgNMKymA) 3. [Proto-Danksharding FAQ](https://notes.ethereum.org/@vbuterin/proto_danksharding_faq) 4. [Vitalik Butarin:Why sharding is great: demystify...