BTC $79,520.55 -0.53%
ETH $2,496.75 -0.12%
BNB $745.93 -1.22%
XRP $1.41 -0.84%
SOL $105.46 -1.34%
TRX $0.3356 +0.14%
DOGE $0.0910 +1.31%
ADA $0.2224 +0.97%
BCH $258.36 -0.34%
LINK $13.23 +7.80%
HYPE $88.09 -1.14%
AAVE $135.10 +0.17%
SUI $0.8331 +4.35%
XLM $0.1948 +4.63%
ZEC $1,194.95 +2.37%
BTC $79,520.55 -0.53%
ETH $2,496.75 -0.12%
BNB $745.93 -1.22%
XRP $1.41 -0.84%
SOL $105.46 -1.34%
TRX $0.3356 +0.14%
DOGE $0.0910 +1.31%
ADA $0.2224 +0.97%
BCH $258.36 -0.34%
LINK $13.23 +7.80%
HYPE $88.09 -1.14%
AAVE $135.10 +0.17%
SUI $0.8331 +4.35%
XLM $0.1948 +4.63%
ZEC $1,194.95 +2.37%

eip-8141

Все
Статьи
Новости

Виталик: EIP-8141 может заложить основу для будущего децентрализованного и дружелюбного к расширению Ethereum

Виталик Бутерин заявил, что недавние обсуждения вокруг формата транзакций, включая EIP-8141, "будущее состояние", UTXO, PBT, ключевые случайные числа и рекурсивные STARK мемпулы, помогли сообществу Ethereum лучше понять концепции "действий" и "зависимостей" в транзакциях. Зависимости могут обрабатываться параллельно, часть зависимостей, не требующих доступа к состоянию, может быть проверена на уровне мемпула и может быть дополнительно сжата с помощью STARK для снижения затрат на выполнение и данные.Виталик считает, что для будущего масштабирования Ethereum необходимо найти баланс между динамичной и гибкой моделью выполнения и более статически анализируемой ограниченной моделью, предоставляя более низкие затраты на газ для транзакций и доступа к состоянию, которые могут быть статически проанализированы. Если EIP-8141 будет правильно спроектирован, он станет не только этапным результатом десятилетней работы по абстракции аккаунтов, но и подготовит почву для дружелюбного к децентрализации масштабирования в будущем.

Виталик: тип транзакции EIP-8141 подготовит Ethereum к децентрализованному масштабированию в будущем на несколько лет

Виталик на платформе X заявил, что недавние исследования формата транзакций позволили Эфириуму лучше понять "действия" и "зависимости" в транзакциях, которые можно оптимизировать отдельно; подпись, Merkle-доказательства UTXO и ZK-SNARK или STARK относятся к зависимостям, вызов отправки ETH относится к действиям.Зависимости могут обрабатываться параллельно, зависимости, связанные с состоянием, могут обрабатываться пулом памяти, чистые зависимости могут обрабатываться один раз на уровне пула памяти и могут быть заменены доказательствами STARK, что позволяет уменьшить выполнение и обработку данных. Виталик отметил, что текущая стратегия масштабирования Эфириума требует четкого различия между динамическими гибкими и статически анализируемыми частями, последние могут получить более низкие затраты на газ; по объему транзакций более 90% активности Эфириума не требует динамической гибкости. Тип транзакции EIP-8141 движется в сторону универсального, минималистичного списка вызовов, новые типы состояний, рекурсивный пул памяти STARK и ключевой nonce также относятся к этому направлению.
2 дня назад

Разработчики Ethereum: предложение об абстракции аккаунтов будет включено в обновление Hegotá

