Amazing channel -- thanks a lot. Thanks also for the quick summary in the description
@shouryamkumar33692 жыл бұрын
The most clear playlist on the ethereum gas I could find. Thanks Julian for all the effort you put in!
@qasimraheemkhokhar3 жыл бұрын
thanks, i was stuck, turn on optimizer of solidity compiler
@magnetto902 жыл бұрын
You deserve more subscribers
@EatTheBlocks2 жыл бұрын
thx!
@ghasemsadeghi51754 жыл бұрын
Nice tips. I think it would be great if you can show all of these tips in a real DAPP example.
@rajasmasala3 жыл бұрын
See uni v2 actual code
@despareint4 жыл бұрын
Is it recommended to use the Remix IDE's optimization feature?
@EatTheBlocks4 жыл бұрын
If you deploy to production.
@despareint4 жыл бұрын
@@EatTheBlocks Some are suggesting to turn it off (Remix optimization) in production. So I'm a bit confused at this point.
@EatTheBlocks4 жыл бұрын
@@despareint why are they suggesting this? You want code that is gas optimized for production.
@nikolais64522 жыл бұрын
@@EatTheBlocks It used to have problems, i think in solidity 0.5.0, so people still think this is the same
@ktzleaps61043 жыл бұрын
you're awesome man really
@EatTheBlocks3 жыл бұрын
haha thx :)
@kishlorn32993 жыл бұрын
Your optimizer settings are wrong at 3:46 Optimizer settings should be under under settings, as in: compilers.solc.settings.optimizer:{...}
@nikolais64522 жыл бұрын
Only if you are not using a EVM framework, like truffle, hardhat or forge
@bikashjena81674 жыл бұрын
I have a doubt...after deployment of a contract on to a test network, first time deployment is successful and then after when I did deploy again on the test network it said transaction may fail exceeded gas limit, VM execution error
@EatTheBlocks4 жыл бұрын
its possible, gas requirements change depending on whats in the storage of the smart contract the and input provided to the function.
@bikashjena81674 жыл бұрын
@@EatTheBlocks Thanks for the reply.. How can I solve this error.. because I am preparing a contract that will store Blacklisted IP address... It consists of both IPv4 and IPv6 types of addresses.
@EatTheBlocks4 жыл бұрын
@@bikashjena8167 increase gas limit on your transaction