Alex Roan: Hitchhiker’s Guide to the EVM

Поделиться
HTML-код
  • Опубликовано: 2 окт 2024
  • НаукаНаука

Комментарии • 16

  • @phdcoder6249
    @phdcoder6249 2 года назад +9

    This video should be mandatory to every solidity dev out there.

  • @javier123454321
    @javier123454321 3 года назад +5

    The compiler should really be at least attempting to pack the structs without the devs needing to do it for them. It seems like a massive oversight, any idea if this is being worked on?

  • @realbotix
    @realbotix 2 года назад +1

    Great video. Thank you. The address/uint96 design pattern example is great.

  • @sunguru981
    @sunguru981 3 года назад +4

    What an eye opening video … Diamond class

  • @shafu0x
    @shafu0x Год назад

    great talk! not so sure what to think about the s_ syntax though...

  • @belialvandals4284
    @belialvandals4284 3 года назад +2

    Very informative!

  • @g-g1233
    @g-g1233 2 года назад +1

    Thanks for the video, very informative for a newbie like me. Question: Would using a uint96 cost more gas for arithmetic operations since evm is optimized for 256 byte data? If so, how do we balance the tradeoffs between the gas cost of storage vs the gas cost of math when struct packing?

    • @ha2709
      @ha2709 Год назад

      Same to me, the cost for converting from uint96 to uint256 is higher

  • @foxcryptoboss
    @foxcryptoboss 3 года назад +1

    Finally it's here

  • @crypto_peng
    @crypto_peng 2 года назад

    Thank you for the presentation and clear materials here.

  • @raunaquepatra3966
    @raunaquepatra3966 2 года назад

    Does unchecked arithmetic save gas wrt safe Maths?

  • @ColorConsort
    @ColorConsort 2 года назад

    Thanks Alex it was very helpful

  • @SK-vg3mw
    @SK-vg3mw Год назад

    Really great presentation, thank you!

  • @pinalikefruit
    @pinalikefruit 2 года назад

    This is amazing!

  • @oxmoo2476
    @oxmoo2476 Год назад

    Great info

  • @belialvandals4284
    @belialvandals4284 3 года назад

    Third