Category: Ethereum

The 1.x Files: January call digest

January 14th tl;dc (too long, didn’t call) Disclaimer: This is a digest of the topics discussed in the recurring Eth1.x research call, and doesn’t represent finalized plans or commitments to network upgrades. The main topics of this call were Rough data quantifying advantages of switching to a binary trie structure Transition strategies and potential challenges […]

Who is Martii Malmi? Bitcoin’s earliest contributor and Satoshi’s first helper

Early Bitcoin contributor Martii Malmi recently attracted attention for sharing his email correspondence with Bitcoin creator Satoshi Nakamoto. However, Malmi’s contributions go far beyond email correspondence, as he was one of the first developers to ever work on Bitcoin’s code aside from its pseudonymous creator, based on information collected by Peter Rizzo. He contributed to […]

Solidity 0.6.x features: try/catch statement

The try/catch syntax introduced in 0.6.0 is arguably the biggest leap in error handling capabilities in Solidity, since reason strings for revert and require were released in v0.4.22. Both try and catch have been reserved keywords since v0.5.9 and now we can use them to handle failures in external function calls without rolling back the […]

Back To Top