找到约 14 条结果

文章 可升级以太坊智能合约的存储

...ction-to-smart-contracts.html?highlight=delegatecall#delegatecall-callcode-and-libraries))。 ![](https://img.learnblockchain.cn/2025/03/09/__3.svg) 调用以前合约版本的函数毫无意义,因为这些不过是“代码片段”,所有状态被存储在 **proxy** 合约中。**dele...

文章 链下转移:比特币资产协议的演进之路

...**[Disentangling Crypto-Coin Mining: Timestamping, Proof-of-Publication, and Validation](https://www-pkt.petertodd.net/2013/disentangling-crypto-coin-mining)**。虽然看文章名字上去和客户端验证没有关系,但是仔细阅读便可以发现这便是最早关于客户端验证的启蒙...

文章 以太坊路线图:账户抽象

...太坊的开发者们在努力探索的同时,像 @zksync,@StarkWareLtd and @argentHQ 这样的项目已经出现并推动此项技术。 (25/25) 所以,亲爱的读者,不要害怕,以太坊社区知道它在做什么! 我不能告诉你帐户抽象什么时候到来,甚至不...

文章 在公共测试网上部署智能合约

...子书:精通以太坊-中文版](https://learnblockchain.cn/goods/6) [Hands-On Smart Contract Development with Solidity and Ethereum: From Fundamentals to Deployment](https://www.amazon.com/Hands-Contract-Development-Solidity-Ethereum/dp/1492045268/ref=sr_1_1?crid=1BEZJDSK8C00C&dchild=1&keywords...

文章 sui-move进阶:引用

...nter to the table for s1. The table for s1 contains the stack data for s1 and points to the string data on the heap.](https://kaisery.github.io/trpl-zh-cn/img/trpl04-06.svg) 熟悉Rust语言的朋友应该知道,Rust中的引用可以被理解为指向某一资源的指针,所以不允...

文章 Solana 基金会永久移除 ◎11.365M 代币供应

...更多信息可以在 [这里](https://medium.com/solana-labs/hummingbot-and-solana-team-up-to-launch-a-liquidity-mining-campaign-60d02bd2f607) 阅读。 最后,为了确保进一步的清晰性,当前流通供应现在可以通过以下方式直接从网络中读取: - API 端点:[htt...

文章 关于Solana的开发网络你需要知道的一切

...rge.rust-lang.org/infra/other-installation-methods.html#:~:text=download%20and%20run-,rustup%2Dinit.exe,-.) #### **3\. 安装 Git** 在 Windows 上安装 Git,请 [选择与你的 Windows 版本匹配的安装程序](https://git-scm.com/download/win) 并按照说明进行操作。 在 MacO...

文章 如何处理 Solana 上的区块哈希错误

...tps://solana.com/docs/core/transactions)  [Helius 博客 - Slots, blocks and Epochs](https://learnblockchain.cn/article/10893) ‍ > 本文由 AI 翻译,欢迎小伙伴们来[校对](https://github.com/lbc-team/Pioneer/blob/master/translations/8017.md)。

文章 Gas费用抽象化与创建多链AA钱包

![Gas Abstraction and Creating Multichain AA Wallets](https://img.learnblockchain.cn/2025/05/16/Multichain-AA-Wallet.png) ## **速览** _ERC-4337 使得用户可以在不放弃对其账户控制权的情况下,外包 gas 管理。_ 账户抽象是一个强大的概念,它为其采用...

文章 闪电网络深入解读(上):支付通道

...络是如何工作的。 **链接** * [“Mastering bitcoin” — Andreas M. Antonopoulos](https://bitcoinbook.info/) * [Segregated witness for dummies](https://learnblockchain.cn/article/2903) * [Lightning network whitepaper](https://lightning.network/lightning-network-paper.pdf) * [Light...

文章 Euler金库套件

...ed) * [治理风险](#governance-risk) * [名称和符号](#name-and-symbol) * [会计](#accounting) * [汇率](#exchange-rate) * [Token 转移](#token-transfers) * [内部余额跟踪](#internal-balance-tracking) * [舍入](#rounding) * [DToken](#dtoken) * [...

文章 权益证明常见问题解答

...-the-cap-theorem-mean-that-fully-secure-distributed-systems-are-impossible-and-so-sharding-is-futile。 * [**FLP 不可能性**](https://www.the-paper-trail.org/post/2008-08-13-a-brief-tour-of-flp-impossibility/) - 在异步环境下(即,不保证网络延迟的情况下,即便在正常运...

文章 如何使用Shyft的gRPC服务实时流式传输Solana交易

...所有字段留空将广播所有交易。否则,这些字段像逻辑 AND 一样协同工作,数组中的值像逻辑 OR 一样工作。 ## 修改和取消订阅 - **修改订阅:** 订阅流允许双向通信。你可以通过发送新的请求字符串来动态更新你的订阅过滤器...

文章 【zkMIPS系列】ZKM Prover之模拟器(Emulator)的运行

...ltiplier/divider result low(quotient) part. lo: u32, /// heap handles the mmap syscall. heap: u32, /// brk handles the brk syscall brk: u32, /// tlb addr local_user: u32, /// step tracks the total step has been executed. pub step: u64, pub tota...