找到约 14 条结果

文章 黑客日记 - 第 42 篇 - ImmuneBytes

...h.com](https://cointelegraph.com/news/euler-finance-attack-how-it-happened-and-what-can-be-learned?utm_source=chatgpt.com) **日记关闭——直到下一次违规。** >- 原文链接: [blog.immunebytes.com/202...](https://blog.immunebytes.com/2025/06/13/the-hackers-diary-entry-42) >- 登链...

文章 非同质化代币 (NFTs)

...ner); ``` ## 如何获取 NFT 的铸币地址 如果你知道Candy Machine的公钥,你可以使用以下代码获取从该Candy Machine生成的所有 NFT 铸币地址的列表。请注意,我们可以使用以下的 `memcmp` 过滤器,因为在 v1 版本中,第一个创作...

文章 比特币白皮书勘误

...g/2022/11/23/...](https://www.btcstudy.org/2022/11/23/bitcoin-paper-errata-and-details) , 如有侵权请联系管理员删除。

文章 为什么分片很棒:揭开技术特性的神秘面纱

...**](https://github.com/ethereum/research/wiki/A-note-on-data-availability-and-erasure-coding);稍后会有更多内容。 可扩展地验证计算相对简单;有两类技术:**欺诈证明**和**ZK-SNARKs**。 ![](https://img.learnblockchain.cn/2025/03/02/tree.png) 这两种...

文章 2.8万美元赏金 - 管理员权限破坏与强制恢复

...胀,以进行质押奖励。 ```solidity // @audit 由 StreamV2.advanceAndDistribute() 使用,通过 Aludel 向质押者分发新的通货膨胀 function advance() external override { // require new epoch require( block.timestamp >= _previousEpochTimestamp + getEpochDuration(), ...

文章 每周以太坊进展 2023/5/27

...过度炒作](https://medium.com/@nfett/eigenlayer-crypto-rehypothecation-and-the-infinite-trust-machine4e8164845b59) - Optimism 的[RetroPGF第二轮学到的东西](https://learnblockchain.cn/article/21319) - ETHDam [黑客马拉松项目](https://taikai.network/cryptocanal/hackathons/ethdam/p...

文章 加密货币质押 vs 流动性池:盈利潜力和便利性比较

...ing-cryptocurrencies-vs-liquidity-pools-a-comparison-of-earnings-potential-and-convenience-7705bc1dc1f2) >- 登链社区 AI 助手,为大家转译优秀英文文章,如有翻译不通的地方,还请包涵~

文章 搭建智能合约开发环境Remix IDE及使用

...un setupremix # this will clone https://github.com/ethereum/remix for you and link it to remix-ide npm start ``` ## Remix ide 使用 Remix IDE 默认是使用8080端口启动的,启动之后在浏览器打开:`http://localhost:8080/`, 如图: ![在浏览器打开](https://img.learnblockcha...

文章 2025年的加密货币转移:从基础转账到跨链操作

...olutions like Across are making these interactions more efficient, secure, and user-friendly than ever before. ``` 这种演变表明我们已经走了多远——从基本的代币转账到无缝的跨链操作。 随着 web3 的不断发展,像 Across 这样的解决方案正使这些交互比...

文章 Syndica 推出 Sig:一个用 Zig 编写的以 RPS 为中心的 Solana 验证器客户端

...r_in)) < 0) { @panic("bind failed"); } // Prepare mmsghdr and iovec arrays for sending var send_mmsghdr: [num_messages]c.mmsghdr = undefined; var send_iovec: [num_messages]c.iovec = undefined; for (0..num_messages) |i| { send_iovec[i].iov_base = @ptrCast(msgs[i]...

文章 在以太坊上使用SNARK生成安全随机数

...(#6625bf92c5cb) - [2\. Chainlink VRF](#e040ded4490e) - [3\. 信标链 RANDAO](#debf4bad4231) - [3\. 我们能做得更好吗](#a051effd2cfb) - [1\. 放宽相同区块 DIFFICULTY 操作码限制](#66894c906ab4) - [2\. 放宽 256 个区块哈希回望限制](#a8e7fd7205a7) - [1\. 通过 BL...

文章 Tower BFT:Solana实现的高性能PBFT算法

...t Tolerance_](http://pmg.csail.mit.edu/papers/osdi99.pdf) _, Miguel Castro and Barbara Liskov_)_。_ Solana 实现了 PBFT 的变体,但有一个根本性的区别。历史证明 (PoH) 在共识之前提供了一个全局时间源。我们的 PBFT 实现使用 PoH 作为网络时钟,并且副...

文章 重新思考PBS的市场结构

...信息和隐私](https://help.twitter.com/en/twitter-for-websites-ads-info-and-privacy) [1](https://twitter.com/intent/like?ref_src=twsrc%5Etfw%7Ctwcamp%5Etweetembed%7Ctwterm%5E1727025552757059631%7Ctwgr%5E7366b6156620ed3ed60f2a26c3d70822fb4fe5c4%7Ctwcon%5Es1_&ref_url=https%3A%2F%2Fmirror.xyz%2Fbar...

文章 Sui 与 Aptos 技术实现对比

...将其发送到发布者的地址,让发布者拥有Cap。 在create_and_send函数中,传入AdminCap并且立即采用\_未使用变量符号对它使用。由于是引用对象,所以原来对象未变化。这时候,只有AdminCap拥有者才能进行调用执行该函数。 #...