Close Menu
Chain Tech Daily

    Subscribe to Updates

    Get the latest creative news from FooBar about art, design and business.

    What's Hot

    Crypto Loko Casino Review: Amazing Games or Scam?

    May 13, 2025

    Gemini Review : Best Crypto Exchange in the USA? 2025

    May 13, 2025

    Top 10 Features Of Remaker AI 2025

    May 13, 2025
    Facebook X (Twitter) Instagram
    Chain Tech Daily
    • Altcoins
      • Litecoin
      • Coinbase
      • Crypto
      • Blockchain
    • Bitcoin
    • Ethereum
    • Lithosphere News Releases
    Facebook X (Twitter) Instagram YouTube
    Chain Tech Daily
    Home ยป London Mainnet Announcement | Ethereum Foundation Blog
    Ethereum

    London Mainnet Announcement | Ethereum Foundation Blog

    Olivia MartinezBy Olivia MartinezFebruary 8, 20257 Mins Read
    Facebook Twitter Pinterest LinkedIn WhatsApp Reddit Tumblr Email
    Share
    Facebook Twitter LinkedIn Pinterest Email



    Important Update

    On July 21, 2021, a consensus issue was identified on the Ropsten network, where the go-ethereum, Erigon and Nethermind implementations had different transaction validation logic than Besu and OpenEthereum. New versions of the affected clients have been released and are linked in the “Client Versions” table below. The block number for London is unchanged, and still is 12 965 000. Node operators using an affected client MUST upgrade to the latest version.

    An overview of the issue is provided in the “Ropsten Consensus Issue” section.

    London

    After a successful testnet deployement, the London upgrade is now ready to be activated on the Ethereum mainnet. It will go live on block 12 965 000, which is expected between August 3-5, 2021.

    Client Versions

    In order to be compatible with the London upgrade, node operators will need to update the client version that they run. The versions, listed below for each client, support London on the Ethereum mainnet. These releases are different from the previously announced releases that supported London on testnets. Previous versions do not support London on mainnet.

    Client Version Number Download Link
    go-ethereum (geth) 1.10.5 1.10.6 Download
    Nethermind 1.10.77 1.10.79 Download
    Erigon (f.k.a. TurboGeth) 2021.07.03-alpha 2021.07.04-alpha Download
    Besu 21.7.1 21.7.2 Download
    OpenEthereum (f.k.a. Parity) v3.3.0-rc.4 Download
    EthereumJS VM v5.5.0 Download

    Notes:

    • For miners: London will change how the target gas limit is handled on the network. Please see the “As a miner, what do I need to do?” section below for details.
    • The Besu version was updated on August 4, 2021. This was due to a non-London related bug affecting the transaction pool. See more here.
    • The go-ethereum, Nethermind and Erigon versions have been updated on July 23, 2021. This was due to the Ropsten consensus issue, detailled below.
    • The OpenEthereum client will be deprecated after the London upgrade. The OE team is working with Erigon on a smooth transition path for users. More information can be found here.

    London EIPs

    The following EIPs are included in the London upgrade:


    The Ethereum Cat Herders have put out a blog post going over the details of these EIPs.

    It is worth noting that EIP-1559, while backwards compatible with the current transaction format, introduces changes to the block header, adds a new transaction type, comes with new JSON RPC endpoints, and changes the behavior of clients in several areas (mining, transaction pool, etc.). It is highly recommended that projects familiarize themselves with the EIP. A more extensive list of resources related to EIP-1559 can be found here.

    Bug Bounty Bonus

    In order to get more eyes on the changes coming in the London upgrade, all bounties for vulnerabilites related to London upgrade will be doubled, up until the upgrade happens. Examples of issues that would be eligible for a doubly are cross-client consensus issues between the following clients: Geth, Besu, Nethermind, OpenEthereum and Erigon. For full details about the bug bounty’s scope and restrictions, see https://bounty.ethereum.org/#rules.

    Ropsten Consensus Issue

    On July 21, 2021, a consensus issue was found on the Ropsten testnet. The issue was caused by a missed validation for 1559-style transactions by some client implementations. In short, a transaction whose account’s balance was larger than the effective gas used by the transaction, but lower than the transaction’s maxFeePerGas multiplied by the gasPrice was included in a block erroneously.

    A full postmortem of the issue is available in the eth1.0-specs repository. The affected versions containing this bug are go-ethereum 1.10.5, Nethermind 1.10.77 and Erigon 2021.07.03-alpha. If you are running one of these versions, please update your client to the version listed in the table above.

    FAQ

    As an Ethereum user or Ether holder, is there anything I need to do?

    If you use an exchange (such as Coinbase, Kraken, or Binance), a web wallet service (such as Metamask, MyCrypto, or MyEtherWallet), a mobile wallet service (such as Coinbase Wallet, Status.im, or Trust Wallet), or a hardware wallet (such as Ledger, Trezor, or KeepKey) you do not need to do anything unless you are informed to take additional steps by your exchange or wallet service. If you run your own Ethereum node, you need to upgrade your node. See the “As a non-mining node operator, what do I need to do?” section below.

    As a non-mining node operator, what do I need to do?

    Download the latest version of your Ethereum client, as listed in the table above.

    As a miner, what do I need to do?

    First, download the latest version of your Ethereum client, as listed in the table above. Then, you will need to manually change your gas limit target to twice what it currently is. This is because once London is live, the block size will be doubled and EIP-1559 will keep blocks about 50% full. This can be done via JSON-RPC, without restarting your node, on all clients which offer mainnet-compatible mining.

    For example, if prior to London you were a targetting a block size of 15,000,000 gas, you will now need to target a 30,000,000 gas limit to maintain the same amount of transactions per block, on average. If you do not change your gas limit target on or after block 12 965 000, you will start lowering the block size on the network . The table below provides the specific API call for each client you should use to update your gas limit target.


    Note: Nethermind, Erigon and EthereumJS do not yet support mining on the Ethereum mainnet.

    What happens if I am a miner or node operator and I do not participate in the upgrade?

    If you are using an Ethereum client that is not updated to the latest version (listed above), your client will sync to the pre-fork blockchain once the upgrade occurs. You will be stuck on an incompatible chain following the old rules and you will be unable to send Ether or operate on the post-upgrade Ethereum network.

    What is a network upgrade in Ethereum-land?

    A network upgrade is a change to the underlying Ethereum protocol, creating new rules to improve the system. The decentralized nature of blockchain systems makes a network upgrade more difficult. Network upgrades in a blockchain require cooperation and communication with the community, as well as with the developers of the various Ethereum clients in order for the transition to go smoothly.

    What happens during a network upgrade?

    After the community comes to an agreement concerning which changes should be included in the upgrade, changes to the protocol are written into the various Ethereum clients, such as geth, Erigon, Besu and Nethermind. The protocol changes are activated at a specific block number. Any nodes that have not been upgraded to the new ruleset will be abandoned on the old chain where the previous rules continue to exist.

    Why “London”?

    After Istanbul, we ran out of names for our planned network upgrades. It was suggested to use Devcon city names for upgrades, and we did! London is where Devcon 1 took place. It followed the Berlin Devcon 0.

    Thank You!

    A big thanks to everyone who has been involved in researching, planning, implementing, testing, breaking, fixing, re-testing, deploying, stress-testing and assisting in any other way getting London deployed ๐Ÿ˜๐Ÿ‡ฌ๐Ÿ‡ง

    Shout out to Benjamin Davies for the cover image for this post!

    Disclaimer

    This is an emergent and evolving highly technical space. If you choose to implement the recommendations in this post and continue to participate, you should make sure you understand how it impacts you. You should understand that there are risks involved including but not limited to risks like unexpected bugs. By choosing to implement these recommendations, you alone assume the risks of the consequences. This post and recommendations are not a sale of any kind, and do not create any warranties of any kind including but not limited to anything related to the Ethereum network, or the Ethereum clients referred to herein.



    Source link

    Share. Facebook Twitter Pinterest LinkedIn WhatsApp Reddit Tumblr Email
    Olivia Martinez

    Related Posts

    Ethereum May 8, 2025

    Ethereum (ETH) sees major uptick as Pectra upgrade goes live

    Ethereum May 8, 2025

    Allocation Update – Q1 2025

    Ethereum May 7, 2025

    CVE-2025-30147 – The curious case of subgroup check on Besu

    Ethereum May 6, 2025

    Dogecoin faces $500 million liquidation test as price eyes $0.2 recovery

    Ethereum May 6, 2025

    Which way for Ethereum (ETH) price with the Pectra upgrade

    Ethereum May 5, 2025

    Announcing the Ethereum Season of Internships

    Leave A Reply Cancel Reply

    Don't Miss
    Crypto May 13, 2025

    Crypto Loko Casino Review: Amazing Games or Scam?

    Do you love online casinos but hate the hassle of dealing with fiat currencies? Do…

    Gemini Review : Best Crypto Exchange in the USA? 2025

    May 13, 2025

    Top 10 Features Of Remaker AI 2025

    May 13, 2025

    Animoca Brands plans for New York IPO under pro-crypto U.S. administration

    May 13, 2025
    Stay In Touch
    • Facebook
    • Twitter
    • YouTube
    • LinkedIn
    Our Picks

    Crypto Loko Casino Review: Amazing Games or Scam?

    May 13, 2025

    Gemini Review : Best Crypto Exchange in the USA? 2025

    May 13, 2025

    Top 10 Features Of Remaker AI 2025

    May 13, 2025

    Animoca Brands plans for New York IPO under pro-crypto U.S. administration

    May 13, 2025

    Subscribe to Updates

    Get the latest creative news from SmartMag about art & design.

    Don't Miss
    Crypto May 13, 2025

    Crypto Loko Casino Review: Amazing Games or Scam?

    Do you love online casinos but hate the hassle of dealing with fiat currencies? Do…

    Gemini Review : Best Crypto Exchange in the USA? 2025

    May 13, 2025

    Top 10 Features Of Remaker AI 2025

    May 13, 2025

    Animoca Brands plans for New York IPO under pro-crypto U.S. administration

    May 13, 2025

    Subscribe to Updates

    Get the latest creative news from SmartMag about art & design.

    Stay In Touch
    • Facebook
    • Twitter
    • Pinterest
    • Instagram
    About Us
    About Us

    ChainTechDaily.xyz delivers the latest updates and trends in the world of cryptocurrency. Stay informed with daily news, insights, and analysis tailored for crypto enthusiasts.

    Our Picks

    For Many Women, The Pain Of The Pandemic Led To Stronger Friendships

    January 15, 2020

    How A ‘Healthy’ Lifestyle Can Be Making You Tired

    January 15, 2020

    Fashion Influencers To Follow On Instagram In 2021

    January 15, 2020
    Lithosphere News Releases

    Colle AI Strengthens Solana Strategy to Scale NFT Development and Liquidity

    May 12, 2025

    Atua AI Expands XRP Cryptocurrency Layers for Financial Automation Scalability

    May 12, 2025

    Atua AI Optimizes Enterprise Tools with Adaptive Workflow Capabilities

    May 8, 2025

    Colle AI Enhances Cross-Chain NFT Mobility via XRP Cryptocurrency Layer Extensions

    May 8, 2025
    X (Twitter) Instagram YouTube LinkedIn
    © 2025 Copyright

    Type above and press Enter to search. Press Esc to cancel.