## Shapella(上海+Capella)升级 * [主网升级](https://twitter.com/TimBeiko/status/1646264219019407360)到 Shapella: * 正在处理质押取款(在[beaconcha.in](https://beaconcha.in/validators/withdrawals)上查看) * Christine Kim:[关于取款的误解](https://...
我们评估了9款不同的区块链硬件钱包(冷钱包),找出安全研究人员和非技术用户应该使用哪个钱包。  我无法实际持有我评审的所有钱包 ...
>- 原文链接:[www.cyfrin.io/blog...](https://www.cyfrin.io/blog/how-to-implement-permit2) >- 译者:[AI翻译官](https://learnblockchain.cn/people/19584),校对:[翻译小组](https://learnblockchain.cn/people/412) >- 本文链接:[learnblockchain.cn/article…](https://learnblockcha...
>- 原文链接:https://medium.com/sphere-audits/in-depth-guide-on-how-to-write-an-erc20-token-contract-in-yul-b521b6d268f5 >- 译文出自:[登链翻译计划](https://github.com/lbc-team/Pioneer) >- 译者:[翻译小组](https://learnblockchain.cn/people/412) 校对:[Tiny 熊](https://l...
# 使用 TheGraph 来索引和查询你的 NFTMarket 合约的上架 List 和成交 Sold 记录 用foundry部署开源 NFTMarket 合约, 使用 TheGraph 索引 NFTMarket 的上架List和成交Sold记录 ### 1. 安装 Foundry 首先,确保你已经安装了 Foundry,工具的安装使...
## Dencun (Cancun + Deneb)升级 * 最新的所有核心开发人员 - 执行 (ACDE)[视频会议](https://www.youtube.com/watch?v=jJvS6QjhPlM&t=7s)。[Tim Beiko](https://twitter.com/abcoathup/status/1661875930376339456)的总结。[Tim Beiko](https://twitter.com/TimBeiko/status/166182968010069...
## 所有核心开发者会议 - [所有核心开发者 - 共识(ACDC)#137](https://ethereum-magicians.org/t/all-core-devs-consensus-acdc-call-137-july-11-2024/20481): - Pectra(Prague + Electra)升级: - Pectra-devnet-1:旨在下周启动 - EIP7594 PeerDAS: - peer...
# 1 AToken概览 Aave是一个借贷平台,AToken属于存款凭证,当用户存入资产时,Aave会给用户mint一定数量的AToken,下面是AToken的代码概览 ```solidity contract AToken is VersionedInitializable, ScaledBalanceTokenBase, EIP712Base, IAToken ``` AToken继承了Ver...
## Shapella(上海+Capella)升级 * [取款常见问题](https://notes.ethereum.org/@launchpad/withdrawals-faq#) * 最新的核心开发执行[视频会议](https://www.youtube.com/watch?v=hVeMHoUUZ30&t=264s)。 [Tim Beiko的总结](https://twitter.com/abcoathup/status/1616167638241259...
## 关于 CoW Protocol Safe Fallback handler 你需要知道的一切! 别担心,交易愉快! 我们一直忙于开发条件订单,这是一种允许开发者(及其用户)创建各种订单的架构。 该系统的核心是一个灵活的智能合约钱包,允许我们实现这种...
## Eth R&D 协议会议(所有核心开发者) * [共识层聚焦协议会议](https://ethereum-magicians.org/t/all-core-devs-consensus-acdc-145-october-31-2024/21456) (ACDC #145): * **Pectra 升级:** * [**Pectra-devnet-4**](https://pectra-devnet-4.ethpandaops.io/): 测...
PeerDAS (点对点数据可用性抽样) 包含在 Pectra 升级中,但具有单独的激活时期,提议将 ENS 扩展到 Layer 2 。 ## 所有核心开发人员 * [所有核心开发人员 - 共识(ACDC)134](https://ethereum-magicians.org/t/all-core-devs-consensus-acdc-call-134...
> * 原文:https://soliditydeveloper.com/comp-governance > * 译文出自:[登链翻译计划](https://github.com/lbc-team/Pioneer) > * 译者:[翻译小组](https://learnblockchain.cn/people/412) > * 校对:[Tiny 熊](https://learnblockchain.cn/people/15) > * 本文永久链接:[learn...
[Meta Transactions](https://www.alchemy.com/account-kit) 和 Account Abstraction 是用来改善以太坊用户体验的技术。Meta Transactions 需要更新智能合约,这就是它们逐步被淘汰的原因。 ## Account Abstraction 与 Meta Transactions 有何不同? [Account Abstrac...
## 使用 Web 应用程序中继 Gasless Meta-Transactions Defender 提供了一种无缝且安全的方式,使用 Relayer 实现 gasless meta-transactions。这些 Relayer 代表用户处理发送交易,从而消除了用户管理私钥、交易签名、nonce 管理、gas 预估和交易包含...