Subscribe to Updates
Get the latest creative news from FooBar about art, design and business.
Author: Sophia Brown
Many of you know that the Ethereum platform grew out of the realization that blockchains can go far beyond currency, together with a frustration with the limitations of previous projects. The core idea was simple: a blockchain with a built-in Turing-complete programming language, allowing users to build any kind of applications on top. Over time, the vision evolved and expanded. The blockchain remains a crucial centerpiece, but it is ultimately only part of a larger vision of “web 3.0” as described by Gavin Wood here: a more secure, trustworthy and globally accessible internet for agreements, finance, auditing, tracking and simple…
Security Advisory [eth (cpp-ethereum) potentially vulnerable if running with UPnP enabled]
Affected configurations: Issue reported for eth (cpp-ethereum).Likelihood: Medium<section… Source link
In an effort to bring the community more information about the going-ons at Ethereum, we’re planning to release semi-weekly updates of project progress. I hope this provides some high-level information without having to live on GitHub 😉 The Go and C++ teams have daily standups and are making regular progress along with several other improvements around the ecosystem. Concurrent with this, the teams are gearing up for DEVCON1, preparing talks and presentations along with finalizing more details in the coming weeks. If you haven’t already registered, visit https://devcon.ethereum.org/ to join the fun next month in London. Now on to the updates… Mist Hoping…
Over the last five days, myself, our executive director Ming Chan, and several others from the Ethereum team and Ethereum-based projects and businesses including Maker, String/Dfinity and Consensys have been visiting China and Hong Kong, where there have been a series of back-to-back conferences and events most notably including the Blockchain Workshop in Hong Kong on Oct 11-13 and the “First Global Blockchain Summit” in Shanghai organized by our friends at Wanxiang on Oct 15-16, while at the same time continuing to work on our usual tasks of research, development, planning DEVcon and administrative matters. Both conferences proved to be,…
Security alert [Implementation of BLOCKHASH instruction in C++ and Go clients can potentially cause consensus issue – Fixed. Please update.]
Summary: Erroneous implementation of BLOCKHASH can trigger a chain reorganisation leading to consensus problems Affected configurations: All geth versions up to 1.1.3 and 1.2.2. All eth versions prior to 1.0.0. Likelihood: Low Severity: Medium Impact: Medium Details: Both C++ (eth) and Go (geth) clients have an erroneous implementation of an edge case in the Ethereum virtual machine, specifically which chain the BLOCKHASH instruction uses for retrieving a block hash. This edge case is very unlikely to happen on a live network as it would only be triggered in certain types of chain reorganisations (a contract executing BLOCKHASH(N – 1) where…
London, United Kingdom, October 22nd – The Ethereum Foundation is pleased to announce the Keynote Speaker of Ethereum’s annual conference DΞVCON1, Nick Szabo. Nick’s keynote will focus on the history of the blockchain, smart contracts and assets on the blockchain. Nick is a computer scientist, legal scholar and cryptographer known for his research on digital contracts and digital currency. The phrase and concept of “smart contracts” was developed by Szabo with the intent of merging contract law into programming protocols on the Internet. Recently, Szabo contrasted the use of smart contracts on Ethereum in relation to the Bitcoin blockchain, “If…
London, United Kingdom, October 28th – Ethereum is happy to announce that Microsoft will sponsor and attend DΞVCON1, the premier Ethereum developer conference. Marley Gray, Director of Technology Strategy US Financial Services at Microsoft said, “Microsoft is excited to sponsor and attend Ethereum’s DevCon1. We find the Ethereum blockchain incredibly powerful and look forward to collaborating within the Ethereum Community. We see a future where the combination of Microsoft Azure and Ethereum can enable new innovative platforms like Blockchain-as-a-Service. This will serve as an inflection point to bring blockchain technology to enterprise clientele”. Ethereum founder Vitalik Buterin notes “DΞVCON1 is…
With DEVCON1 a mere week away, the teams are excited and preparing to share all the great tools and technology the ecosystem has to offer. There will be hundreds of developers and dozens of talks including Nick Szabo, Vitalik Buterin, and Marley Gray from Microsoft. Tickets are limited and we anticipate selling out, so if you haven’t already registered, head on over to https://devcon.ethereum.org to secure your spot now! cpp-ethereum TurboEthereum released 1.0.0 of the C++ tools. Work has been done on state trie pruning and upgrading network protocols (PV 62 & 63). Several Mix bugs have been fixed and…
One of the major security challenges of the internet over the last twenty years has consistently been the rather simple problem of securing user accounts. Right now, users have accounts with hundreds of websites, and dozens of passwords, leading to large numbers of hacks as individual websites, often run by people not particularly skilled in the finer points of cryptography and internet security, find themselves exploited by increasingly clever hackers, and users frequently deal with the complexity of remembering hundreds of passwords by either making them simple or making them all the same – with often very unfortunate results. Over…
Merkle trees are a fundamental part of what makes blockchains tick. Although it is definitely theoretically possible to make a blockchain without Merkle trees, simply by creating giant block headers that directly contain every transaction, doing so poses large scalability challenges that arguably puts the ability to trustlessly use blockchains out of the reach of all but the most powerful computers in the long term. Thanks to Merkle trees, it is possible to build Ethereum nodes that run on all computers and laptops large and small, smart phones, and even internet of things devices such as those that will be…