{"id":9773,"date":"2025-03-15T13:48:37","date_gmt":"2025-03-15T12:48:37","guid":{"rendered":"https:\/\/wsj-crypto.com\/?p=9773"},"modified":"2025-03-15T13:48:37","modified_gmt":"2025-03-15T12:48:37","slug":"transforming-ethereum-key-protocol-updates-you-need-to-know","status":"publish","type":"post","link":"https:\/\/wsj-crypto.com\/index.php\/2025\/03\/15\/transforming-ethereum-key-protocol-updates-you-need-to-know\/","title":{"rendered":"Transforming Ethereum: Key Protocol Updates You Need to Know"},"content":{"rendered":"<p><\/p>\n<div id=\"\">\n<p class=\"chakra-text css-gi02ar\">The initial Frontier patch is here, and it\u2019s a significant update!<!-- --><\/p>\n<p><!-- --><\/p>\n<p class=\"chakra-text css-gi02ar\">Before proceeding, if your keys originate from Go 1.0 rc or C++ 0.9.36, please be aware that you must regenerate all of your keys IMMEDIATELY. While some versions of the pre-alpha and alpha clients are secure, this is contingent on the specific codebase and version. You should consider all keys created prior to these clients as insecure and compromised. Please note, this does not impact the pre-sale wallets.<!-- --><\/p>\n<p><!-- --><\/p>\n<p class=\"chakra-text css-gi02ar\"><a class=\"chakra-link css-ug8vf0\" href=\"https:\/\/blog.ethereum.org\/images\/posts\/2015\/08\/687474703a2f2f692e696d6775722e636f6d2f344f686877776f2e6a7067.jpeg\"><\/a><\/p>\n<p><!-- --><\/p>\n<h2 class=\"chakra-heading css-1w54o5f\" id=\"thawing\">Thawing<!-- --><\/h2>\n<p><!-- --><\/p>\n<p class=\"chakra-text css-gi02ar\">The thawing <!-- --><a target=\"_blank\" rel=\"noopener\" class=\"chakra-link css-ug8vf0\" href=\"https:\/\/github.com\/ethereum\/go-ethereum\/pull\/1578\">pull request<!-- --><\/a> has been integrated for the <!-- --><a target=\"_blank\" rel=\"noopener\" class=\"chakra-link css-ug8vf0\" href=\"https:\/\/github.com\/ethereum\/go-ethereum\/releases\/tag\/v1.0.1\">Go client<!-- --><\/a> and the Master branch has been revised. If you are operating on release branch 1.0.0, please transition to Master.<!-- --><\/p>\n<p><!-- --><\/p>\n<p class=\"chakra-text css-gi02ar\">Regarding the <!-- --><a target=\"_blank\" rel=\"noopener\" class=\"chakra-link css-ug8vf0\" href=\"https:\/\/github.com\/ethereum\/cpp-ethereum\">C++<!-- --><\/a> users, they too can switch to master following the merge, and binaries will be available shortly. If you prefer not to update eth but still intend to contribute to thawing the network, you may simply restart eth with an additional parameter of &#8211;gas-floor 3141592.<!-- --><\/p>\n<p><!-- --><\/p>\n<p class=\"chakra-text css-gi02ar\">I also wanted to share a brief explanation on how the gas limit targeting process functions, and why we cannot assure a timeline by which we will hit the 21K limit necessary to handle one fundamental transaction per block.<!-- --><\/p>\n<p><!-- --><\/p>\n<p class=\"chakra-text css-gi02ar\">Every miner operates a copy of geth or eth. In the Frontier Genesis release, both were configured to aim for 5k and maintain that figure. Now, with this update, both clients will be adjusted to target a gas limit of 3M per block.<!-- --><\/p>\n<p><!-- --><\/p>\n<p class=\"chakra-text css-gi02ar\">However, they cannot immediately switch to a 3M gas limit, because the protocol mandates a gradual increase at a specific rate. That rate equals the previous block limit \/ 1024. Assuming all miners upgrade their clients, and none adjust their settings, we will achieve 3M within 28 hours under a steady 15s block time, including propagation. But here\u2019s the challenge &#8211; not all miners will upgrade on time; some may overlook it, and others may never update!<!-- --><\/p>\n<p><!-- --><\/p>\n<p class=\"chakra-text css-gi02ar\">Thus, going forward, if a successful block is mined by an updated miner, the block limit will increase upwards according to the intended rate, but if mined by a &#8216;lazy&#8217; miner who hasn\u2019t updated, it will revert downwards (as that miner still targets 5k).<!-- --><\/p>\n<p><!-- --><\/p>\n<p class=\"chakra-text css-gi02ar\">For this reason, it will take at least 6 hours to reach a 21K gas limit per block (1 transaction per block), and a minimum of 28 hours to achieve 3M. In practice, it will likely take significantly longer.<!-- --><\/p>\n<p><!-- --><\/p>\n<p class=\"chakra-text css-gi02ar\">This is where the free market comes into action. Technically, miners could have colluded a few days prior to alter the client code and modify the network&#8217;s behavior, deviating from our intentions. We merely serve as advisers to the community.<!-- --><\/p>\n<p><!-- --><br \/>\n<!-- --><\/p>\n<p class=\"chakra-text css-gi02ar\">The Genesis block that the community has recognized has now been hardcoded into the clients, so you no longer need to specify the &#8211;genesis parameter to initiate eth or geth. Nevertheless, you can still specify a custom genesis block if you want to begin a private chain with a different genesis, for instance.<!-- --><\/p>\n<p><!-- --><\/p>\n<h2 class=\"chakra-heading css-1w54o5f\" id=\"bug-fixes\">Bug fixes<!-- --><\/h2>\n<p><!-- --><\/p>\n<p class=\"chakra-text css-gi02ar\">On the Go client aspect, a series of bug resolutions and enhancements have been integrated into version 1.0.1, preparing us for a Go 1.5 release.<!-- --><\/p>\n<p><!-- --><\/p>\n<ul role=\"list\" class=\"css-1onhfjo\">\n<li class=\"css-cvpopp\">Resolved crash in chain manager <!-- --><a target=\"_blank\" rel=\"noopener\" class=\"chakra-link css-ug8vf0\" href=\"https:\/\/github.com\/ethereum\/go-ethereum\/pull\/1568\">#1568<!-- --><\/a><\/li>\n<li class=\"css-cvpopp\">Log number corrections <!-- --><a target=\"_blank\" rel=\"noopener\" class=\"chakra-link css-ug8vf0\" href=\"https:\/\/github.com\/ethereum\/go-ethereum\/pull\/1545\">#1545<!-- --><\/a><\/li>\n<li class=\"css-cvpopp\">Crypto fix for Go 1.5 <!-- --><a target=\"_blank\" rel=\"noopener\" class=\"chakra-link css-ug8vf0\" href=\"https:\/\/github.com\/ethereum\/go-ethereum\/pull\/1536\">#1536<!-- --><\/a><\/li>\n<li class=\"css-cvpopp\">Fix for eth_call and eth_estimateGas <!-- --><a target=\"_blank\" rel=\"noopener\" class=\"chakra-link css-ug8vf0\" href=\"https:\/\/github.com\/ethereum\/go-ethereum\/pull\/1534\">#1534<!-- --><\/a><\/li>\n<li class=\"css-cvpopp\">Console <!-- --><span class=\"chakra-text css-ons8vw\">resend<\/span> method correction <!-- --><a target=\"_blank\" rel=\"noopener\" class=\"chakra-link css-ug8vf0\" href=\"https:\/\/github.com\/ethereum\/go-ethereum\/pull\/1461\">#1461<!-- --><\/a><\/li>\n<\/ul>\n<p><!-- --><\/p>\n<p class=\"chakra-text css-gi02ar\">On the C++ client front, a comprehensive external audit has been conducted on its Key Store and cryptographic functions. All suggestions from our expert reviewers have been acted upon. Numerous optimizations and security enhancements have been integrated into the client:<!-- --><\/p>\n<p><!-- --><\/p>\n<ul role=\"list\" class=\"css-1onhfjo\">\n<li class=\"css-cvpopp\">A distinctive feature of the C++ client is Secure Secrets: all heap memory utilized to store your secrets is securely wiped immediately after use<!-- --><\/li>\n<li class=\"css-cvpopp\">The C++ client now utilizes boost::random_device, providing cryptographically secure random-number generation<!-- --><\/li>\n<li class=\"css-cvpopp\">Several fixes for crashes and builds for AlethZero<!-- --><\/li>\n<li class=\"css-cvpopp\">Enhancements to Alethzero, particularly concerning account information<!-- --><\/li>\n<li class=\"css-cvpopp\">The CLI tool \u2018ethkey\u2019 can now be utilized alongside AlethZero to inspect and sign an otherwise unsigned transaction. This enables you to maintain a completely air-gapped cold-wallet-device<!-- --><\/li>\n<\/ul>\n<p><!-- --><\/p>\n<h2 class=\"chakra-heading css-1w54o5f\" id=\"difficulty-adjustment-scheme\">Difficulty adjustment scheme<!-- --><\/h2>\n<p><!-- --><\/p>\n<p class=\"chakra-text css-gi02ar\">Many of you have been curious about how we would implement a transition from PoW to PoS in time for Serenity. This will be managed by the newly established difficulty adjustment scheme, which gracefully secures a hard-fork point in the upcoming 16 months.<!-- --><\/p>\n<p><!-- --><\/p>\n<p class=\"chakra-text css-gi02ar\">It functions as follows: beginning from block 200,000 (approximately 17 days from now), the difficulty will experience an exponential escalation that will <!-- --><strong>only be noticeable in about a year<!-- --><\/strong>. At that juncture (just around the launch of the Serenity milestone), we will witness a substantial increase in difficulty that will start elevating the block resolution time.<!-- --><\/p>\n<p><!-- --><\/p>\n<p class=\"chakra-text css-gi02ar\">So, a year from now, the network will remain functional for approximately 3-4 months, but will eventually hit a kind of &#8216;Ice Age&#8217;: the difficulty will simply be too high for anyone to discover a block. This will provide us the chance to introduce PoS, possibly via <!-- --><a class=\"chakra-link css-ug8vf0\" href=\"https:\/\/blog.ethereum.org\/2015\/08\/01\/introducing-casper-friendly-ghost\">Casper<!-- --><\/a>, if it proves effective.<!-- --><\/p>\n<\/div>\n<p><br \/>\n<br \/><a href=\"https:\/\/blog.ethereum.org\/en\/2015\/08\/04\/ethereum-protocol-update-1\">Source link <\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>The initial Frontier patch is here, and it\u2019s a significant update! Before proceeding, if your keys originate from Go 1.0 rc or C++ 0.9.36, please be aware that you must regenerate all of your keys IMMEDIATELY. While some versions of the pre-alpha and alpha clients are secure, this is contingent on the specific codebase and<\/p>\n","protected":false},"author":3,"featured_media":8282,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[23],"tags":[1713],"class_list":{"0":"post-9773","1":"post","2":"type-post","3":"status-publish","4":"format-standard","5":"has-post-thumbnail","7":"category-ethereum","8":"tag-return-a-list-of-comma-separated-tags-from-this-title-ethereum-protocol-update-1-ethereum-foundation-blog"},"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.3 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Transforming Ethereum: Key Protocol Updates You Need to Know - WSJ-Crypto<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/wsj-crypto.com\/index.php\/2025\/03\/15\/transforming-ethereum-key-protocol-updates-you-need-to-know\/\" \/>\n<meta property=\"og:locale\" content=\"it_IT\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Transforming Ethereum: Key Protocol Updates You Need to Know - WSJ-Crypto\" \/>\n<meta property=\"og:description\" content=\"The initial Frontier patch is here, and it\u2019s a significant update! Before proceeding, if your keys originate from Go 1.0 rc or C++ 0.9.36, please be aware that you must regenerate all of your keys IMMEDIATELY. While some versions of the pre-alpha and alpha clients are secure, this is contingent on the specific codebase and\" \/>\n<meta property=\"og:url\" content=\"https:\/\/wsj-crypto.com\/index.php\/2025\/03\/15\/transforming-ethereum-key-protocol-updates-you-need-to-know\/\" \/>\n<meta property=\"og:site_name\" content=\"WSJ-Crypto\" \/>\n<meta property=\"article:published_time\" content=\"2025-03-15T12:48:37+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/wsj-crypto.com\/wp-content\/uploads\/2025\/02\/eth-org.jpeg\" \/>\n\t<meta property=\"og:image:width\" content=\"2100\" \/>\n\t<meta property=\"og:image:height\" content=\"900\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"wsjcrypto\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Scritto da\" \/>\n\t<meta name=\"twitter:data1\" content=\"wsjcrypto\" \/>\n\t<meta name=\"twitter:label2\" content=\"Tempo di lettura stimato\" \/>\n\t<meta name=\"twitter:data2\" content=\"4 minuti\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/wsj-crypto.com\/index.php\/2025\/03\/15\/transforming-ethereum-key-protocol-updates-you-need-to-know\/\",\"url\":\"https:\/\/wsj-crypto.com\/index.php\/2025\/03\/15\/transforming-ethereum-key-protocol-updates-you-need-to-know\/\",\"name\":\"Transforming Ethereum: Key Protocol Updates You Need to Know - WSJ-Crypto\",\"isPartOf\":{\"@id\":\"https:\/\/wsj-crypto.com\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/wsj-crypto.com\/index.php\/2025\/03\/15\/transforming-ethereum-key-protocol-updates-you-need-to-know\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/wsj-crypto.com\/index.php\/2025\/03\/15\/transforming-ethereum-key-protocol-updates-you-need-to-know\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/wsj-crypto.com\/wp-content\/uploads\/2025\/02\/eth-org.jpeg\",\"datePublished\":\"2025-03-15T12:48:37+00:00\",\"author\":{\"@id\":\"https:\/\/wsj-crypto.com\/#\/schema\/person\/88a93723b30416db1a352d5a0096c4a7\"},\"breadcrumb\":{\"@id\":\"https:\/\/wsj-crypto.com\/index.php\/2025\/03\/15\/transforming-ethereum-key-protocol-updates-you-need-to-know\/#breadcrumb\"},\"inLanguage\":\"it-IT\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/wsj-crypto.com\/index.php\/2025\/03\/15\/transforming-ethereum-key-protocol-updates-you-need-to-know\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"it-IT\",\"@id\":\"https:\/\/wsj-crypto.com\/index.php\/2025\/03\/15\/transforming-ethereum-key-protocol-updates-you-need-to-know\/#primaryimage\",\"url\":\"https:\/\/wsj-crypto.com\/wp-content\/uploads\/2025\/02\/eth-org.jpeg\",\"contentUrl\":\"https:\/\/wsj-crypto.com\/wp-content\/uploads\/2025\/02\/eth-org.jpeg\",\"width\":2100,\"height\":900},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/wsj-crypto.com\/index.php\/2025\/03\/15\/transforming-ethereum-key-protocol-updates-you-need-to-know\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/wsj-crypto.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Transforming Ethereum: Key Protocol Updates You Need to Know\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/wsj-crypto.com\/#website\",\"url\":\"https:\/\/wsj-crypto.com\/\",\"name\":\"WSJ-Crypto\",\"description\":\"Just Another Crypto News Website\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/wsj-crypto.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"it-IT\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/wsj-crypto.com\/#\/schema\/person\/88a93723b30416db1a352d5a0096c4a7\",\"name\":\"wsjcrypto\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"it-IT\",\"@id\":\"https:\/\/wsj-crypto.com\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/86fe8af82ea089646d6639ca2f87e0243d8688d957bd8e3ec22ec3c457cc16d4?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/86fe8af82ea089646d6639ca2f87e0243d8688d957bd8e3ec22ec3c457cc16d4?s=96&d=mm&r=g\",\"caption\":\"wsjcrypto\"},\"url\":\"https:\/\/wsj-crypto.com\/index.php\/author\/wsjcrypto\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Transforming Ethereum: Key Protocol Updates You Need to Know - WSJ-Crypto","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/wsj-crypto.com\/index.php\/2025\/03\/15\/transforming-ethereum-key-protocol-updates-you-need-to-know\/","og_locale":"it_IT","og_type":"article","og_title":"Transforming Ethereum: Key Protocol Updates You Need to Know - WSJ-Crypto","og_description":"The initial Frontier patch is here, and it\u2019s a significant update! Before proceeding, if your keys originate from Go 1.0 rc or C++ 0.9.36, please be aware that you must regenerate all of your keys IMMEDIATELY. While some versions of the pre-alpha and alpha clients are secure, this is contingent on the specific codebase and","og_url":"https:\/\/wsj-crypto.com\/index.php\/2025\/03\/15\/transforming-ethereum-key-protocol-updates-you-need-to-know\/","og_site_name":"WSJ-Crypto","article_published_time":"2025-03-15T12:48:37+00:00","og_image":[{"width":2100,"height":900,"url":"https:\/\/wsj-crypto.com\/wp-content\/uploads\/2025\/02\/eth-org.jpeg","type":"image\/jpeg"}],"author":"wsjcrypto","twitter_card":"summary_large_image","twitter_misc":{"Scritto da":"wsjcrypto","Tempo di lettura stimato":"4 minuti"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/wsj-crypto.com\/index.php\/2025\/03\/15\/transforming-ethereum-key-protocol-updates-you-need-to-know\/","url":"https:\/\/wsj-crypto.com\/index.php\/2025\/03\/15\/transforming-ethereum-key-protocol-updates-you-need-to-know\/","name":"Transforming Ethereum: Key Protocol Updates You Need to Know - WSJ-Crypto","isPartOf":{"@id":"https:\/\/wsj-crypto.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/wsj-crypto.com\/index.php\/2025\/03\/15\/transforming-ethereum-key-protocol-updates-you-need-to-know\/#primaryimage"},"image":{"@id":"https:\/\/wsj-crypto.com\/index.php\/2025\/03\/15\/transforming-ethereum-key-protocol-updates-you-need-to-know\/#primaryimage"},"thumbnailUrl":"https:\/\/wsj-crypto.com\/wp-content\/uploads\/2025\/02\/eth-org.jpeg","datePublished":"2025-03-15T12:48:37+00:00","author":{"@id":"https:\/\/wsj-crypto.com\/#\/schema\/person\/88a93723b30416db1a352d5a0096c4a7"},"breadcrumb":{"@id":"https:\/\/wsj-crypto.com\/index.php\/2025\/03\/15\/transforming-ethereum-key-protocol-updates-you-need-to-know\/#breadcrumb"},"inLanguage":"it-IT","potentialAction":[{"@type":"ReadAction","target":["https:\/\/wsj-crypto.com\/index.php\/2025\/03\/15\/transforming-ethereum-key-protocol-updates-you-need-to-know\/"]}]},{"@type":"ImageObject","inLanguage":"it-IT","@id":"https:\/\/wsj-crypto.com\/index.php\/2025\/03\/15\/transforming-ethereum-key-protocol-updates-you-need-to-know\/#primaryimage","url":"https:\/\/wsj-crypto.com\/wp-content\/uploads\/2025\/02\/eth-org.jpeg","contentUrl":"https:\/\/wsj-crypto.com\/wp-content\/uploads\/2025\/02\/eth-org.jpeg","width":2100,"height":900},{"@type":"BreadcrumbList","@id":"https:\/\/wsj-crypto.com\/index.php\/2025\/03\/15\/transforming-ethereum-key-protocol-updates-you-need-to-know\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/wsj-crypto.com\/"},{"@type":"ListItem","position":2,"name":"Transforming Ethereum: Key Protocol Updates You Need to Know"}]},{"@type":"WebSite","@id":"https:\/\/wsj-crypto.com\/#website","url":"https:\/\/wsj-crypto.com\/","name":"WSJ-Crypto","description":"Just Another Crypto News Website","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/wsj-crypto.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"it-IT"},{"@type":"Person","@id":"https:\/\/wsj-crypto.com\/#\/schema\/person\/88a93723b30416db1a352d5a0096c4a7","name":"wsjcrypto","image":{"@type":"ImageObject","inLanguage":"it-IT","@id":"https:\/\/wsj-crypto.com\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/86fe8af82ea089646d6639ca2f87e0243d8688d957bd8e3ec22ec3c457cc16d4?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/86fe8af82ea089646d6639ca2f87e0243d8688d957bd8e3ec22ec3c457cc16d4?s=96&d=mm&r=g","caption":"wsjcrypto"},"url":"https:\/\/wsj-crypto.com\/index.php\/author\/wsjcrypto\/"}]}},"amp_enabled":true,"_links":{"self":[{"href":"https:\/\/wsj-crypto.com\/index.php\/wp-json\/wp\/v2\/posts\/9773","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/wsj-crypto.com\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/wsj-crypto.com\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/wsj-crypto.com\/index.php\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/wsj-crypto.com\/index.php\/wp-json\/wp\/v2\/comments?post=9773"}],"version-history":[{"count":2,"href":"https:\/\/wsj-crypto.com\/index.php\/wp-json\/wp\/v2\/posts\/9773\/revisions"}],"predecessor-version":[{"id":9775,"href":"https:\/\/wsj-crypto.com\/index.php\/wp-json\/wp\/v2\/posts\/9773\/revisions\/9775"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/wsj-crypto.com\/index.php\/wp-json\/wp\/v2\/media\/8282"}],"wp:attachment":[{"href":"https:\/\/wsj-crypto.com\/index.php\/wp-json\/wp\/v2\/media?parent=9773"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/wsj-crypto.com\/index.php\/wp-json\/wp\/v2\/categories?post=9773"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/wsj-crypto.com\/index.php\/wp-json\/wp\/v2\/tags?post=9773"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}