mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 02:42:27 +00:00
EIPs: update date and author of eip-2929.md
This commit is contained in:
parent
2e7cc76071
commit
ef40dbf4b8
1 changed files with 3 additions and 3 deletions
|
|
@ -1,5 +1,7 @@
|
||||||
# EIP-2929: Gas cost increases for state access opcodes
|
# EIP-2929: Gas cost increases for state access opcodes
|
||||||
|
|
||||||
|
DATE: April 10, 2024
|
||||||
|
AUTHOR: Gyeongdeok Maeng(@siddharth0a)
|
||||||
|
|
||||||
## Abstract
|
## Abstract
|
||||||
EIP-2929는 `베를린 하드포크`에서 시행되었습니다. 이 EIP는 이더리움의 가스 비용 메커니즘을 공정하게 개선하여 DoS공격에 대한 네트워크 보안을 강화하는 것을 목표로 합니다. 주요 내용은 다음과 같습니다.
|
EIP-2929는 `베를린 하드포크`에서 시행되었습니다. 이 EIP는 이더리움의 가스 비용 메커니즘을 공정하게 개선하여 DoS공격에 대한 네트워크 보안을 강화하는 것을 목표로 합니다. 주요 내용은 다음과 같습니다.
|
||||||
|
|
@ -224,6 +226,4 @@ EIP-2929의 도입으로 인해 이더리움 네트워크의 전반적인 성능
|
||||||
## Reference
|
## Reference
|
||||||
공식문서: https://eips.ethereum.org/EIPS/eip-2929#implementation
|
공식문서: https://eips.ethereum.org/EIPS/eip-2929#implementation
|
||||||
|
|
||||||
Pull Request: https://github.com/ethereum/go-ethereum/pull/21509/files
|
Pull Request: https://github.com/ethereum/go-ethereum/pull/21509
|
||||||
|
|
||||||
|
|
||||||
Loading…
Reference in a new issue