找到约 14 条结果

文章 Lighthouse 的 Attestation 聚合与打包优化项目

...### 合作者 [Ankur Dubey](https://github.com/ankurdubey521) 和 [Geemo Candama](https://github.com/GeemoCandama) #### 研究员 [Ankur Dubey](https://github.com/ankurdubey521) 和 [Geemo Candama](https://github.com/GeemoCandama) #### 导师 [Michael Sproul](https://github.com/michaelsproul) ...

文章 Portal Network:优化以太坊数据存储

>- 原文链接:https://blog.nimbus.team/fluffy-and-the-portal-network-enhancing-ethereums-decentralization/ >- 译者:[AI翻译官](https://learnblockchain.cn/people/19584),校对:[翻译小组](https://learnblockchain.cn/people/412) >- 本文永久链接:[learnblockchain.cn/article…]...

文章 Aptos Move DeFi 实战:从零构建流动性池兑换逻辑

...wapped. Fee: 495 * 5 / 100 = 24.75 Value2 = Multiply both USDT and N2DR Supply. MixSupply: Coin1 * Coin2 = 998,712 Value3 = Determine the new supply of USDT after the swap. NewUSDT = Coin1 + 495 = 3201 + 495 = 3696 Value4 = Determine the new supply of N2DR after t...

文章 SipHash 快速哈希算法 与 WASM

...uritysite.com/webcrypto/crypt_hash3)\]: ``` let key = window.sodium.randombytes_buf(16); const message = document.getElementById("message").value; var msg = window.sodium.from_string(message); var h = toHex(window.sodium.crypto_shorthash(msg, key)); document.getElementById('MAC').innerText...

文章 如何验证传入的流Webhook消息

... successfully'); return res.status(200).send('Webhook received and verified'); } else { console.log('\n❌ Signature verification failed'); return res.status(401).send('Invalid signature'); } } catch (error) { console.error('Error proce...

文章 DAO能在气候变化方面做些什么 🌏

...造更加可持续的气候做出贡献。 我和我的 OCF 合作伙伴 [Andy Lin (@twocrows\_)](http://twitter.com/twocrows_) 和 [Thazin (@teezin\_orca)](http://twitter.com/teezin_orca) 自豪地向大家展示 OCF 的首个非捐赠倡议:对碳核算、抵消以及 DAOs 如何积极影响气...

文章 揭秘Massive背后的技术愿景:去中心化、低成本、公平及更多

...的移动设备上下载官方应用程序,该应用程序支持 iOS 和 Android 这两个领先的操作系统。架构框架概述如下(图 1): ![](https://img.learnblockchain.cn/2025/04/26/1KhJUxhuJjAAhuPtDcNNOQQ.png) 图 1 ZKVaaS 的架构 要成为一个节点,用户可以分为...

文章 关于加密内存池的局限性——对 a16z Crypto 分析师的回应

...20FOCIL%20are%20the%20endgame%20solution%20for%20censorship%20resistance%20and%20trustless%20front%2Drunning%20protection%20on%20Ethereum%20L1) \- 长期以来一直倡导采用它们,因为它们的好处远不止恶意 MEV 保护。Arbitrum 和 Espresso 等项目已宣布计划实施 [他们自...

文章 Commit-Boost:安全地做出承诺的提议者平台 - 权益证明

...前表达的](https://collective.flashbots.net/t/toward-an-open-research-and-development-process-for-mev-boost/464)许多观点的方式进行开发、维护和管理。我们已尝试接受这一点,并努力将 Commit-Boost 效仿它 **背景** - Proposer commitment 一直是以太坊历史的...

文章 如何查询和检索合约地址的所有交易

...需要一个[存档节点](https://ethereum.org/en/developers/docs/nodes-and-clients/archive-nodes/)- 一个配置为构建所有历史状态的以太坊客户端实例。 不过幸运的是,许多服务已经构建了优化的解决方案,将这些交易存储和索引在数据库中,方...

文章 SSZ基准测试与优化

...b.com/eth-protocol-fellows/cohort-five/blob/main/projects/ssz-benchmarking-and-optimization.md) >- 登链社区 AI 助手,为大家转译优秀英文文章,如有翻译不通的地方,还请包涵~

文章 如何搭建一个应用作为NFT

... describe("Deployment", function() { it("Should deploy contract and mint", async function() { const appNft = await deploy(); const uri = await appNft.tokenURI(1) expect(uri).to.equal(URI); }); it("Should set the right version number", a...

文章 我们正在使用遗留系统!

....com/2024/06/28/hubspot-says-its-investigating-customer-account-hacks/)\], and Pure Storage \[ [here](https://www.bleepingcomputer.com/news/security/pure-storage-confirms-data-breach-after-snowflake-account-hack/)\]。他们的工具包包括五个网络钓鱼工具包,以及新版本的 Spectre R...

文章 X-Ray:Solana智能合约的漏洞扫描器

...m-ethereum-smart-contracts-to-solana-programs-two-common-security-pitfalls-and-beyond) — 被称为Solana程序。本文介绍了X-Ray,一个自动扫描Solana程序以检测常见安全陷阱的安全工具。 ### Solana智能合约中的常见陷阱 [Neodyme](https://neodyme.io/) 最近...