{"id":18577,"date":"2026-03-23T12:02:38","date_gmt":"2026-03-23T12:02:38","guid":{"rendered":"https:\/\/cryptoted.net\/index.php\/2026\/03\/23\/geth-1-7-megara-ethereum-foundation-blog\/"},"modified":"2026-03-23T12:02:38","modified_gmt":"2026-03-23T12:02:38","slug":"geth-1-7-megara-ethereum-foundation-blog","status":"publish","type":"post","link":"https:\/\/cryptoted.net\/index.php\/2026\/03\/23\/geth-1-7-megara-ethereum-foundation-blog\/","title":{"rendered":"Geth 1.7 &#8211; Megara | Ethereum Foundation Blog"},"content":{"rendered":"<p> <br \/>\n<\/p>\n<div id=\"\">\n<p class=\"chakra-text css-gi02ar\">The Go Ethereum team is proud to announce the next release family of Geth, the <a target=\"_blank\" rel=\"noopener\" class=\"chakra-link css-vezwxf\" href=\"https:\/\/github.com\/ethereum\/go-ethereum\/releases\/tag\/v1.7.0\">first incarnation<\/a> focusing on laying the groundwork for the upcoming Metropolis hard forks (Byzantium and Constantinople), consisting of <a target=\"_blank\" rel=\"noopener\" class=\"chakra-link css-vezwxf\" href=\"https:\/\/github.com\/ethereum\/go-ethereum\/milestone\/47?closed=1\">125+ code contributions<\/a> for\u00a0various parts of the project.<\/p>\n<h2 class=\"chakra-heading group css-1kpzc4q\" id=\"byzantium-fork\" data-group=\"true\"><a class=\"chakra-link css-128fqrf\" aria-label=\"byzantium fork permalink\" href=\"#byzantium-fork\"><svg viewbox=\"0 0 24 24\" focusable=\"false\" class=\"chakra-icon css-173jpr1\"><g fill=\"currentColor\"><path d=\"M10.458,18.374,7.721,21.11a2.853,2.853,0,0,1-3.942,0l-.892-.891a2.787,2.787,0,0,1,0-3.941l5.8-5.8a2.789,2.789,0,0,1,3.942,0l.893.892A1,1,0,0,0,14.94,9.952l-.893-.892a4.791,4.791,0,0,0-6.771,0l-5.8,5.8a4.787,4.787,0,0,0,0,6.77l.892.891a4.785,4.785,0,0,0,6.771,0l2.736-2.735a1,1,0,1,0-1.414-1.415Z\"\/><path d=\"M22.526,2.363l-.892-.892a4.8,4.8,0,0,0-6.77,0l-2.905,2.9a1,1,0,0,0,1.414,1.414l2.9-2.9a2.79,2.79,0,0,1,3.941,0l.893.893a2.786,2.786,0,0,1,0,3.942l-5.8,5.8a2.769,2.769,0,0,1-1.971.817h0a2.766,2.766,0,0,1-1.969-.816,1,1,0,1,0-1.415,1.412,4.751,4.751,0,0,0,3.384,1.4h0a4.752,4.752,0,0,0,3.385-1.4l5.8-5.8a4.786,4.786,0,0,0,0-6.771Z\"\/><\/g><\/svg><\/a>Byzantium fork<\/h2>\n<p class=\"chakra-text css-gi02ar\">The current incarnation of Geth contains all the Byzantium EIPs implemented and also features the fork block number <strong>1,700,000<\/strong> for the Ropsten testnet transition. The block numbers for Rinkeby and the main Ethereum network will be finalized when Ropsten is deemed stable.<\/p>\n<p class=\"chakra-text css-gi02ar\">You can find details about individual protocol updates at the following locations:<\/p>\n<h2 class=\"chakra-heading group css-1kpzc4q\" id=\"performance-optimizations\" data-group=\"true\"><a class=\"chakra-link css-128fqrf\" aria-label=\"performance optimizations permalink\" href=\"#performance-optimizations\"><svg viewbox=\"0 0 24 24\" focusable=\"false\" class=\"chakra-icon css-173jpr1\"><g fill=\"currentColor\"><path d=\"M10.458,18.374,7.721,21.11a2.853,2.853,0,0,1-3.942,0l-.892-.891a2.787,2.787,0,0,1,0-3.941l5.8-5.8a2.789,2.789,0,0,1,3.942,0l.893.892A1,1,0,0,0,14.94,9.952l-.893-.892a4.791,4.791,0,0,0-6.771,0l-5.8,5.8a4.787,4.787,0,0,0,0,6.77l.892.891a4.785,4.785,0,0,0,6.771,0l2.736-2.735a1,1,0,1,0-1.414-1.415Z\"\/><path d=\"M22.526,2.363l-.892-.892a4.8,4.8,0,0,0-6.77,0l-2.905,2.9a1,1,0,0,0,1.414,1.414l2.9-2.9a2.79,2.79,0,0,1,3.941,0l.893.893a2.786,2.786,0,0,1,0,3.942l-5.8,5.8a2.769,2.769,0,0,1-1.971.817h0a2.766,2.766,0,0,1-1.969-.816,1,1,0,1,0-1.415,1.412,4.751,4.751,0,0,0,3.384,1.4h0a4.752,4.752,0,0,0,3.385-1.4l5.8-5.8a4.786,4.786,0,0,0,0-6.771Z\"\/><\/g><\/svg><\/a>Performance optimizations<\/h2>\n<p class=\"chakra-text css-gi02ar\">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:<\/p>\n<ul role=\"list\" class=\"css-1ars4k6\">\n<li class=\"css-0\">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 (<a target=\"_blank\" rel=\"noopener\" class=\"chakra-link css-vezwxf\" href=\"https:\/\/github.com\/ethereum\/go-ethereum\/pull\/14801\">#14801<\/a>).<\/li>\n<li class=\"css-0\">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 (<a target=\"_blank\" rel=\"noopener\" class=\"chakra-link css-vezwxf\" href=\"https:\/\/github.com\/ethereum\/go-ethereum\/pull\/14522\">#14522<\/a>, <a target=\"_blank\" rel=\"noopener\" class=\"chakra-link css-vezwxf\" href=\"https:\/\/github.com\/ethereum\/go-ethereum\/pull\/14631\">#14631<\/a>).<\/li>\n<\/ul>\n<p class=\"chakra-text css-gi02ar\">Some work-in-progress updates that appear\u00a0in the next releases include:<\/p>\n<ul role=\"list\" class=\"css-1ars4k6\">\n<li class=\"css-0\">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 (<a target=\"_blank\" rel=\"noopener\" class=\"chakra-link css-vezwxf\" href=\"https:\/\/github.com\/ethereum\/go-ethereum\/pull\/15106\">#15106<\/a>). This upgrade will improve the general bandwidth requirement of the network as well as light clients too.<\/li>\n<li class=\"css-0\">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 (<a target=\"_blank\" rel=\"noopener\" class=\"chakra-link css-vezwxf\" href=\"https:\/\/github.com\/ethereum\/go-ethereum\/pull\/14952\">#14952<\/a>).<\/li>\n<\/ul>\n<h2 class=\"chakra-heading group css-1kpzc4q\" id=\"trezor-wallets\" data-group=\"true\"><a class=\"chakra-link css-128fqrf\" aria-label=\"trezor wallets permalink\" href=\"#trezor-wallets\"><svg viewbox=\"0 0 24 24\" focusable=\"false\" class=\"chakra-icon css-173jpr1\"><g fill=\"currentColor\"><path d=\"M10.458,18.374,7.721,21.11a2.853,2.853,0,0,1-3.942,0l-.892-.891a2.787,2.787,0,0,1,0-3.941l5.8-5.8a2.789,2.789,0,0,1,3.942,0l.893.892A1,1,0,0,0,14.94,9.952l-.893-.892a4.791,4.791,0,0,0-6.771,0l-5.8,5.8a4.787,4.787,0,0,0,0,6.77l.892.891a4.785,4.785,0,0,0,6.771,0l2.736-2.735a1,1,0,1,0-1.414-1.415Z\"\/><path d=\"M22.526,2.363l-.892-.892a4.8,4.8,0,0,0-6.77,0l-2.905,2.9a1,1,0,0,0,1.414,1.414l2.9-2.9a2.79,2.79,0,0,1,3.941,0l.893.893a2.786,2.786,0,0,1,0,3.942l-5.8,5.8a2.769,2.769,0,0,1-1.971.817h0a2.766,2.766,0,0,1-1.969-.816,1,1,0,1,0-1.415,1.412,4.751,4.751,0,0,0,3.384,1.4h0a4.752,4.752,0,0,0,3.385-1.4l5.8-5.8a4.786,4.786,0,0,0,0-6.771Z\"\/><\/g><\/svg><\/a>Trezor wallets<\/h2>\n<p class=\"chakra-text css-gi02ar\">About this time last year we introduced support for the Ledger hardware wallet. Due to popular demand, we&#8217;ve now expanded on hardware wallet support to include the Trezor (<a target=\"_blank\" rel=\"noopener\" class=\"chakra-link css-vezwxf\" href=\"https:\/\/github.com\/ethereum\/go-ethereum\/pull\/14885\">#14885<\/a>).<\/p>\n<p class=\"chakra-text css-gi02ar\">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:<\/p>\n<p class=\"chakra-text css-gi02ar\"><span class=\"chakra-text css-ons8vw\">New wallet appeared, failed to open url=trezor:\/\/0003:0007:00 err=&#8221;trezor: pin needed&#8221;<\/span><\/p>\n<p class=\"chakra-text css-gi02ar\">The Geth console can be used to unlock the Trezor by invoking <span class=\"chakra-text css-ons8vw\">personal.openWallet(url)<\/span>, which will request the user to enter the shuffled PIN code and send that over to the Trezor for verification:<\/p>\n<div class=\"chakra-stack css-1jx0in4\">\n<pre><pre style=\"color:white;font-family:Consolas, Monaco, &quot;Andale Mono&quot;, &quot;Ubuntu Mono&quot;, monospace;text-align:left;white-space:pre;word-spacing:normal;word-break:normal;word-wrap:normal;line-height:1.5;font-size:1em;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-hyphens:none;-moz-hyphens:none;-ms-hyphens:none;hyphens:none;padding:1em;margin:0.5em 0;overflow:auto;background:#011627\"><code class=\"language-bash\" style=\"color:#d6deeb;font-family:Consolas, Monaco, &quot;Andale Mono&quot;, &quot;Ubuntu Mono&quot;, monospace;text-align:left;white-space:pre;word-spacing:normal;word-break:normal;word-wrap:normal;line-height:1.5;font-size:1em;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-hyphens:none;-moz-hyphens:none;-ms-hyphens:none;hyphens:none\"><span class=\"token\" style=\"color:rgb(127, 219, 202)\">&gt;<\/span><span> personal.openWallet<\/span><span class=\"token\" style=\"color:rgb(199, 146, 234)\">(<\/span><span class=\"token\" style=\"color:rgb(173, 219, 103)\">\"trezor:\/\/0003:0007:00\"<\/span><span class=\"token\" style=\"color:rgb(199, 146, 234)\">)<\/span><span>\n<\/span>\n<span>Look at the device <\/span><span class=\"token\" style=\"color:rgb(127, 219, 202)\">for<\/span><span> number positions\n<\/span>\n<span\/><span class=\"token\" style=\"color:rgb(247, 140, 108)\">7<\/span><span> <\/span><span class=\"token\" style=\"color:rgb(127, 219, 202)\">|<\/span><span> <\/span><span class=\"token\" style=\"color:rgb(247, 140, 108)\">8<\/span><span> <\/span><span class=\"token\" style=\"color:rgb(127, 219, 202)\">|<\/span><span> <\/span><span class=\"token\" style=\"color:rgb(247, 140, 108)\">9<\/span><span>\n<\/span>--+---+--\n<span\/><span class=\"token\" style=\"color:rgb(247, 140, 108)\">4<\/span><span> <\/span><span class=\"token\" style=\"color:rgb(127, 219, 202)\">|<\/span><span> <\/span><span class=\"token\" style=\"color:rgb(247, 140, 108)\">5<\/span><span> <\/span><span class=\"token\" style=\"color:rgb(127, 219, 202)\">|<\/span><span> <\/span><span class=\"token\" style=\"color:rgb(247, 140, 108)\">6<\/span><span>\n<\/span>--+---+--\n<span\/><span class=\"token\" style=\"color:rgb(247, 140, 108)\">1<\/span><span> <\/span><span class=\"token\" style=\"color:rgb(127, 219, 202)\">|<\/span><span> <\/span><span class=\"token\" style=\"color:rgb(247, 140, 108)\">2<\/span><span> <\/span><span class=\"token\" style=\"color:rgb(127, 219, 202)\">|<\/span><span> <\/span><span class=\"token\" style=\"color:rgb(247, 140, 108)\">3<\/span><span>\n<\/span>\n<!-- -->Please enter current PIN:\n<!-- -->\n<span>INFO <\/span><span class=\"token\" style=\"color:rgb(199, 146, 234)\">[<\/span><span>08-10<\/span><span class=\"token\" style=\"color:rgb(127, 219, 202)\">|<\/span><span class=\"token\" style=\"color:rgb(247, 140, 108)\">11<\/span><span>:58:06<\/span><span class=\"token\" style=\"color:rgb(199, 146, 234)\">]<\/span><span> New wallet appeared <\/span><span class=\"token assign-left\" style=\"color:rgb(214, 222, 235)\">url<\/span><span class=\"token\" style=\"color:rgb(127, 219, 202)\">=<\/span><span>trezor:\/\/0003:0007:00 <\/span><span class=\"token assign-left\" style=\"color:rgb(214, 222, 235)\">status<\/span><span class=\"token\" style=\"color:rgb(127, 219, 202)\">=<\/span><span class=\"token\" style=\"color:rgb(173, 219, 103)\">\"Trezor v1.5.0 'Hi' online\"<\/span><span>\n<\/span><\/code><\/pre>\n<\/div>\n<p class=\"chakra-text css-gi02ar\">For details on how to interact with the Trezor from the JSON-RPC APIs, please consult the <a target=\"_blank\" rel=\"noopener\" class=\"chakra-link css-vezwxf\" href=\"https:\/\/github.com\/ethereum\/go-ethereum\/pull\/14885\">PR description<\/a>.<\/p>\n<h2 class=\"chakra-heading group css-1kpzc4q\" id=\"transaction-journal\" data-group=\"true\"><a class=\"chakra-link css-128fqrf\" aria-label=\"transaction journal permalink\" href=\"#transaction-journal\"><svg viewbox=\"0 0 24 24\" focusable=\"false\" class=\"chakra-icon css-173jpr1\"><g fill=\"currentColor\"><path d=\"M10.458,18.374,7.721,21.11a2.853,2.853,0,0,1-3.942,0l-.892-.891a2.787,2.787,0,0,1,0-3.941l5.8-5.8a2.789,2.789,0,0,1,3.942,0l.893.892A1,1,0,0,0,14.94,9.952l-.893-.892a4.791,4.791,0,0,0-6.771,0l-5.8,5.8a4.787,4.787,0,0,0,0,6.77l.892.891a4.785,4.785,0,0,0,6.771,0l2.736-2.735a1,1,0,1,0-1.414-1.415Z\"\/><path d=\"M22.526,2.363l-.892-.892a4.8,4.8,0,0,0-6.77,0l-2.905,2.9a1,1,0,0,0,1.414,1.414l2.9-2.9a2.79,2.79,0,0,1,3.941,0l.893.893a2.786,2.786,0,0,1,0,3.942l-5.8,5.8a2.769,2.769,0,0,1-1.971.817h0a2.766,2.766,0,0,1-1.969-.816,1,1,0,1,0-1.415,1.412,4.751,4.751,0,0,0,3.384,1.4h0a4.752,4.752,0,0,0,3.385-1.4l5.8-5.8a4.786,4.786,0,0,0,0-6.771Z\"\/><\/g><\/svg><\/a>Transaction journal<\/h2>\n<p class=\"chakra-text css-gi02ar\">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.<\/p>\n<p class=\"chakra-text css-gi02ar\">The new pool features a special exemption mechanism for local accounts so that a user&#8217;s own transactions are always prioritized over remote ones, even if they are under-priced compared to everyone else&#8217;s. This ensures that cheap transactions don&#8217;t get flushed out of the network during heavy usage (e.g. ICO) as long as the originating node remains online.<\/p>\n<p class=\"chakra-text css-gi02ar\">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 (<a target=\"_blank\" rel=\"noopener\" class=\"chakra-link css-vezwxf\" href=\"https:\/\/github.com\/ethereum\/go-ethereum\/pull\/14784\">#14784<\/a>).<\/p>\n<p class=\"chakra-text css-gi02ar\">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.<\/p>\n<h2 class=\"chakra-heading group css-1kpzc4q\" id=\"rinkeby-updates\" data-group=\"true\"><a class=\"chakra-link css-128fqrf\" aria-label=\"rinkeby updates permalink\" href=\"#rinkeby-updates\"><svg viewbox=\"0 0 24 24\" focusable=\"false\" class=\"chakra-icon css-173jpr1\"><g fill=\"currentColor\"><path d=\"M10.458,18.374,7.721,21.11a2.853,2.853,0,0,1-3.942,0l-.892-.891a2.787,2.787,0,0,1,0-3.941l5.8-5.8a2.789,2.789,0,0,1,3.942,0l.893.892A1,1,0,0,0,14.94,9.952l-.893-.892a4.791,4.791,0,0,0-6.771,0l-5.8,5.8a4.787,4.787,0,0,0,0,6.77l.892.891a4.785,4.785,0,0,0,6.771,0l2.736-2.735a1,1,0,1,0-1.414-1.415Z\"\/><path d=\"M22.526,2.363l-.892-.892a4.8,4.8,0,0,0-6.77,0l-2.905,2.9a1,1,0,0,0,1.414,1.414l2.9-2.9a2.79,2.79,0,0,1,3.941,0l.893.893a2.786,2.786,0,0,1,0,3.942l-5.8,5.8a2.769,2.769,0,0,1-1.971.817h0a2.766,2.766,0,0,1-1.969-.816,1,1,0,1,0-1.415,1.412,4.751,4.751,0,0,0,3.384,1.4h0a4.752,4.752,0,0,0,3.385-1.4l5.8-5.8a4.786,4.786,0,0,0,0-6.771Z\"\/><\/g><\/svg><\/a>Rinkeby updates<\/h2>\n<p class=\"chakra-text css-gi02ar\">There have been a lot of fine-tuning of\u00a0Puppeth 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.<\/p>\n<p class=\"chakra-text css-gi02ar\">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 (<a target=\"_blank\" rel=\"noopener\" class=\"chakra-link css-vezwxf\" href=\"https:\/\/github.com\/ethereum\/go-ethereum\/pull\/15085\">#15085<\/a>).<\/p>\n<p class=\"chakra-text css-gi02ar\">Lastly we&#8217;re extremely happy to announce that <a target=\"_blank\" rel=\"noopener\" class=\"chakra-link css-vezwxf\" href=\"https:\/\/blog.infura.io\/infuras-signer-and-bootnode-on-rinkeby-440de6f70961\">Infura became an active player<\/a> 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.<\/p>\n<h2 class=\"chakra-heading group css-1kpzc4q\" id=\"closing-remarks-and-important-note-to-users\" data-group=\"true\"><a class=\"chakra-link css-128fqrf\" aria-label=\"closing remarks and important note to users permalink\" href=\"#closing-remarks-and-important-note-to-users\"><svg viewbox=\"0 0 24 24\" focusable=\"false\" class=\"chakra-icon css-173jpr1\"><g fill=\"currentColor\"><path d=\"M10.458,18.374,7.721,21.11a2.853,2.853,0,0,1-3.942,0l-.892-.891a2.787,2.787,0,0,1,0-3.941l5.8-5.8a2.789,2.789,0,0,1,3.942,0l.893.892A1,1,0,0,0,14.94,9.952l-.893-.892a4.791,4.791,0,0,0-6.771,0l-5.8,5.8a4.787,4.787,0,0,0,0,6.77l.892.891a4.785,4.785,0,0,0,6.771,0l2.736-2.735a1,1,0,1,0-1.414-1.415Z\"\/><path d=\"M22.526,2.363l-.892-.892a4.8,4.8,0,0,0-6.77,0l-2.905,2.9a1,1,0,0,0,1.414,1.414l2.9-2.9a2.79,2.79,0,0,1,3.941,0l.893.893a2.786,2.786,0,0,1,0,3.942l-5.8,5.8a2.769,2.769,0,0,1-1.971.817h0a2.766,2.766,0,0,1-1.969-.816,1,1,0,1,0-1.415,1.412,4.751,4.751,0,0,0,3.384,1.4h0a4.752,4.752,0,0,0,3.385-1.4l5.8-5.8a4.786,4.786,0,0,0,0-6.771Z\"\/><\/g><\/svg><\/a>Closing remarks and important note to users<\/h2>\n<p class=\"chakra-text css-gi02ar\">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\u00a0with the upgrade and monitor it closely afterwards as it does contain non-trivial database upgrades.<\/p>\n<p class=\"chakra-text css-gi02ar\">Furthermore, we&#8217;d like to emphasize that <strong>the upgraded database cannot be used by previous versions of Geth<\/strong>. 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.<\/p>\n<p class=\"chakra-text css-gi02ar\">For a full rundown of the changes please consult the <a target=\"_blank\" rel=\"noopener\" class=\"chakra-link css-vezwxf\" href=\"https:\/\/github.com\/ethereum\/go-ethereum\/pulls?page=1&amp;q=is%3Apr+milestone%3A1.7.0+is%3Aclosed\">Geth 1.7.0 release milestone<\/a>.<\/p>\n<p class=\"chakra-text css-gi02ar\"><strong>As always, binaries and mobile libraries are available on our <a target=\"_blank\" rel=\"noopener\" class=\"chakra-link css-vezwxf\" href=\"https:\/\/geth.ethereum.org\/downloads\/\">download page<\/a>.<\/strong><\/p>\n<\/div>\n<p><br \/>\n<br \/><a href=\"https:\/\/blog.ethereum.org\/en\/2017\/09\/14\/geth-1-7-megara\">Source link <\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>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\u00a0various parts of the project. Byzantium fork The current incarnation of Geth contains all the Byzantium EIPs implemented and [&hellip;]<\/p>\n","protected":false},"author":6,"featured_media":18498,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"tdm_status":"","tdm_grid_status":"","footnotes":""},"categories":[24],"tags":[],"kronos_expire_date":[],"class_list":["post-18577","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-ethereum"],"_links":{"self":[{"href":"https:\/\/cryptoted.net\/index.php\/wp-json\/wp\/v2\/posts\/18577","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/cryptoted.net\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/cryptoted.net\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/cryptoted.net\/index.php\/wp-json\/wp\/v2\/users\/6"}],"replies":[{"embeddable":true,"href":"https:\/\/cryptoted.net\/index.php\/wp-json\/wp\/v2\/comments?post=18577"}],"version-history":[{"count":0,"href":"https:\/\/cryptoted.net\/index.php\/wp-json\/wp\/v2\/posts\/18577\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/cryptoted.net\/index.php\/wp-json\/wp\/v2\/media\/18498"}],"wp:attachment":[{"href":"https:\/\/cryptoted.net\/index.php\/wp-json\/wp\/v2\/media?parent=18577"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/cryptoted.net\/index.php\/wp-json\/wp\/v2\/categories?post=18577"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/cryptoted.net\/index.php\/wp-json\/wp\/v2\/tags?post=18577"},{"taxonomy":"kronos_expire_date","embeddable":true,"href":"https:\/\/cryptoted.net\/index.php\/wp-json\/wp\/v2\/kronos_expire_date?post=18577"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}