JSJonas Seberainjonas-sebera.hashnode.dev·May 20, 2024 · 1 min readOmmers explainedWhat the heck is an “ommer?” An ommer is a block whose parent is equal to the current block’s parent’s parent. Let’s take a quick dive into what ommers are used for and why a block contains the block headers for ommers. Because of the way Ethereum is...00
JSJonas Seberainjonas-sebera.hashnode.dev·May 3, 2024 · 2 min readMy 15 Gas Optimization techniques for a standard Solidity smart contractGas optimization is crucial to reduce costs and enhance the efficiency of smart contracts. So, how can you achieve this? Here are thirteen tips to help you optimize gas usage in Solidity: Use appropriate data types: Choosing the right data types can...00