{"id":6452,"date":"2024-12-23T06:53:38","date_gmt":"2024-12-23T05:53:38","guid":{"rendered":"https:\/\/wsj-crypto.com\/?p=6452"},"modified":"2024-12-23T06:53:38","modified_gmt":"2024-12-23T05:53:38","slug":"introducing-the-kiln-merge-testnet-a-new-era-of-blockchain-innovation","status":"publish","type":"post","link":"https:\/\/wsj-crypto.com\/index.php\/2024\/12\/23\/introducing-the-kiln-merge-testnet-a-new-era-of-blockchain-innovation\/","title":{"rendered":"Introducing the Kiln Merge Testnet: A New Era of Blockchain Innovation"},"content":{"rendered":"\n<div id=\"\">\n<p class=\"chakra-text css-gi02ar\">The <!-- --><a class=\"chakra-link css-ug8vf0\" href=\"https:\/\/blog.ethereum.org\/2021\/12\/20\/kintsugi-merge-testnet\">Kintsugi \ud83c\udf75 merge testnet<!-- --><\/a>, initiated in late December, has served as a significant testing platform for The Merge. Through various test environments, multi-client development networks, shadow forks of Goerli, application deployments, and the community&#8217;s support #TestingTheMerge, we&#8217;ve reached a collection of stable and resilient protocol specifications. Now that clients have adopted these most recent specifications, a successor to Kintsugi, Kiln \ud83d\udd25\ud83e\uddf1, is being introduced!<!-- --><\/p>\n<p><!-- --><\/p>\n<p class=\"chakra-text css-gi02ar\">Similar to the Ethereum mainnet, Kiln&#8217;s execution layer was launched under proof-of-work concurrently with a Beacon Chain operating under proof-of-stake. The Merge was executed on Kiln on March 15, 2022. The network is now functioning entirely under proof-of-stake!<!-- --><\/p>\n<p><!-- --><\/p>\n<p class=\"chakra-text css-gi02ar\">Kiln is anticipated to be the final merge testnet established before current public testnets undergo upgrades. Application &amp; tooling developers, node operators, infrastructure providers, and stakers are highly encouraged to test on Kiln to facilitate a seamless transition on existing public testnets.<!-- --><\/p>\n<p><!-- --><\/p>\n<p class=\"chakra-text css-gi02ar\">Kintsugi, the preceding merge testnet, will be phased out in the forthcoming weeks.<!-- --><\/p>\n<p><!-- --><\/p>\n<h2 class=\"chakra-heading css-1w54o5f\" id=\"using-kiln\">Using Kiln<!-- --><\/h2>\n<p><!-- --><\/p>\n<h3 class=\"chakra-heading css-145upk7\" id=\"getting-started\">Getting Started<!-- --><\/h3>\n<p><!-- --><\/p>\n<p class=\"chakra-text css-gi02ar\">The simplest method to start utilizing Kiln is to navigate to the network&#8217;s <!-- --><a target=\"_blank\" rel=\"noopener\" class=\"chakra-link css-ug8vf0\" href=\"https:\/\/kiln.themerge.dev\/\">landing page<!-- --><\/a>. There, you can integrate the network into your browser wallet, explore block explorers, request funds from the faucet, and connect to a JSON RPC endpoint. If you&#8217;re interested in becoming a validator on Kiln, the <!-- --><a target=\"_blank\" rel=\"noopener\" class=\"chakra-link css-ug8vf0\" href=\"https:\/\/kiln.launchpad.ethereum.org\/\">staking launchpad<!-- --><\/a> also accommodates the network.<!-- --><\/p>\n<p><!-- --><\/p>\n<h3 class=\"chakra-heading css-145upk7\" id=\"application--tooling-developers\">Application &amp; Tooling Developers<!-- --><\/h3>\n<p><!-- --><\/p>\n<p class=\"chakra-text css-gi02ar\">With Kiln becoming operational, now is the moment to verify that your product performs reliably during the proof-of-stake transition and within a post-merge scenario. As discussed in a <!-- --><a class=\"chakra-link css-ug8vf0\" href=\"https:\/\/blog.ethereum.org\/2021\/11\/29\/how-the-merge-impacts-app-layer\">prior post<!-- --><\/a>, The Merge will have only minimal effects on certain contracts deployed on Ethereum, none of which should encounter breaking changes. Furthermore, the majority of user API endpoints will remain stable (unless you are utilizing PoW specific methods such as <!-- --><span class=\"chakra-text css-ons8vw\">eth_getWork<\/span>).<!-- --><\/p>\n<p><!-- --><\/p>\n<p class=\"chakra-text css-gi02ar\">However, many applications on Ethereum encompass much more than just on-chain contracts. Kiln is the place to ensure that your frontend code, tools, deployment pipeline, and other off-chain components function as expected. We strongly recommend that developers conduct a comprehensive testing &amp; deployment cycle on Kiln and report any issues with tools or dependencies to the maintainers of those projects. If you&#8217;re uncertain about where to lodge a complaint, please utilize <!-- --><a target=\"_blank\" rel=\"noopener\" class=\"chakra-link css-ug8vf0\" href=\"https:\/\/github.com\/eth-clients\/merge-testnets\/\">this repository<!-- --><\/a>.<!-- --><\/p>\n<p><!-- --><\/p>\n<h3 class=\"chakra-heading css-145upk7\" id=\"node-operators\">Node Operators<!-- --><\/h3>\n<p><!-- --><\/p>\n<p class=\"chakra-text css-gi02ar\">Following the merge, an Ethereum full node will consist of a consensus layer client, which operates proof-of-stake on the Beacon Chain, and an execution layer client, which handles the user state and executes the computations linked to transactions. These will interact over an authenticated port utilizing a new array of JSON RPC methods, termed the <!-- --><a target=\"_blank\" rel=\"noopener\" class=\"chakra-link css-ug8vf0\" href=\"https:\/\/github.com\/ethereum\/execution-apis\/tree\/main\/src\/engine\">Engine API<!-- --><\/a>.<!-- --><\/p>\n<p><!-- --><\/p>\n<p class=\"chakra-text css-gi02ar\">Consequently, node operators will need to run both a consensus and execution layer client concurrently. In simpler terms, if you have been operating a node on the Beacon Chain, you now also need to run an execution layer client. Likewise, if you were running a node on the existing proof-of-work network, you will need to run a consensus layer client.<!-- --><\/p>\n<p><!-- --><\/p>\n<p class=\"chakra-text css-gi02ar\">You can locate the latest Kiln-compatible release of clients <!-- --><a target=\"_blank\" rel=\"noopener\" class=\"chakra-link css-ug8vf0\" href=\"https:\/\/notes.ethereum.org\/@launchpad\/kiln\">here<!-- --><\/a>.<!-- --><\/p>\n<p><!-- --><\/p>\n<p class=\"chakra-text css-gi02ar\">It is crucial to highlight that each layer will maintain its own independent set of peers and provide its own APIs. The <!-- --><a target=\"_blank\" rel=\"noopener\" class=\"chakra-link css-ug8vf0\" href=\"https:\/\/github.com\/ethereum\/beacon-apis\">Beacon<!-- --><\/a> and <!-- --><a target=\"_blank\" rel=\"noopener\" class=\"chakra-link css-ug8vf0\" href=\"https:\/\/github.com\/ethereum\/execution-apis\">JSON RPC<!-- --><\/a> APIs will thus continue to operate as anticipated.<!-- --><\/p>\n<p><!-- --><\/p>\n<h3 class=\"chakra-heading css-145upk7\" id=\"stakers\">Stakers<!-- --><\/h3>\n<p><!-- --><\/p>\n<p class=\"chakra-text css-gi02ar\">As noted earlier, validators on the Beacon Chain will be required to run an execution layer client after The Merge. Prior to the merge, this was highly advisable, but it was feasible for validators to delegate these duties to third-party providers. This was attainable because the only information needed on the execution layer was updates to the deposit contract.<!-- --><\/p>\n<p><!-- --><\/p>\n<p class=\"chakra-text css-gi02ar\">After the merge, validators must ensure that the transactions in blocks they create and attest are valid. To achieve this, an execution layer client is necessary. While this broadens validators&#8217; responsibilities, it also grants a validator who proposes a block the rights to its corresponding transaction priority fees (which currently go to miners).<!-- --><\/p>\n<p><!-- --><\/p>\n<p class=\"chakra-text css-gi02ar\">While validator rewards accumulate on the Beacon Chain and will necessitate a future upgrade to be withdrawn, transaction fees will still be paid, burned, and allocated on the execution layer. Validators can therefore indicate any Ethereum address as a recipient for transaction fees.<!-- --><\/p>\n<p><!-- --><\/p>\n<p class=\"chakra-text css-gi02ar\">Kiln is an ideal environment for current stakers to acclimatize themselves with the post-merge Ethereum landscape. We suggest attempting to replicate your production setup on the network and resolving any issues now.<!-- --><\/p>\n<p><!-- --><\/p>\n<p class=\"chakra-text css-gi02ar\">Once more, the <!-- --><a target=\"_blank\" rel=\"noopener\" class=\"chakra-link css-ug8vf0\" href=\"https:\/\/kiln.launchpad.ethereum.org\/en\/\">staking launchpad<!-- --><\/a> offers an uncomplicated interface to begin. Be aware that as a part of <!-- --><a class=\"chakra-link css-ug8vf0\" href=\"https:\/\/blog.ethereum.org\/2022\/01\/24\/the-great-eth2-renaming\">the rebranding from &#8220;eth2.0&#8221;<!-- --><\/a>, the <!-- --><a target=\"_blank\" rel=\"noopener\" class=\"chakra-link css-ug8vf0\" href=\"https:\/\/github.com\/ethereum\/eth2.0-deposit-cli\/\">ethereum\/eth2.0-deposit-cli<!-- --><\/a> repository will soon be rebranded to <!-- --><span class=\"chakra-text css-ons8vw\">ethereum\/staking-deposit-cli<\/span>.<!-- --><\/p>\n<p><!-- --><\/p>\n<h2 class=\"chakra-heading css-1w54o5f\" id=\"faq\">FAQ<!-- --><\/h2>\n<p><!-- --><\/p>\n<h3 class=\"chakra-heading css-145upk7\" id=\"wen-merge\">wen merge?<!-- --><\/h3>\n<p><!-- --><\/p>\n<p class=\"chakra-text css-gi02ar\">A date for the Ethereum mainnet proof-of-stake transition has <!-- --><strong>not<!-- --><\/strong>been established as of the release of this article. Any reference suggesting otherwise is probably a fraud. Updates will be shared on this blog. Please keep safe!<!-- --><\/p>\n<p><!-- --><\/p>\n<p class=\"chakra-text css-gi02ar\">Assuming no complications are discovered with Kiln, once clients have completed the specifics of their implementations, the current Ethereum testnets (Goerli, Ropsten, etc.) will proceed through The Merge. When these have successfully switched and stabilized, again, assuming no complications arise, a <!-- --><a target=\"_blank\" rel=\"noopener\" class=\"chakra-link css-ug8vf0\" href=\"https:\/\/eips.ethereum.org\/EIPS\/eip-3675#terminal-total-difficulty-vs-block-number\">difficulty value<!-- --><\/a> will be established for the mainnet transition. Only at that point will it be feasible to predict the precise date for The Merge.<!-- --><\/p>\n<p><!-- --><\/p>\n<h3 class=\"chakra-heading css-145upk7\" id=\"as-an-ethereum-user-or-ether-holder-is-there-anything-i-need-to-do\">As an Ethereum user or Ether holder, is there anything I should do?<!-- --><\/h3>\n<p><!-- --><\/p>\n<p class=\"chakra-text css-gi02ar\">No. If you wish to experiment with Kiln, feel free. We hope numerous community members will participate in #TestingTheMerge on Kiln.<!-- --><\/p>\n<p><!-- --><\/p>\n<p class=\"chakra-text css-gi02ar\">The Ethereum mainnet remains unaffected by this testnet. Future announcements will be made on this blog prior to the mainnet&#8217;s transition.<!-- --><\/p>\n<p><!-- --><\/p>\n<h3 class=\"chakra-heading css-145upk7\" id=\"as-a-miner-is-there-anything-i-need-to-do\">As a miner, is there anything I should do?<!-- --><\/h3>\n<p><!-- --><\/p>\n<p class=\"chakra-text css-gi02ar\">No. If you are mining on the Ethereum mainnet, you should know that following The Merge, the network will function entirely under proof-of-stake. At that junction, mining will no longer be feasible on the network.<!-- --><\/p>\n<p><!-- --><\/p>\n<h3 class=\"chakra-heading css-145upk7\" id=\"as-a-validator-can-i-withdraw-my-stake\">As a validator, can I withdraw my stake?<!-- --><\/h3>\n<p><!-- --><\/p>\n<p class=\"chakra-text css-gi02ar\">No. The Merge is the most intricate upgrade to Ethereum thus far. To mitigate the risks of network disruptions, a conservative approach was adopted which excluded any non-transition modifications from this upgrade.<!-- --><\/p>\n<p><!-- --><\/p>\n<p class=\"chakra-text css-gi02ar\">Withdrawals from the Beacon Chain will probably be accessible starting from the first upgrade after The Merge. Specifications for both the <!-- --><a target=\"_blank\" rel=\"noopener\" class=\"chakra-link css-ug8vf0\" href=\"https:\/\/github.com\/ethereum\/consensus-specs\/issues\/2758\">consensus<!-- --><\/a> and <!-- --><a target=\"_blank\" rel=\"noopener\" class=\"chakra-link css-ug8vf0\" href=\"https:\/\/eips.ethereum.org\/EIPS\/eip-4863\">execution<!-- --><\/a> layers are currently underway.<!-- --><\/p>\n<p><!-- --><\/p>\n<h3 class=\"chakra-heading css-145upk7\" id=\"why-kiln\">What\u2019s the significance of Kiln?<!-- --><\/h3>\n<p><!-- --><\/p>\n<p class=\"chakra-text css-gi02ar\">The previous merging testnet, Kintsugi, was named after the Japanese technique of mending ceramics and reinforcing them with gold, rendering them both more resilient and aesthetically pleasing.<!-- --><\/p>\n<p><!-- --><\/p>\n<p class=\"chakra-text css-gi02ar\">In a similar spirit, a Kiln is a high-temperature furnace employed to transform clay into solid forms, such as ceramics or bricks \ud83d\udd25\ud83e\uddf1.<!-- --><\/p>\n<\/div>\n<p><br \/>\n<br \/><a href=\"https:\/\/blog.ethereum.org\/en\/2022\/03\/14\/kiln-merge-testnet\">Source link <\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>The Kintsugi \ud83c\udf75 merge testnet, initiated in late December, has served as a significant testing platform for The Merge. Through various test environments, multi-client development networks, shadow forks of Goerli, application deployments, and the community&#8217;s support #TestingTheMerge, we&#8217;ve reached a collection of stable and resilient protocol specifications. Now that clients have adopted these most recent<\/p>\n","protected":false},"author":3,"featured_media":6453,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[23],"tags":[550],"class_list":{"0":"post-6452","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-announcing-the-kiln-merge-testnet"},"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.3 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Introducing the Kiln Merge Testnet: A New Era of Blockchain Innovation - 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\/2024\/12\/23\/introducing-the-kiln-merge-testnet-a-new-era-of-blockchain-innovation\/\" \/>\n<meta property=\"og:locale\" content=\"it_IT\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Introducing the Kiln Merge Testnet: A New Era of Blockchain Innovation - WSJ-Crypto\" \/>\n<meta property=\"og:description\" content=\"The Kintsugi \ud83c\udf75 merge testnet, initiated in late December, has served as a significant testing platform for The Merge. Through various test environments, multi-client development networks, shadow forks of Goerli, application deployments, and the community&#8217;s support #TestingTheMerge, we&#8217;ve reached a collection of stable and resilient protocol specifications. Now that clients have adopted these most recent\" \/>\n<meta property=\"og:url\" content=\"https:\/\/wsj-crypto.com\/index.php\/2024\/12\/23\/introducing-the-kiln-merge-testnet-a-new-era-of-blockchain-innovation\/\" \/>\n<meta property=\"og:site_name\" content=\"WSJ-Crypto\" \/>\n<meta property=\"article:published_time\" content=\"2024-12-23T05:53:38+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/wsj-crypto.com\/wp-content\/uploads\/2024\/12\/upload_208a21257acb552128b7b6d0f5277d58.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1400\" \/>\n\t<meta property=\"og:image:height\" content=\"600\" \/>\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=\"5 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\/2024\/12\/23\/introducing-the-kiln-merge-testnet-a-new-era-of-blockchain-innovation\/\",\"url\":\"https:\/\/wsj-crypto.com\/index.php\/2024\/12\/23\/introducing-the-kiln-merge-testnet-a-new-era-of-blockchain-innovation\/\",\"name\":\"Introducing the Kiln Merge Testnet: A New Era of Blockchain Innovation - WSJ-Crypto\",\"isPartOf\":{\"@id\":\"https:\/\/wsj-crypto.com\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/wsj-crypto.com\/index.php\/2024\/12\/23\/introducing-the-kiln-merge-testnet-a-new-era-of-blockchain-innovation\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/wsj-crypto.com\/index.php\/2024\/12\/23\/introducing-the-kiln-merge-testnet-a-new-era-of-blockchain-innovation\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/wsj-crypto.com\/wp-content\/uploads\/2024\/12\/upload_208a21257acb552128b7b6d0f5277d58.jpg\",\"datePublished\":\"2024-12-23T05:53:38+00:00\",\"author\":{\"@id\":\"https:\/\/wsj-crypto.com\/#\/schema\/person\/88a93723b30416db1a352d5a0096c4a7\"},\"breadcrumb\":{\"@id\":\"https:\/\/wsj-crypto.com\/index.php\/2024\/12\/23\/introducing-the-kiln-merge-testnet-a-new-era-of-blockchain-innovation\/#breadcrumb\"},\"inLanguage\":\"it-IT\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/wsj-crypto.com\/index.php\/2024\/12\/23\/introducing-the-kiln-merge-testnet-a-new-era-of-blockchain-innovation\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"it-IT\",\"@id\":\"https:\/\/wsj-crypto.com\/index.php\/2024\/12\/23\/introducing-the-kiln-merge-testnet-a-new-era-of-blockchain-innovation\/#primaryimage\",\"url\":\"https:\/\/wsj-crypto.com\/wp-content\/uploads\/2024\/12\/upload_208a21257acb552128b7b6d0f5277d58.jpg\",\"contentUrl\":\"https:\/\/wsj-crypto.com\/wp-content\/uploads\/2024\/12\/upload_208a21257acb552128b7b6d0f5277d58.jpg\",\"width\":1400,\"height\":600},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/wsj-crypto.com\/index.php\/2024\/12\/23\/introducing-the-kiln-merge-testnet-a-new-era-of-blockchain-innovation\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/wsj-crypto.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Introducing the Kiln Merge Testnet: A New Era of Blockchain Innovation\"}]},{\"@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":"Introducing the Kiln Merge Testnet: A New Era of Blockchain Innovation - 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\/2024\/12\/23\/introducing-the-kiln-merge-testnet-a-new-era-of-blockchain-innovation\/","og_locale":"it_IT","og_type":"article","og_title":"Introducing the Kiln Merge Testnet: A New Era of Blockchain Innovation - WSJ-Crypto","og_description":"The Kintsugi \ud83c\udf75 merge testnet, initiated in late December, has served as a significant testing platform for The Merge. Through various test environments, multi-client development networks, shadow forks of Goerli, application deployments, and the community&#8217;s support #TestingTheMerge, we&#8217;ve reached a collection of stable and resilient protocol specifications. Now that clients have adopted these most recent","og_url":"https:\/\/wsj-crypto.com\/index.php\/2024\/12\/23\/introducing-the-kiln-merge-testnet-a-new-era-of-blockchain-innovation\/","og_site_name":"WSJ-Crypto","article_published_time":"2024-12-23T05:53:38+00:00","og_image":[{"width":1400,"height":600,"url":"https:\/\/wsj-crypto.com\/wp-content\/uploads\/2024\/12\/upload_208a21257acb552128b7b6d0f5277d58.jpg","type":"image\/jpeg"}],"author":"wsjcrypto","twitter_card":"summary_large_image","twitter_misc":{"Scritto da":"wsjcrypto","Tempo di lettura stimato":"5 minuti"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/wsj-crypto.com\/index.php\/2024\/12\/23\/introducing-the-kiln-merge-testnet-a-new-era-of-blockchain-innovation\/","url":"https:\/\/wsj-crypto.com\/index.php\/2024\/12\/23\/introducing-the-kiln-merge-testnet-a-new-era-of-blockchain-innovation\/","name":"Introducing the Kiln Merge Testnet: A New Era of Blockchain Innovation - WSJ-Crypto","isPartOf":{"@id":"https:\/\/wsj-crypto.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/wsj-crypto.com\/index.php\/2024\/12\/23\/introducing-the-kiln-merge-testnet-a-new-era-of-blockchain-innovation\/#primaryimage"},"image":{"@id":"https:\/\/wsj-crypto.com\/index.php\/2024\/12\/23\/introducing-the-kiln-merge-testnet-a-new-era-of-blockchain-innovation\/#primaryimage"},"thumbnailUrl":"https:\/\/wsj-crypto.com\/wp-content\/uploads\/2024\/12\/upload_208a21257acb552128b7b6d0f5277d58.jpg","datePublished":"2024-12-23T05:53:38+00:00","author":{"@id":"https:\/\/wsj-crypto.com\/#\/schema\/person\/88a93723b30416db1a352d5a0096c4a7"},"breadcrumb":{"@id":"https:\/\/wsj-crypto.com\/index.php\/2024\/12\/23\/introducing-the-kiln-merge-testnet-a-new-era-of-blockchain-innovation\/#breadcrumb"},"inLanguage":"it-IT","potentialAction":[{"@type":"ReadAction","target":["https:\/\/wsj-crypto.com\/index.php\/2024\/12\/23\/introducing-the-kiln-merge-testnet-a-new-era-of-blockchain-innovation\/"]}]},{"@type":"ImageObject","inLanguage":"it-IT","@id":"https:\/\/wsj-crypto.com\/index.php\/2024\/12\/23\/introducing-the-kiln-merge-testnet-a-new-era-of-blockchain-innovation\/#primaryimage","url":"https:\/\/wsj-crypto.com\/wp-content\/uploads\/2024\/12\/upload_208a21257acb552128b7b6d0f5277d58.jpg","contentUrl":"https:\/\/wsj-crypto.com\/wp-content\/uploads\/2024\/12\/upload_208a21257acb552128b7b6d0f5277d58.jpg","width":1400,"height":600},{"@type":"BreadcrumbList","@id":"https:\/\/wsj-crypto.com\/index.php\/2024\/12\/23\/introducing-the-kiln-merge-testnet-a-new-era-of-blockchain-innovation\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/wsj-crypto.com\/"},{"@type":"ListItem","position":2,"name":"Introducing the Kiln Merge Testnet: A New Era of Blockchain Innovation"}]},{"@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\/6452","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=6452"}],"version-history":[{"count":2,"href":"https:\/\/wsj-crypto.com\/index.php\/wp-json\/wp\/v2\/posts\/6452\/revisions"}],"predecessor-version":[{"id":6455,"href":"https:\/\/wsj-crypto.com\/index.php\/wp-json\/wp\/v2\/posts\/6452\/revisions\/6455"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/wsj-crypto.com\/index.php\/wp-json\/wp\/v2\/media\/6453"}],"wp:attachment":[{"href":"https:\/\/wsj-crypto.com\/index.php\/wp-json\/wp\/v2\/media?parent=6452"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/wsj-crypto.com\/index.php\/wp-json\/wp\/v2\/categories?post=6452"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/wsj-crypto.com\/index.php\/wp-json\/wp\/v2\/tags?post=6452"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}