Сообщение ChainCatcher, разработчик Ethereum nixo.eth на платформе X сообщил, что основные разработчики Ethereum решили изменить статус предложения об абстракции аккаунтов EIP-8141 с "в рассмотрении" на "запланировано", подтвердив, что абстракция аккаунтов будет продвигаться как ключевая функция обновления Hegotá.Этот EIP был предложен в марте как основное обновление, и консенсус сообщества считает, что даже если конкретная реализация все еще вызывает споры, абстракция аккаунтов должна быть представлена в Hegotá. В последние недели другое предложение EIP-8130 стало конкурентом, планируя развертывание в сентябре на Base, что вызвало обсуждение о предотвращении раскола стандартов абстракции аккаунтов между L1 и L2. Авторы обоих EIP и основные разработчики прилагают усилия для достижения единого решения без задержки обновления. Изменение статуса означает, что эта функция официально вошла в план обновления Hegotá, но конкретные спецификации могут претерпеть значительные изменения, и изменения в реализации перед официальным запуском являются обычным явлением.

Vitalik: EIP-8141 is expected to be implemented within a year, fully addressing the account abstraction issue

Vitalik posted on the X platform stating that Ethereum has been discussing account abstraction (AA) since early 2016. Now, EIP-8141 serves as a comprehensive proposal aimed at addressing all remaining issues related to AA. The core concept of this proposal is "frame transactions," where a transaction contains N calls that can read each other's call data and can authorize the sender and gas payer.This mechanism supports various use cases: ordinary account transactions (such as multi-signature, variable keys, quantum-resistant signature schemes) are completed through validating frames and executing frames; when paying gas fees with non-ETH tokens, it can be achieved through the main contract without any intermediaries.In terms of privacy protocols, ZK-SNARK verification or the addition of two-dimensional randomness can be implemented through payment contracts. Regarding security, on-chain transactions are only valid when the validating frame returns an ACCEPT with a gas payment flag, while the memory pool layer will initially adopt conservative rules, gradually expanding later.EIP-8141 is highly complementary to FOCIL, with FOCIL ensuring quick transaction inclusion and AA ensuring that complex operations can be executed as first-class transactions directly. The proposal is also discussing EOA compatibility, which is theoretically feasible. After more than a decade of research, these technologies are expected to be implemented within a year through the Hegota fork.

Vitalik: FOCIL and EIP-8141 can work together to achieve censorship-resistant fast on-chain

Vitalik Buterin posted on the X platform, stating that there is an important synergy between the FOCIL mechanism and the account abstraction proposal Ethereum's EIP-8141 (based on 7701). EIP-8141 elevates smart accounts (including multi-signature, quantum-resistant signatures, key changes, Gas sponsorship, etc.) to "first-class citizens," meaning that operations from these accounts can be directly packaged as on-chain transactions without additional encapsulation.At the same time, privacy protocols can achieve a multi-tenant account model through the paymaster or 2D nonce mechanism, thereby gaining the same level of native support. FOCIL provides a censorship-resistant fast transaction inclusion mechanism. With the combination of both, various transactions, including smart wallet transactions, Gas sponsorship transactions, and privacy protocol transactions, can be included in blocks by one of the 17 roles (proposers or inclusions) randomly selected for each time slot.Vitalik stated that this design can ensure that transactions are almost guaranteed to be completed on-chain within 1-2 time slots in adversarial environments. In the current version, each FOCIL volume is approximately 8kB, which is relatively small, but there is a path for future expansion that could support most transactions in a block entering through the FOCIL channel. This architecture is similar in characteristics to the multi-parallel proposer (MCP) design, but differs in that FOCIL does not control the "last look" related to MEV, which is still allocated through the ePBS auction mechanism.Vitalik emphasized that even if 100% of block time slots are monopolized by adversarial parties through the proposer-builder separation (PBS) mechanism, refusing to connect to the public mempool or discriminating against specific applications, FOCIL can still ensure that all transactions receive fast inclusion. Although this design does not eliminate the centralization risk of the proposer role, it significantly weakens its power. Under the EIP-8141 framework, transactions from smart wallets or privacy protocols can be directly received by FOCIL inclusions through the public mempool without additional intermediaries or encapsulation processes.Vitalik concluded that Ethereum is accelerating the advancement of core architecture upgrades.
app_icon
ChainCatcher Building the Web3 world with innovations.