Web3 ethereum development breaking changes
Posted on 19 Jun 2022
Web3 development scene is changing very fast with lot of breaking changes getting introduced every few months. This makes it very difficult to follow any online tutorial which was written few months back. This post itself will become obsolete after few months. As of this writing, I am using Solidity compiler version 0.8.15 pragma solidity ^0.8.4; In this post, I will outline few of the breaking changes I have encountered when working with web3 and...