{"id":9275,"date":"2025-03-04T06:52:20","date_gmt":"2025-03-04T05:52:20","guid":{"rendered":"https:\/\/wsj-crypto.com\/?p=9275"},"modified":"2025-03-04T06:52:20","modified_gmt":"2025-03-04T05:52:20","slug":"unveiling-the-future-c-roadmap-for-ethereum-development","status":"publish","type":"post","link":"https:\/\/wsj-crypto.com\/index.php\/2025\/03\/04\/unveiling-the-future-c-roadmap-for-ethereum-development\/","title":{"rendered":"Unveiling the Future: C++ Roadmap for Ethereum Development"},"content":{"rendered":"<p><\/p>\n<div id=\"\">\n<p class=\"chakra-text css-gi02ar\">Even though this is my initial post on this blog, numerous individuals may already recognize me as the individual behind Solidity. I have recently assumed the leadership of the C++ team and would like to express my vision for the forthcoming development.<!-- --><\/p>\n<p><!-- --><\/p>\n<p class=\"chakra-text css-gi02ar\">Ethereum is an open-source initiative that anyone can utilize and enhance. From our observations at conferences and gatherings, there are countless people engaged in projects built atop Ethereum, while we only have a limited team dedicated to the actual platform. Ethereum ought to be an inclusive project that welcomes anyone to suggest enhancements, genuinely implement them, and have them endorsed.<!-- --><\/p>\n<p><!-- --><\/p>\n<p class=\"chakra-text css-gi02ar\">As the newly appointed C++ team lead, I will strive to minimize the entry barriers for both users (DApp creators) and developers (platform engineers). This is an essential measure, and I firmly believe this is the direction software development should take, particularly for software intended to benefit humanity collectively.<!-- --><\/p>\n<p><!-- --><\/p>\n<p class=\"chakra-text css-gi02ar\">Naturally, the community can only assist us; we cannot expect anyone to create a crucial feature with a deadline in their leisure time. For this reason, the core team will concentrate on the significant software components, while numerous other tasks will be optional. We will eliminate any redundant work between the Go and C++ teams unless it is crucial for identifying consensus errors, and we will diligently work to eliminate the unseen &#8220;language barrier&#8221; to unite the teams into one cohesive unit.<!-- --><\/p>\n<p><!-- --><\/p>\n<p class=\"chakra-text css-gi02ar\">Consequently, our main focus will be Solidity and Mix (the IDE and smart contract debugger), while the C++ implementation of ethereum\/web3 (&#8220;eth&#8221;) will synchronize its interface with the Go implementation Geth, allowing existing front-ends such as Mist, the Ethereum wallet, the Geth console, and other tools to connect to both backends without any modifications.<!-- --><\/p>\n<p><!-- --><\/p>\n<p class=\"chakra-text css-gi02ar\">On a related note, this implies that we cannot facilitate the evolution of the C++ UI AlethZero into a fully functional DApp browser, and we would welcome the integration of its distinctive features (primarily the blockchain explorer) as a DApp within Mist.<!-- --><\/p>\n<p><!-- --><\/p>\n<p class=\"chakra-text css-gi02ar\">From a more technical perspective, our current roadmap is outlined below, while many items for eth will depend on our capacity and potentially on the extent of assistance we receive from outside contributors.<!-- --><\/p>\n<p><!-- --><\/p>\n<p class=\"chakra-text css-gi02ar\">If you wish to contribute, please refer to our <!-- --><a target=\"_blank\" rel=\"noopener\" class=\"chakra-link css-ug8vf0\" href=\"https:\/\/github.com\/ethereum\/webthree-umbrella\/blob\/develop\/CONTRIBUTING.md\">contributor&#8217;s guide<!-- --><\/a> or connect with us on <!-- --><a target=\"_blank\" rel=\"noopener\" class=\"chakra-link css-ug8vf0\" href=\"https:\/\/gitter.im\/ethereum\/cpp-ethereum\">Gitter<!-- --><\/a>.<!-- --><\/p>\n<p><!-- --><\/p>\n<h3 class=\"chakra-heading css-145upk7\" id=\"solidity\">Solidity:<!-- --><\/h3>\n<p>The overarching concept is to render Solidity more adaptable and permit the implementation of generic data types.<br \/>\n<!-- --><\/p>\n<p class=\"chakra-text css-gi02ar\">Particular features planned:<!-- --><\/p>\n<p><!-- --><\/p>\n<ul role=\"list\" class=\"css-1onhfjo\">\n<li class=\"css-cvpopp\">anonymous functions for use in internal callbacks for functions such as map, reduce, sort, and others, as well as for asynchronous cross-contract (or cross-chain) callbacks<!-- --><\/li>\n<li class=\"css-cvpopp\">type templates, particularly for libraries to facilitate reusable data structures<!-- --><\/li>\n<li class=\"css-cvpopp\">inline assembly<!-- --><\/li>\n<\/ul>\n<p>Inline assembly and type templates in conjunction will hopefully accelerate the implementation of additional features.<br \/>\n<!-- --><\/p>\n<h3 class=\"chakra-heading css-145upk7\" id=\"mix\">Mix:<!-- --><\/h3>\n<p>The standout feature of Mix is its source-level Solidity debugger. We aim to enhance it so that you can also debug existing contracts. Moreover, we intend to integrate existing solutions for package management and testing (dapple, truffle, embark, &#8230;).<br \/>\n<!-- --><\/p>\n<p class=\"chakra-text css-gi02ar\">Specific enhancements include:<!-- --><\/p>\n<p><!-- --><\/p>\n<ul role=\"list\" class=\"css-1onhfjo\">\n<li class=\"css-cvpopp\">debugging past transactions in a live or test chain<!-- --><\/li>\n<li class=\"css-cvpopp\">executing JavaScript unit tests directly from the IDE<!-- --><\/li>\n<li class=\"css-cvpopp\">GitHub integration (load from\/save to repository, load libraries directly from GitHub)<!-- --><\/li>\n<li class=\"css-cvpopp\">why3 (formal verification) integration<!-- --><\/li>\n<\/ul>\n<p><!-- --><\/p>\n<h3 class=\"chakra-heading css-145upk7\" id=\"eth\">Eth:<!-- --><\/h3>\n<p>We will enhance eth to be more versatile and interoperable with other components of the Ethereum ecosystem. This will allow us to remove features that are already present elsewhere, simplifying the construction and maintenance of eth. Furthermore, we can more readily target embedded devices and different platforms. We also aspire to make the just-in-time compiler accessible to other implementations.<br \/>\n<!-- --><\/p>\n<ul role=\"list\" class=\"css-1onhfjo\">\n<li class=\"css-cvpopp\">minimize external dependencies where feasible, enhance build processes<!-- --><\/li>\n<li class=\"css-cvpopp\">substitute eth console with a Node.js application (eliminating v8 as a dependency) or &#8220;geth attach&#8221;<!-- --><\/li>\n<li class=\"css-cvpopp\">rapid sync<!-- --><\/li>\n<li class=\"css-cvpopp\">refine the just-in-time compiler on smaller numbers<!-- --><\/li>\n<li class=\"css-cvpopp\">state trie pruning<!-- --><\/li>\n<li class=\"css-cvpopp\">light client<!-- --><\/li>\n<li class=\"css-cvpopp\">integrate private\/consortium chain executable flu into the regular executable (depending on capacity)<!-- --><\/li>\n<\/ul>\n<\/div>\n<p><br \/>\n<br \/><a href=\"https:\/\/blog.ethereum.org\/en\/2016\/02\/12\/ethereum-dev-update-c-roadmap\">Source link <\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Even though this is my initial post on this blog, numerous individuals may already recognize me as the individual behind Solidity. I have recently assumed the leadership of the C++ team and would like to express my vision for the forthcoming development. Ethereum is an open-source initiative that anyone can utilize and enhance. From our<\/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":[1560],"class_list":["post-9275","post","type-post","status-publish","format-standard","has-post-thumbnail","category-ethereum","tag-return-a-list-of-comma-separated-tags-from-this-title-ethereum-dev-update-c-roadmap"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.3 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Unveiling the Future: C++ Roadmap for Ethereum Development - 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\/04\/unveiling-the-future-c-roadmap-for-ethereum-development\/\" \/>\n<meta property=\"og:locale\" content=\"it_IT\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Unveiling the Future: C++ Roadmap for Ethereum Development - WSJ-Crypto\" \/>\n<meta property=\"og:description\" content=\"Even though this is my initial post on this blog, numerous individuals may already recognize me as the individual behind Solidity. I have recently assumed the leadership of the C++ team and would like to express my vision for the forthcoming development. Ethereum is an open-source initiative that anyone can utilize and enhance. From our\" \/>\n<meta property=\"og:url\" content=\"https:\/\/wsj-crypto.com\/index.php\/2025\/03\/04\/unveiling-the-future-c-roadmap-for-ethereum-development\/\" \/>\n<meta property=\"og:site_name\" content=\"WSJ-Crypto\" \/>\n<meta property=\"article:published_time\" content=\"2025-03-04T05:52:20+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=\"3 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\/04\/unveiling-the-future-c-roadmap-for-ethereum-development\/\",\"url\":\"https:\/\/wsj-crypto.com\/index.php\/2025\/03\/04\/unveiling-the-future-c-roadmap-for-ethereum-development\/\",\"name\":\"Unveiling the Future: C++ Roadmap for Ethereum Development - WSJ-Crypto\",\"isPartOf\":{\"@id\":\"https:\/\/wsj-crypto.com\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/wsj-crypto.com\/index.php\/2025\/03\/04\/unveiling-the-future-c-roadmap-for-ethereum-development\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/wsj-crypto.com\/index.php\/2025\/03\/04\/unveiling-the-future-c-roadmap-for-ethereum-development\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/wsj-crypto.com\/wp-content\/uploads\/2025\/02\/eth-org.jpeg\",\"datePublished\":\"2025-03-04T05:52:20+00:00\",\"author\":{\"@id\":\"https:\/\/wsj-crypto.com\/#\/schema\/person\/88a93723b30416db1a352d5a0096c4a7\"},\"breadcrumb\":{\"@id\":\"https:\/\/wsj-crypto.com\/index.php\/2025\/03\/04\/unveiling-the-future-c-roadmap-for-ethereum-development\/#breadcrumb\"},\"inLanguage\":\"it-IT\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/wsj-crypto.com\/index.php\/2025\/03\/04\/unveiling-the-future-c-roadmap-for-ethereum-development\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"it-IT\",\"@id\":\"https:\/\/wsj-crypto.com\/index.php\/2025\/03\/04\/unveiling-the-future-c-roadmap-for-ethereum-development\/#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\/04\/unveiling-the-future-c-roadmap-for-ethereum-development\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/wsj-crypto.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Unveiling the Future: C++ Roadmap for Ethereum Development\"}]},{\"@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":"Unveiling the Future: C++ Roadmap for Ethereum Development - 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\/04\/unveiling-the-future-c-roadmap-for-ethereum-development\/","og_locale":"it_IT","og_type":"article","og_title":"Unveiling the Future: C++ Roadmap for Ethereum Development - WSJ-Crypto","og_description":"Even though this is my initial post on this blog, numerous individuals may already recognize me as the individual behind Solidity. I have recently assumed the leadership of the C++ team and would like to express my vision for the forthcoming development. Ethereum is an open-source initiative that anyone can utilize and enhance. From our","og_url":"https:\/\/wsj-crypto.com\/index.php\/2025\/03\/04\/unveiling-the-future-c-roadmap-for-ethereum-development\/","og_site_name":"WSJ-Crypto","article_published_time":"2025-03-04T05:52:20+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":"3 minuti"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/wsj-crypto.com\/index.php\/2025\/03\/04\/unveiling-the-future-c-roadmap-for-ethereum-development\/","url":"https:\/\/wsj-crypto.com\/index.php\/2025\/03\/04\/unveiling-the-future-c-roadmap-for-ethereum-development\/","name":"Unveiling the Future: C++ Roadmap for Ethereum Development - WSJ-Crypto","isPartOf":{"@id":"https:\/\/wsj-crypto.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/wsj-crypto.com\/index.php\/2025\/03\/04\/unveiling-the-future-c-roadmap-for-ethereum-development\/#primaryimage"},"image":{"@id":"https:\/\/wsj-crypto.com\/index.php\/2025\/03\/04\/unveiling-the-future-c-roadmap-for-ethereum-development\/#primaryimage"},"thumbnailUrl":"https:\/\/wsj-crypto.com\/wp-content\/uploads\/2025\/02\/eth-org.jpeg","datePublished":"2025-03-04T05:52:20+00:00","author":{"@id":"https:\/\/wsj-crypto.com\/#\/schema\/person\/88a93723b30416db1a352d5a0096c4a7"},"breadcrumb":{"@id":"https:\/\/wsj-crypto.com\/index.php\/2025\/03\/04\/unveiling-the-future-c-roadmap-for-ethereum-development\/#breadcrumb"},"inLanguage":"it-IT","potentialAction":[{"@type":"ReadAction","target":["https:\/\/wsj-crypto.com\/index.php\/2025\/03\/04\/unveiling-the-future-c-roadmap-for-ethereum-development\/"]}]},{"@type":"ImageObject","inLanguage":"it-IT","@id":"https:\/\/wsj-crypto.com\/index.php\/2025\/03\/04\/unveiling-the-future-c-roadmap-for-ethereum-development\/#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\/04\/unveiling-the-future-c-roadmap-for-ethereum-development\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/wsj-crypto.com\/"},{"@type":"ListItem","position":2,"name":"Unveiling the Future: C++ Roadmap for Ethereum Development"}]},{"@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\/9275","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=9275"}],"version-history":[{"count":2,"href":"https:\/\/wsj-crypto.com\/index.php\/wp-json\/wp\/v2\/posts\/9275\/revisions"}],"predecessor-version":[{"id":9277,"href":"https:\/\/wsj-crypto.com\/index.php\/wp-json\/wp\/v2\/posts\/9275\/revisions\/9277"}],"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=9275"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/wsj-crypto.com\/index.php\/wp-json\/wp\/v2\/categories?post=9275"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/wsj-crypto.com\/index.php\/wp-json\/wp\/v2\/tags?post=9275"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}