{"content":{"title":"Gear 月度更新｜2022 年 10 月","body":"![2022 十月.jpg](https://img.learnblockchain.cn/attachments/2022/12/zo3xfNKf6396a527e5f61.jpg!/scale/50)\r\n\r\n转眼就迈入了 11 月，让我们共同回顾过去一个月里的进展吧！首先，我们想在此强调 10 月份发布的重要公告。\r\n\r\n\r\n![2022 十月 1.png](https://img.learnblockchain.cn/attachments/2022/12/BevoL9f16396a65e8e8f1.png!/scale/50)\r\n\r\n\r\n我们举办了首场 [Gear 社区会议](https://www.gear-tech.io/events/first-gear-community-call) 介绍了即将上线的 Vara 网络 —— 基于 Gear Protocol 的独立网。欢迎关注官方 Twitter，了解 Gear 最新资讯！\r\n\r\n\r\n![640.png](https://img.learnblockchain.cn/attachments/2022/12/wEo0KGtg6396ac4f8bb3c.png!/scale/50)\r\n\r\n\r\n10 月份另一重要公告即，Gear 宣布与 [Crust Network](https://crust.network/) 达成集成合作。Crust 为 Web3 生态系统提供了一个去中心化的存储网络，支持多种存储层协议，如 IPFS，并将存储接口暴露给应用层。Crust 技术栈支持去中心化计算层，旨在建立一个重视数据隐私和所有权的去中心化云生态系统。本次集成将为 Gear 生态系统中的开发者提供一个去中心化存储协议，以满足他们的实际需求。阅读全文，了解更多细节。\r\n\r\n\r\n![640.png](https://img.learnblockchain.cn/attachments/2022/12/MqLcfBwe6396ac5cbc1cf.png!/scale/50)\r\n\r\n\r\nGear 团队出席了波哥大的 [Devcon](https://www.gear-tech.io/events/devcon-in-bogota) 我们为中文社区举办了一场 [线上 Workshop](https://www.gear-tech.io/events/gear-workshop-for-the-chinese-community-october) 并在马德里举行了首次 [Gear Meetup](https://www.gear-tech.io/events/first-gear-meetup-in-madrid) 从 10 月开始，我们将举办多场 Workshop 并参加 Polkadot 拉丁美洲黑客松。Gear 还参加了由 Polkadot 和 Kusama 生态项目组织的越南首届 Polkadot Meetup。此次活动由 Polkadot Event Bounty 赞助，旨在进一步提升 Polkadot、Kusama 和 Substrate 在越南的知名度，并吸引更多的当地开发者加入 Polkadot 生态系统。\r\n\r\n\r\n![640.png](https://img.learnblockchain.cn/attachments/2022/12/94OGa7cn6396ac66129ea.png!/scale/50)\r\n\r\n\r\n我们参加了由 [Crust Network](https://www.gear-tech.io/events/ama-gear-x-crust-network) , [Automata](https://www.gear-tech.io/events/gear-x-automata-twitter-space), [SubQuery](https://www.gear-tech.io/events/gear-x-subquery-x-astar-on-twitter-spaces) 和 [Pendulum](https://www.gear-tech.io/events/pendulum-community-call) 举办的 Twitter Space 活动。我们还与多个社区举办了 AMA，如 [Crypto Detector](https://www.gear-tech.io/events/ama-gear-x-crypto-detector) , [Universal Crypto World, Cryptominers](https://www.gear-tech.io/events/ama-gear-x-universal-crypto-world) ,[Crypto Cash](https://www.gear-tech.io/events/ama-gear-x-crypto-cash) ,[Crypto Rush](https://www.gear-tech.io/events/ama-gear-x-crypto-cash)和 [Crypto Analyzer](https://www.gear-tech.io/events/ama-gear-x-crypto-analyzer)。此外，Gear 生态负责人 Pavel Salas 接受了西班牙 [KOL 的线上采访](https://www.gear-tech.io/events/interview-with-pavel-salas-in-spanish)。我们相信形式多样的活动能够帮助社区进一步了解 Gear Protocol，了解更多的 Web3 技术，我们非常乐意解答社区朋友的问题，欢迎加入 Gear AMA！\r\n\r\n\r\n10 月，我们发布了一篇关于持久内存的文章，信息量非常大！我们希望这篇文章能够使你深入了解 Gear 技术栈中最重要、最具有影响力的内容！阅读全文，了解更多细节！\r\n\r\n\r\n我们持续更新 [Gear Wiki](https://wiki.gear-tech.io/) 并不断丰富其内容，我们诚挚建议大家定期查阅 Wiki，了解 Gear 最新内容。另外，你可以通过参与 Gear社区[月度答题活动来检测你对](https://www.gear-tech.io/events/gear-community-quiz-october) Gear 技术知识的掌握程度。目前，Gear 社区答题活动不仅面向英语社区，还面向中文社区和西班牙语社区！\r\n\r\n\r\n接下来让我们将目光转向**技术更新**。\r\n\r\n\r\n![640.png](https://img.learnblockchain.cn/attachments/2022/12/5ZTQWwYP6396ac6f1f5b2.png!/scale/50)\r\n\r\n\r\n我们实现了一个[在初始化时预留 gas 使用量的 API](https://github.com/gear-tech/gear/pull/1505)。Gas 预定已经实现啦！现在用户可以在程序内进行 gas 预定。有关文档，请看 [gstd::ReservationId](https://docs.gear.rs/gstd/struct.ReservationId.html)。这些功能允许用户使用预留的 gas 发送消息，接收系统信号，保留部分 gas 供后续使用，以及后续的其他操作。\r\n\r\n\r\n为了在恢复之前停止队列处理，我们在运行时中删除了 [panic 功能](https://github.com/gear-tech/gear/pull/1532)，所以我们[引入了与时间相关的逻辑](https://github.com/gear-tech/gear/pull/1673)，并将其链接到自定义的 Gear 区块高度，作为常规的 pallet_system 替代方案。这将显示队列中的区块高度，通过队列处理，区块高度会提供一个真实的来源并避免收取租金。此外，这一操作还可以防止由于队列处理跳过而导致的时间依赖逻辑的失败。\r\n\r\n\r\n在 Gear 生态方面，我们[提议实现具有以下合约的同质化代币](https://github.com/gear-dapps/sharded-fungible-token/pull/4)：主要的同质化代币合约用于接收用户余额操作的消息；代币逻辑合约包括主要的标准代币功能的实现（铸造，销毁，交易和批准）；存储代币合约用于存储用户余额，只有 2 个操作：增加和减少余额。我们还 [修改了 Escrow智能合约范例](https://github.com/gear-dapps/escrow/pull/10) 并[更新了DAO 智能合约范例](https://github.com/gear-dapps/dao/pull/10)。\r\n\r\n\r\n10 月更新到此结束！欢迎关注 Gear 官方 Twitter，及时了解活动信息和重药公告。也可以查看我们的 GitHub，了解实时开发进展。"},"author":{"user":"https://learnblockchain.cn/people/6417","address":null},"history":"QmSdHkov1sMyVptwJSbtDCA9N81Y2smk8AwBX33xdhoW4M","timestamp":1673858859,"version":1}