Close Menu

    Subscribe to Updates

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

    What's Hot

    Czech police arrest infamous darknet operator in Bitcoin-for-favors scandal

    August 15, 2025

    EOS founder Dan Larimer predicts biblical apocalypse next week

    August 15, 2025

    Web3 esports platform Miomi Game integrates AUSD on Polygon

    August 15, 2025
    Facebook X (Twitter) Instagram
    Ai Crypto TimesAi Crypto Times
    • Altcoins
      • Bitcoin
      • Coinbase
      • Litecoin
    • Blockchain
    • Crypto
    • Ethereum
    • Lithosphere News Releases
    X (Twitter) Instagram YouTube LinkedIn
    Ai Crypto TimesAi Crypto Times
    Home » Geth 1.7 – Megara | Ethereum Foundation Blog

    Geth 1.7 – Megara | Ethereum Foundation Blog

    Michael JohnsonBy Michael JohnsonJuly 22, 2025No Comments5 Mins Read
    Facebook Twitter Pinterest LinkedIn Tumblr Reddit Telegram Email
    Share
    Facebook Twitter LinkedIn Pinterest Email


    The Go Ethereum team is proud to announce the next release family of Geth, the first incarnation focusing on laying the groundwork for the upcoming Metropolis hard forks (Byzantium and Constantinople), consisting of 125+ code contributions for various parts of the project.

    Byzantium fork

    The current incarnation of Geth contains all the Byzantium EIPs implemented and also features the fork block number 1,700,000 for the Ropsten testnet transition. The block numbers for Rinkeby and the main Ethereum network will be finalized when Ropsten is deemed stable.

    You can find details about individual protocol updates at the following locations:


    Performance optimizations

    Aside from the Byzantium hard fork, the 1.7 release series of Geth is aimed to focus primarily on performance improvements. The first release of the family already packs a heavy punch with two database schema modifications resulting in significant optimizations:

    • Transaction and receipt storage was completely reworked, cutting the data storage requirements of a fast synced node in half, from 26.3GB to 14.9GB at the time of the implementation (#14801).
    • EVM log storage and indexing was completely reworked, cutting the filtering time of the entire chain for contract events by 2-3 orders of magnitude, from minutes to under a second (#14522, #14631).

    Some work-in-progress updates that appear in the next releases include:

    • Upgrading the base peer-to-peer protocol used by all Ethereum sub-protocols, cutting the bandwidth needed for a fast sync from 33.6GB to 13.5GB (#15106). This upgrade will improve the general bandwidth requirement of the network as well as light clients too.
    • Introducing a more sophisticated memory caching for state tries, reducing disk IO by a couple orders of magnitude. Exact numbers are pending a final implementation (#14952).

    Trezor wallets

    About this time last year we introduced support for the Ledger hardware wallet. Due to popular demand, we’ve now expanded on hardware wallet support to include the Trezor (#14885).

    Note that the Trezor is more complicated then the Ledger as it requires a PIN-unlock sent from the communicating machine instead of directly input by the user. As such, when a user plugs in a Trezor, Geth will print:

    New wallet appeared, failed to open url=trezor://0003:0007:00 err=”trezor: pin needed”

    The Geth console can be used to unlock the Trezor by invoking personal.openWallet(url), which will request the user to enter the shuffled PIN code and send that over to the Trezor for verification:

    > personal.openWallet("trezor://0003:0007:00")
    
    Look at the device for number positions
    
    7 | 8 | 9
    --+---+--
    4 | 5 | 6
    --+---+--
    1 | 2 | 3
    
    Please enter current PIN:
    
    INFO [08-10|11:58:06] New wallet appeared url=trezor://0003:0007:00 status="Trezor v1.5.0 'Hi' online"
    

    For details on how to interact with the Trezor from the JSON-RPC APIs, please consult the PR description.

    Transaction journal

    In the 1.6.x release family of Geth we introduced a new transaction pool to avoid propagation issues due to minimum gas-price requirements. This new pool accepted all transactions regardless of pricing, and always kept the best paying 4K of them, discarding the cheaper ones.

    The new pool features a special exemption mechanism for local accounts so that a user’s own transactions are always prioritized over remote ones, even if they are under-priced compared to everyone else’s. This ensures that cheap transactions don’t get flushed out of the network during heavy usage (e.g. ICO) as long as the originating node remains online.

    Geth 1.7.0 takes this protective measure a step forward by journaling all locally created transactions to disk, and loading them back up on a node restart. This ensures that even if the originating node goes offline, cheap transactions still have a chance to be included when the node comes back (#14784).

    The transaction journal can be an enormous help for node operators during software upgrades by not having to worry about local transactions going missing. Furthermore, the journal also acts as a resiliency mechanism against node crashes, ensuring that no transaction data is lost.

    Rinkeby updates

    There have been a lot of fine-tuning of Puppeth and Rinkeby over the course of this release, such as better ethstats logging to detect malicious reporters and IP address blacklisting to deny access for them.

    The Rinkeby testnet also proved vital in finding and and fixing a transaction pool event race that caused a lot of headaches around lost transactions and/or duplicate nonce assignments. All such known errors have now been fixed (#15085).

    Lastly we’re extremely happy to announce that Infura became an active player in the Rinkeby test network by aiding the community both with their own bootnode as well as running an authorized signer node. This should make the Rinkeby network even more robust and resilient.

    Closing remarks and important note to users

    Geth 1.7.0 contains a lot of bug fixes and we consider it our best release until now, however we urge everyone to exercise caution with the upgrade and monitor it closely afterwards as it does contain non-trivial database upgrades.

    Furthermore, we’d like to emphasize that the upgraded database cannot be used by previous versions of Geth. Our recommendation for production users it to sync from scratch with Geth 1.7.0, and leave the old database backed up until you confirm that the new release works correctly for all your use cases.

    For a full rundown of the changes please consult the Geth 1.7.0 release milestone.

    As always, binaries and mobile libraries are available on our download page.



    Source link

    Share. Facebook Twitter Pinterest LinkedIn Tumblr Email
    Michael Johnson

    Related Posts

    Join Us: EF Protocol Reddit AMA – August 29th, 2025

    August 15, 2025

    SIGN price soars 11% as Sign Foundation completes $12M token buyback

    August 13, 2025

    Fear & Greed Index hits 63 as Bitcoin, ETH, and SOL rebound

    August 7, 2025
    Leave A Reply Cancel Reply

    Don't Miss

    Czech police arrest infamous darknet operator in Bitcoin-for-favors scandal

    Crypto August 15, 2025

    The man behind Sheep Marketplace, a defunct darknet hub, now faces fresh charges after allegedly…

    EOS founder Dan Larimer predicts biblical apocalypse next week

    August 15, 2025

    Web3 esports platform Miomi Game integrates AUSD on Polygon

    August 15, 2025

    VCs secretly cashed out rewards on ‘locked’ EIGEN tokens

    August 15, 2025
    Stay In Touch
    • Facebook
    • Twitter
    • Pinterest
    • Instagram
    • YouTube
    • Vimeo
    Our Picks

    AGII Develops Adaptive Intelligence Layers to Improve Web3 Workflow Precision

    August 15, 2025

    Imagen Network Enhances Content Discovery and Interaction with Grok AI Integration

    August 15, 2025

    Imagen Network Integrates Grok AI to Deliver More Personalized and Engaging Social Experiences

    August 14, 2025

    Imagen Network (IMAGE) Boosts User Engagement Using XRP for Instant Social Transactions

    August 13, 2025

    Subscribe to Updates

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

    Demo
    • Popular
    • Recent
    • Top Reviews

    Polyhedra’s ZKJ token collapses following ‘abnormal on-chain activity’

    June 17, 2025

    Polyhedra’s ZKJ token collapses following ‘abnormal on-chain activity’

    June 17, 2025

    Colle AI Releases Design-Focused NFT Tools for Real-Time Creator Prototyping

    June 17, 2025

    Czech police arrest infamous darknet operator in Bitcoin-for-favors scandal

    August 15, 2025

    EOS founder Dan Larimer predicts biblical apocalypse next week

    August 15, 2025

    Web3 esports platform Miomi Game integrates AUSD on Polygon

    August 15, 2025
    Latest Galleries
    [latest_gallery cat="all" number="5" type="slider"]
    Latest Reviews
    Demo
    Top Posts

    AGII Develops Adaptive Intelligence Layers to Improve Web3 Workflow Precision

    August 15, 20250 Views

    Imagen Network Enhances Content Discovery and Interaction with Grok AI Integration

    August 15, 20250 Views

    Imagen Network Integrates Grok AI to Deliver More Personalized and Engaging Social Experiences

    August 14, 20250 Views

    Imagen Network (IMAGE) Boosts User Engagement Using XRP for Instant Social Transactions

    August 13, 20250 Views
    Don't Miss

    Czech police arrest infamous darknet operator in Bitcoin-for-favors scandal

    Crypto August 15, 2025

    The man behind Sheep Marketplace, a defunct darknet hub, now faces fresh charges after allegedly…

    EOS founder Dan Larimer predicts biblical apocalypse next week

    August 15, 2025

    Web3 esports platform Miomi Game integrates AUSD on Polygon

    August 15, 2025

    VCs secretly cashed out rewards on ‘locked’ EIGEN tokens

    August 15, 2025
    Stay In Touch
    • Facebook
    • Twitter
    • Pinterest
    • Instagram
    • YouTube
    • Vimeo

    Subscribe to Updates

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

    Demo
    Top Posts

    Bitcoin.com Wallet Earns WalletConnect Certified Badge! | by Bitcoin.com | Jul, 2025

    July 18, 202565 Views

    Justin Sun sues Bloomberg after report claims he owns 60% of TRON tokens

    August 14, 202538 Views

    SIGN price soars 11% as Sign Foundation completes $12M token buyback

    August 13, 202514 Views

    ProfitFarmers Review – Is it Legit? July 2025

    July 7, 20251 Views
    Don't Miss

    Czech police arrest infamous darknet operator in Bitcoin-for-favors scandal

    Crypto August 15, 2025

    The man behind Sheep Marketplace, a defunct darknet hub, now faces fresh charges after allegedly…

    EOS founder Dan Larimer predicts biblical apocalypse next week

    August 15, 2025

    Web3 esports platform Miomi Game integrates AUSD on Polygon

    August 15, 2025

    VCs secretly cashed out rewards on ‘locked’ EIGEN tokens

    August 15, 2025
    Stay In Touch
    • Facebook
    • Twitter
    • Pinterest
    • Instagram
    • YouTube
    • Vimeo

    Subscribe to Updates

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

    X (Twitter) Instagram YouTube LinkedIn
    Our Picks

    Czech police arrest infamous darknet operator in Bitcoin-for-favors scandal

    August 15, 2025

    EOS founder Dan Larimer predicts biblical apocalypse next week

    August 15, 2025

    Web3 esports platform Miomi Game integrates AUSD on Polygon

    August 15, 2025
    Recent Posts
    • Czech police arrest infamous darknet operator in Bitcoin-for-favors scandal
    • EOS founder Dan Larimer predicts biblical apocalypse next week
    • Web3 esports platform Miomi Game integrates AUSD on Polygon
    • VCs secretly cashed out rewards on ‘locked’ EIGEN tokens
    • Federal Reserve drops program that increased banks scrutiny of crypto
    © 2025 - 2026

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